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/best-versioned-provide | |
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/best-versioned-provide')
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a1.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a_cc.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a_dd.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/a_ee.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/b1.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/b2.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/best-versioned-provide/b3.spec | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/t/data/SPECS/best-versioned-provide/a1.spec b/t/data/SPECS/best-versioned-provide/a1.spec index 46e18e10..b34fcec7 100644 --- a/t/data/SPECS/best-versioned-provide/a1.spec +++ b/t/data/SPECS/best-versioned-provide/a1.spec @@ -3,7 +3,6 @@ Name: a1 Version: 1 Release: 1 License: x -Group: x Requires: cc %description diff --git a/t/data/SPECS/best-versioned-provide/a_cc.spec b/t/data/SPECS/best-versioned-provide/a_cc.spec index 6461ab30..71176323 100644 --- a/t/data/SPECS/best-versioned-provide/a_cc.spec +++ b/t/data/SPECS/best-versioned-provide/a_cc.spec @@ -3,7 +3,6 @@ Name: a_cc Version: 1 Release: 1 License: x -Group: x Requires: cc %description diff --git a/t/data/SPECS/best-versioned-provide/a_dd.spec b/t/data/SPECS/best-versioned-provide/a_dd.spec index 58a34b7c..1c406bba 100644 --- a/t/data/SPECS/best-versioned-provide/a_dd.spec +++ b/t/data/SPECS/best-versioned-provide/a_dd.spec @@ -3,7 +3,6 @@ Name: a_dd Version: 1 Release: 1 License: x -Group: x Requires: dd %description diff --git a/t/data/SPECS/best-versioned-provide/a_ee.spec b/t/data/SPECS/best-versioned-provide/a_ee.spec index 40a8c1fa..5c496ea6 100644 --- a/t/data/SPECS/best-versioned-provide/a_ee.spec +++ b/t/data/SPECS/best-versioned-provide/a_ee.spec @@ -3,7 +3,6 @@ Name: a_ee Version: 1 Release: 1 License: x -Group: x Requires: ee %description diff --git a/t/data/SPECS/best-versioned-provide/b1.spec b/t/data/SPECS/best-versioned-provide/b1.spec index f8d1b100..c5b469ab 100644 --- a/t/data/SPECS/best-versioned-provide/b1.spec +++ b/t/data/SPECS/best-versioned-provide/b1.spec @@ -3,7 +3,6 @@ Name: b1 Version: 1 Release: 1 License: x -Group: x Provides: cc = 1 Provides: dd = 2 Provides: ee = 3 diff --git a/t/data/SPECS/best-versioned-provide/b2.spec b/t/data/SPECS/best-versioned-provide/b2.spec index 5d8a952c..563281a4 100644 --- a/t/data/SPECS/best-versioned-provide/b2.spec +++ b/t/data/SPECS/best-versioned-provide/b2.spec @@ -3,7 +3,6 @@ Name: b2 Version: 1 Release: 1 License: x -Group: x Provides: cc = 2 Provides: dd = 3 Provides: ee = 1 diff --git a/t/data/SPECS/best-versioned-provide/b3.spec b/t/data/SPECS/best-versioned-provide/b3.spec index 283f6ffe..74c39ccf 100644 --- a/t/data/SPECS/best-versioned-provide/b3.spec +++ b/t/data/SPECS/best-versioned-provide/b3.spec @@ -3,7 +3,6 @@ Name: b3 Version: 1 Release: 1 License: x -Group: x Provides: cc = 3 Provides: dd = 1 Provides: ee = 2 |