From b45de639ca142eb46ecce6dc8c82a87e6908c79c Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Tue, 7 Jul 2009 13:35:45 +0000 Subject: add testcase for bug #52105 --- t/data/SPECS/backtrack-promotion/a-i586.spec | 13 +++++++++++++ t/data/SPECS/backtrack-promotion/a-x86_64.spec | 14 ++++++++++++++ t/data/SPECS/backtrack-promotion/c.spec | 14 ++++++++++++++ t/data/SPECS/backtrack-promotion/d.spec | 14 ++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 t/data/SPECS/backtrack-promotion/a-i586.spec create mode 100644 t/data/SPECS/backtrack-promotion/a-x86_64.spec create mode 100644 t/data/SPECS/backtrack-promotion/c.spec create mode 100644 t/data/SPECS/backtrack-promotion/d.spec (limited to 't/data') 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 -- cgit v1.2.1