diff options
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/dropped-provides/a1.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/dropped-provides/a2.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/dropped-provides/aa.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/dropped-provides/b.spec | 15 |
4 files changed, 55 insertions, 0 deletions
diff --git a/t/data/SPECS/dropped-provides/a1.spec b/t/data/SPECS/dropped-provides/a1.spec new file mode 100644 index 00000000..f5d9d728 --- /dev/null +++ b/t/data/SPECS/dropped-provides/a1.spec @@ -0,0 +1,14 @@ +Summary: x +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: aa +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/dropped-provides/a2.spec b/t/data/SPECS/dropped-provides/a2.spec new file mode 100644 index 00000000..0cd2afc8 --- /dev/null +++ b/t/data/SPECS/dropped-provides/a2.spec @@ -0,0 +1,13 @@ +Summary: x +Name: a +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/dropped-provides/aa.spec b/t/data/SPECS/dropped-provides/aa.spec new file mode 100644 index 00000000..19313fac --- /dev/null +++ b/t/data/SPECS/dropped-provides/aa.spec @@ -0,0 +1,13 @@ +Summary: x +Name: aa +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/dropped-provides/b.spec b/t/data/SPECS/dropped-provides/b.spec new file mode 100644 index 00000000..6bfb87ce --- /dev/null +++ b/t/data/SPECS/dropped-provides/b.spec @@ -0,0 +1,15 @@ +Summary: x +Name: b +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Conflicts: a < 2 +Requires: aa +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |