diff options
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/failing-promotion/e-1.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/failing-promotion/e-2.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/failing-promotion/f1-i586.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/failing-promotion/f1-x86_64.spec | 15 | ||||
-rw-r--r-- | t/data/SPECS/failing-promotion/f2.spec | 15 |
5 files changed, 72 insertions, 0 deletions
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 |