diff options
author | Anssi Hannula <anssi@mandriva.org> | 2009-07-07 13:35:45 +0000 |
---|---|---|
committer | Anssi Hannula <anssi@mandriva.org> | 2009-07-07 13:35:45 +0000 |
commit | b45de639ca142eb46ecce6dc8c82a87e6908c79c (patch) | |
tree | da99e7e69f38ca3ed20ff68861a663b2d75e0aad /t/data/SPECS | |
parent | 2edd019a9c08fd91322f13eced6dafa15a18e263 (diff) | |
download | urpmi-b45de639ca142eb46ecce6dc8c82a87e6908c79c.tar urpmi-b45de639ca142eb46ecce6dc8c82a87e6908c79c.tar.gz urpmi-b45de639ca142eb46ecce6dc8c82a87e6908c79c.tar.bz2 urpmi-b45de639ca142eb46ecce6dc8c82a87e6908c79c.tar.xz urpmi-b45de639ca142eb46ecce6dc8c82a87e6908c79c.zip |
add testcase for bug #52105
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/backtrack-promotion/a-i586.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/backtrack-promotion/a-x86_64.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/backtrack-promotion/c.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/backtrack-promotion/d.spec | 14 |
4 files changed, 55 insertions, 0 deletions
diff --git a/t/data/SPECS/backtrack-promotion/a-i586.spec b/t/data/SPECS/backtrack-promotion/a-i586.spec new file mode 100644 index 00000000..f75c94d2 --- /dev/null +++ b/t/data/SPECS/backtrack-promotion/a-i586.spec @@ -0,0 +1,13 @@ +Summary: x +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/backtrack-promotion/a-x86_64.spec b/t/data/SPECS/backtrack-promotion/a-x86_64.spec new file mode 100644 index 00000000..19dd247d --- /dev/null +++ b/t/data/SPECS/backtrack-promotion/a-x86_64.spec @@ -0,0 +1,14 @@ +Summary: x +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: b +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/backtrack-promotion/c.spec b/t/data/SPECS/backtrack-promotion/c.spec new file mode 100644 index 00000000..ca0c8476 --- /dev/null +++ b/t/data/SPECS/backtrack-promotion/c.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Conflicts: b +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/backtrack-promotion/d.spec b/t/data/SPECS/backtrack-promotion/d.spec new file mode 100644 index 00000000..c5093137 --- /dev/null +++ b/t/data/SPECS/backtrack-promotion/d.spec @@ -0,0 +1,14 @@ +Summary: x +Name: d +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: a +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |