diff options
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/obsolete-and-provide/a-1.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/obsolete-and-provide/a-2.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/obsolete-and-provide/b-3.spec | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/t/data/SPECS/obsolete-and-provide/a-1.spec b/t/data/SPECS/obsolete-and-provide/a-1.spec new file mode 100644 index 00000000..acddee43 --- /dev/null +++ b/t/data/SPECS/obsolete-and-provide/a-1.spec @@ -0,0 +1,14 @@ +Summary: a +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: c = %{version} +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/obsolete-and-provide/a-2.spec b/t/data/SPECS/obsolete-and-provide/a-2.spec new file mode 100644 index 00000000..68193e92 --- /dev/null +++ b/t/data/SPECS/obsolete-and-provide/a-2.spec @@ -0,0 +1,14 @@ +Summary: a +Name: a +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Provides: c = %{version} +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/obsolete-and-provide/b-3.spec b/t/data/SPECS/obsolete-and-provide/b-3.spec new file mode 100644 index 00000000..1936a709 --- /dev/null +++ b/t/data/SPECS/obsolete-and-provide/b-3.spec @@ -0,0 +1,14 @@ +Summary: b +Name: b +Version: 3 +Release: 1 +License: x +Group: x +Url: x +Provides: c = %{version} +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |