diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 12:11:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 12:11:00 +0000 |
commit | 8ec15d1f9bb2a1352f9698981f48f95dad76f56d (patch) | |
tree | 5ff0dccad3ec548c82b47b5710fbfbde128702cd /t/data/SPECS | |
parent | 573e3487d99e76a311cf4b82ba0af95943182d20 (diff) | |
download | urpmi-8ec15d1f9bb2a1352f9698981f48f95dad76f56d.tar urpmi-8ec15d1f9bb2a1352f9698981f48f95dad76f56d.tar.gz urpmi-8ec15d1f9bb2a1352f9698981f48f95dad76f56d.tar.bz2 urpmi-8ec15d1f9bb2a1352f9698981f48f95dad76f56d.tar.xz urpmi-8ec15d1f9bb2a1352f9698981f48f95dad76f56d.zip |
add more tests showing the need for promotion
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/split-transactions--conflict-1/d.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--conflict-1/e.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--conflict-2/c.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--conflict-2/e.spec | 14 |
4 files changed, 55 insertions, 0 deletions
diff --git a/t/data/SPECS/split-transactions--conflict-1/d.spec b/t/data/SPECS/split-transactions--conflict-1/d.spec new file mode 100644 index 00000000..663fb2b0 --- /dev/null +++ b/t/data/SPECS/split-transactions--conflict-1/d.spec @@ -0,0 +1,14 @@ +Summary: x +Name: d +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Conflicts: c +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--conflict-1/e.spec b/t/data/SPECS/split-transactions--conflict-1/e.spec new file mode 100644 index 00000000..e94d021b --- /dev/null +++ b/t/data/SPECS/split-transactions--conflict-1/e.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: d +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--conflict-2/c.spec b/t/data/SPECS/split-transactions--conflict-2/c.spec new file mode 100644 index 00000000..21381cf9 --- /dev/null +++ b/t/data/SPECS/split-transactions--conflict-2/c.spec @@ -0,0 +1,13 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--conflict-2/e.spec b/t/data/SPECS/split-transactions--conflict-2/e.spec new file mode 100644 index 00000000..d80b1df1 --- /dev/null +++ b/t/data/SPECS/split-transactions--conflict-2/e.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Requires: c +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |