diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-01-18 13:43:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-01-18 13:43:58 +0000 |
commit | 57a4d47a7977a076a80602bdfa85a64c163f0502 (patch) | |
tree | 1d29bb7cc693b1d605ab7cae1f998f84c851743a /t/data/SPECS | |
parent | c2cb782044aef81fc7b1be14917fe8b679b31af1 (diff) | |
download | urpmi-57a4d47a7977a076a80602bdfa85a64c163f0502.tar urpmi-57a4d47a7977a076a80602bdfa85a64c163f0502.tar.gz urpmi-57a4d47a7977a076a80602bdfa85a64c163f0502.tar.bz2 urpmi-57a4d47a7977a076a80602bdfa85a64c163f0502.tar.xz urpmi-57a4d47a7977a076a80602bdfa85a64c163f0502.zip |
add some tests (including a failing one)
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/c.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/d.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/e.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/f.spec | 14 |
4 files changed, 55 insertions, 0 deletions
diff --git a/t/data/SPECS/handle-conflict-deps/c.spec b/t/data/SPECS/handle-conflict-deps/c.spec new file mode 100644 index 00000000..4d9d94e5 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/c.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Conflicts: d + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/d.spec b/t/data/SPECS/handle-conflict-deps/d.spec new file mode 100644 index 00000000..350fc843 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/d.spec @@ -0,0 +1,13 @@ +Summary: x +Name: d +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/e.spec b/t/data/SPECS/handle-conflict-deps/e.spec new file mode 100644 index 00000000..2acde237 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/e.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Conflicts: ff + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/f.spec b/t/data/SPECS/handle-conflict-deps/f.spec new file mode 100644 index 00000000..b017fe58 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/f.spec @@ -0,0 +1,14 @@ +Summary: x +Name: f +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Provides: ff + +%description +x + +%files |