diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 05:01:01 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 05:49:47 -0400 |
commit | 7882a503d78e66d919913ce80cfa5824647c7f71 (patch) | |
tree | 9346ee385a80fa777b99ea001daa553d37095085 /t/data/SPECS/ordering-scriptlets | |
parent | 22fbb56f7445ce91b420a259fd92f2d3ec1afdb9 (diff) | |
download | urpmi-7882a503d78e66d919913ce80cfa5824647c7f71.tar urpmi-7882a503d78e66d919913ce80cfa5824647c7f71.tar.gz urpmi-7882a503d78e66d919913ce80cfa5824647c7f71.tar.bz2 urpmi-7882a503d78e66d919913ce80cfa5824647c7f71.tar.xz urpmi-7882a503d78e66d919913ce80cfa5824647c7f71.zip |
kill useless Group: definitions
uneeded since rpm-4.6.0
Diffstat (limited to 't/data/SPECS/ordering-scriptlets')
10 files changed, 0 insertions, 10 deletions
diff --git a/t/data/SPECS/ordering-scriptlets/a_1.spec b/t/data/SPECS/ordering-scriptlets/a_1.spec index b5506b36..df4895ae 100644 --- a/t/data/SPECS/ordering-scriptlets/a_1.spec +++ b/t/data/SPECS/ordering-scriptlets/a_1.spec @@ -6,7 +6,6 @@ Name: a Version: 1 Release: 1 License: x -Group: x Provides: /bin/a BuildRequires: gcc diff --git a/t/data/SPECS/ordering-scriptlets/a_2.spec b/t/data/SPECS/ordering-scriptlets/a_2.spec index adc697f6..4cec0e05 100644 --- a/t/data/SPECS/ordering-scriptlets/a_2.spec +++ b/t/data/SPECS/ordering-scriptlets/a_2.spec @@ -3,7 +3,6 @@ Name: a Version: 2 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_post_1.spec b/t/data/SPECS/ordering-scriptlets/requires_post_1.spec index 59a9a2e0..42e64f86 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_post_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_post_1.spec @@ -3,7 +3,6 @@ Name: requires_post Version: 1 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_post_2.spec b/t/data/SPECS/ordering-scriptlets/requires_post_2.spec index 6d4a1004..7cd1a091 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_post_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_post_2.spec @@ -3,7 +3,6 @@ Name: requires_post Version: 2 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec b/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec index 306d8f2e..4787d007 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_postun_1.spec @@ -3,7 +3,6 @@ Name: requires_postun Version: 1 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec b/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec index 2309d978..64a9bc2c 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_postun_2.spec @@ -3,7 +3,6 @@ Name: requires_postun Version: 2 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec b/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec index 731b79a5..83d1c59f 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec @@ -3,7 +3,6 @@ Name: requires_pre Version: 1 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec b/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec index ff4e90b0..5d782b5b 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_pre_2.spec @@ -3,7 +3,6 @@ Name: requires_pre Version: 2 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec b/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec index 3f0b62fa..20be441d 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_preun_1.spec @@ -3,7 +3,6 @@ Name: requires_preun Version: 1 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec b/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec index c75e27d1..9e0916f5 100644 --- a/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec +++ b/t/data/SPECS/ordering-scriptlets/requires_preun_2.spec @@ -3,7 +3,6 @@ Name: requires_preun Version: 2 Release: 1 License: x -Group: x %description x |