diff options
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/prefer/a.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer/b.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer/b_foo.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer/c.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/prefer/c_foo.spec | 14 |
5 files changed, 70 insertions, 0 deletions
diff --git a/t/data/SPECS/prefer/a.spec b/t/data/SPECS/prefer/a.spec new file mode 100644 index 00000000..30e61f63 --- /dev/null +++ b/t/data/SPECS/prefer/a.spec @@ -0,0 +1,14 @@ +Summary: x +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: virtual1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/prefer/b.spec b/t/data/SPECS/prefer/b.spec new file mode 100644 index 00000000..e7d79d76 --- /dev/null +++ b/t/data/SPECS/prefer/b.spec @@ -0,0 +1,14 @@ +Summary: x +Name: b +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: virtual1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/prefer/b_foo.spec b/t/data/SPECS/prefer/b_foo.spec new file mode 100644 index 00000000..e0cb9d02 --- /dev/null +++ b/t/data/SPECS/prefer/b_foo.spec @@ -0,0 +1,14 @@ +Summary: x +Name: b_foo +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: virtual1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/prefer/c.spec b/t/data/SPECS/prefer/c.spec new file mode 100644 index 00000000..88ee35c4 --- /dev/null +++ b/t/data/SPECS/prefer/c.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: virtual1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/prefer/c_foo.spec b/t/data/SPECS/prefer/c_foo.spec new file mode 100644 index 00000000..b57f899e --- /dev/null +++ b/t/data/SPECS/prefer/c_foo.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c_foo +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: virtual1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |