From 4d2422f8f9419d42fff5366d2ff9ff7f92973fee Mon Sep 17 00:00:00 2001 From: Anssi Hannula Date: Sun, 24 Jan 2010 15:15:09 +0000 Subject: Add urpmi testcase for bug #57224 (disabled until fixed) --- t/data/SPECS/failing-promotion/e-1.spec | 14 ++++++++++++++ t/data/SPECS/failing-promotion/e-2.spec | 14 ++++++++++++++ t/data/SPECS/failing-promotion/f1-i586.spec | 14 ++++++++++++++ t/data/SPECS/failing-promotion/f1-x86_64.spec | 15 +++++++++++++++ t/data/SPECS/failing-promotion/f2.spec | 15 +++++++++++++++ 5 files changed, 72 insertions(+) create mode 100644 t/data/SPECS/failing-promotion/e-1.spec create mode 100644 t/data/SPECS/failing-promotion/e-2.spec create mode 100644 t/data/SPECS/failing-promotion/f1-i586.spec create mode 100644 t/data/SPECS/failing-promotion/f1-x86_64.spec create mode 100644 t/data/SPECS/failing-promotion/f2.spec (limited to 't/data') diff --git a/t/data/SPECS/failing-promotion/e-1.spec b/t/data/SPECS/failing-promotion/e-1.spec new file mode 100644 index 00000000..776e7129 --- /dev/null +++ b/t/data/SPECS/failing-promotion/e-1.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: f +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/e-2.spec b/t/data/SPECS/failing-promotion/e-2.spec new file mode 100644 index 00000000..14b0e7c9 --- /dev/null +++ b/t/data/SPECS/failing-promotion/e-2.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Requires: f +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/f1-i586.spec b/t/data/SPECS/failing-promotion/f1-i586.spec new file mode 100644 index 00000000..58f07ec0 --- /dev/null +++ b/t/data/SPECS/failing-promotion/f1-i586.spec @@ -0,0 +1,14 @@ +Summary: x +Name: f1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: f +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/f1-x86_64.spec b/t/data/SPECS/failing-promotion/f1-x86_64.spec new file mode 100644 index 00000000..bd46aefb --- /dev/null +++ b/t/data/SPECS/failing-promotion/f1-x86_64.spec @@ -0,0 +1,15 @@ +Summary: x +Name: f1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: a = 1 +Provides: f +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/failing-promotion/f2.spec b/t/data/SPECS/failing-promotion/f2.spec new file mode 100644 index 00000000..0c3f99f5 --- /dev/null +++ b/t/data/SPECS/failing-promotion/f2.spec @@ -0,0 +1,15 @@ +Summary: x +Name: f2 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: f +Conflicts: a = 2 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files -- cgit v1.2.1