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/obsolete-and-conflict | |
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/obsolete-and-conflict')
-rw-r--r-- | t/data/SPECS/obsolete-and-conflict/a.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/obsolete-and-conflict/b.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/obsolete-and-conflict/c.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/obsolete-and-conflict/d.spec | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/t/data/SPECS/obsolete-and-conflict/a.spec b/t/data/SPECS/obsolete-and-conflict/a.spec index 4f6ed9f8..f5c3bc7f 100644 --- a/t/data/SPECS/obsolete-and-conflict/a.spec +++ b/t/data/SPECS/obsolete-and-conflict/a.spec @@ -3,7 +3,6 @@ Name: a Version: 1 Release: 1 License: x -Group: x %description x diff --git a/t/data/SPECS/obsolete-and-conflict/b.spec b/t/data/SPECS/obsolete-and-conflict/b.spec index 64edfe5c..272ce35c 100644 --- a/t/data/SPECS/obsolete-and-conflict/b.spec +++ b/t/data/SPECS/obsolete-and-conflict/b.spec @@ -3,7 +3,6 @@ Name: b Version: 1 Release: 1 License: x -Group: x Provides: a > 1 Obsoletes: a <= 1 Requires: c diff --git a/t/data/SPECS/obsolete-and-conflict/c.spec b/t/data/SPECS/obsolete-and-conflict/c.spec index 31cc7f50..26050403 100644 --- a/t/data/SPECS/obsolete-and-conflict/c.spec +++ b/t/data/SPECS/obsolete-and-conflict/c.spec @@ -3,7 +3,6 @@ Name: c Version: 1 Release: 1 License: x -Group: x Conflicts: a <= 1 %description diff --git a/t/data/SPECS/obsolete-and-conflict/d.spec b/t/data/SPECS/obsolete-and-conflict/d.spec index 6ded449c..5dd10e8d 100644 --- a/t/data/SPECS/obsolete-and-conflict/d.spec +++ b/t/data/SPECS/obsolete-and-conflict/d.spec @@ -3,7 +3,6 @@ Name: d Version: 1 Release: 1 License: x -Group: x Requires: a %description |