diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 05:00:46 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-08-04 05:49:06 -0400 |
commit | 22fbb56f7445ce91b420a259fd92f2d3ec1afdb9 (patch) | |
tree | 1e99e9d073577d097eaaad64c64cc29a6c7a86f3 /t/data/SPECS/handle-conflict-deps | |
parent | f120745402d0c23582b9f64f886ff59a58720f6c (diff) | |
download | urpmi-22fbb56f7445ce91b420a259fd92f2d3ec1afdb9.tar urpmi-22fbb56f7445ce91b420a259fd92f2d3ec1afdb9.tar.gz urpmi-22fbb56f7445ce91b420a259fd92f2d3ec1afdb9.tar.bz2 urpmi-22fbb56f7445ce91b420a259fd92f2d3ec1afdb9.tar.xz urpmi-22fbb56f7445ce91b420a259fd92f2d3ec1afdb9.zip |
kill useless Url: definitions
Diffstat (limited to 't/data/SPECS/handle-conflict-deps')
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/a-sup.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/a.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/b-sub.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/b.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/c.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/d.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/e.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/f.spec | 1 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/g.spec | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/t/data/SPECS/handle-conflict-deps/a-sup.spec b/t/data/SPECS/handle-conflict-deps/a-sup.spec index 494231e0..99afb035 100644 --- a/t/data/SPECS/handle-conflict-deps/a-sup.spec +++ b/t/data/SPECS/handle-conflict-deps/a-sup.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x Requires: a %description diff --git a/t/data/SPECS/handle-conflict-deps/a.spec b/t/data/SPECS/handle-conflict-deps/a.spec index a254ffc2..47cdac16 100644 --- a/t/data/SPECS/handle-conflict-deps/a.spec +++ b/t/data/SPECS/handle-conflict-deps/a.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x Conflicts: b %description diff --git a/t/data/SPECS/handle-conflict-deps/b-sub.spec b/t/data/SPECS/handle-conflict-deps/b-sub.spec index a5327a5e..f350450a 100644 --- a/t/data/SPECS/handle-conflict-deps/b-sub.spec +++ b/t/data/SPECS/handle-conflict-deps/b-sub.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x %description x diff --git a/t/data/SPECS/handle-conflict-deps/b.spec b/t/data/SPECS/handle-conflict-deps/b.spec index 74dd48f8..5dbc5b2f 100644 --- a/t/data/SPECS/handle-conflict-deps/b.spec +++ b/t/data/SPECS/handle-conflict-deps/b.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x Conflicts: a Requires: b-sub diff --git a/t/data/SPECS/handle-conflict-deps/c.spec b/t/data/SPECS/handle-conflict-deps/c.spec index e82f32dd..bafcf22d 100644 --- a/t/data/SPECS/handle-conflict-deps/c.spec +++ b/t/data/SPECS/handle-conflict-deps/c.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x Conflicts: d %description diff --git a/t/data/SPECS/handle-conflict-deps/d.spec b/t/data/SPECS/handle-conflict-deps/d.spec index 830b8847..05284f8b 100644 --- a/t/data/SPECS/handle-conflict-deps/d.spec +++ b/t/data/SPECS/handle-conflict-deps/d.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x %description x diff --git a/t/data/SPECS/handle-conflict-deps/e.spec b/t/data/SPECS/handle-conflict-deps/e.spec index 908cbbd6..1370978a 100644 --- a/t/data/SPECS/handle-conflict-deps/e.spec +++ b/t/data/SPECS/handle-conflict-deps/e.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x Conflicts: ff %description diff --git a/t/data/SPECS/handle-conflict-deps/f.spec b/t/data/SPECS/handle-conflict-deps/f.spec index 2ab5e76d..ea13c66a 100644 --- a/t/data/SPECS/handle-conflict-deps/f.spec +++ b/t/data/SPECS/handle-conflict-deps/f.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x Provides: ff %description diff --git a/t/data/SPECS/handle-conflict-deps/g.spec b/t/data/SPECS/handle-conflict-deps/g.spec index 7b8af760..a27d4acb 100644 --- a/t/data/SPECS/handle-conflict-deps/g.spec +++ b/t/data/SPECS/handle-conflict-deps/g.spec @@ -4,7 +4,6 @@ Version: 1 Release: 1 License: x Group: x -Url: x Conflicts: ff %description |