From 8ae7cf6d027829d3e6975f5169eb504b6affef0f Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 11 Jun 2024 13:27:47 +0200 Subject: [PATCH] Add License tag to test SPEC files Without the tags these are not legal spec files. But the test did not fully build a package so there was nothing checking for them. As we want stricter tests on missing tags those are now needed. --- tests/data/SPECS/autosetup-noroot.spec | 1 + tests/data/SPECS/autosetup-singleroot.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/data/SPECS/autosetup-noroot.spec b/tests/data/SPECS/autosetup-noroot.spec index e68a7b87c2..1bea291419 100644 --- a/tests/data/SPECS/autosetup-noroot.spec +++ b/tests/data/SPECS/autosetup-noroot.spec @@ -2,6 +2,7 @@ Summary: Test Spec file Name: autosetup-test Version: 1.2.3 Release: 4 +License: GPL Source: source-noroot.tar.gz diff --git a/tests/data/SPECS/autosetup-singleroot.spec b/tests/data/SPECS/autosetup-singleroot.spec index b5b40aa76f..c64006afad 100644 --- a/tests/data/SPECS/autosetup-singleroot.spec +++ b/tests/data/SPECS/autosetup-singleroot.spec @@ -2,6 +2,7 @@ Summary: Test Spec file Name: autosetup-test Version: 1.2.3 Release: 4 +License: GPL Source: source-singleroot.tar.gz