diff options
Diffstat (limited to 't/data')
-rw-r--r-- | t/data/SPECS/prefer2/a.spec | 15 | ||||
-rw-r--r-- | t/data/SPECS/prefer2/b1.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer2/b2.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer2/c1.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer2/c2.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer2/d.spec | 15 |
6 files changed, 86 insertions, 0 deletions
diff --git a/t/data/SPECS/prefer2/a.spec b/t/data/SPECS/prefer2/a.spec new file mode 100644 index 00000000..83975633 --- /dev/null +++ b/t/data/SPECS/prefer2/a.spec @@ -0,0 +1,15 @@ +Summary: x +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Requires: bb +Requires: b2 + +%description +x + +%files diff --git a/t/data/SPECS/prefer2/b1.spec b/t/data/SPECS/prefer2/b1.spec new file mode 100644 index 00000000..72eb8d53 --- /dev/null +++ b/t/data/SPECS/prefer2/b1.spec @@ -0,0 +1,14 @@ +Summary: x +Name: b1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Provides: bb + +%description +x + +%files diff --git a/t/data/SPECS/prefer2/b2.spec b/t/data/SPECS/prefer2/b2.spec new file mode 100644 index 00000000..80c2f48e --- /dev/null +++ b/t/data/SPECS/prefer2/b2.spec @@ -0,0 +1,14 @@ +Summary: x +Name: b2 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Provides: bb + +%description +x + +%files diff --git a/t/data/SPECS/prefer2/c1.spec b/t/data/SPECS/prefer2/c1.spec new file mode 100644 index 00000000..97aee3e0 --- /dev/null +++ b/t/data/SPECS/prefer2/c1.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Provides: cc + +%description +x + +%files diff --git a/t/data/SPECS/prefer2/c2.spec b/t/data/SPECS/prefer2/c2.spec new file mode 100644 index 00000000..5080b244 --- /dev/null +++ b/t/data/SPECS/prefer2/c2.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c2 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Provides: cc + +%description +x + +%files diff --git a/t/data/SPECS/prefer2/d.spec b/t/data/SPECS/prefer2/d.spec new file mode 100644 index 00000000..fecd13c8 --- /dev/null +++ b/t/data/SPECS/prefer2/d.spec @@ -0,0 +1,15 @@ +Summary: x +Name: d +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Requires: cc +Requires: c1 + +%description +x + +%files |