diff options
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/c.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/d.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/e.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/handle-conflict-deps/f.spec | 14 |
4 files changed, 55 insertions, 0 deletions
diff --git a/t/data/SPECS/handle-conflict-deps/c.spec b/t/data/SPECS/handle-conflict-deps/c.spec new file mode 100644 index 00000000..4d9d94e5 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/c.spec @@ -0,0 +1,14 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Conflicts: d + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/d.spec b/t/data/SPECS/handle-conflict-deps/d.spec new file mode 100644 index 00000000..350fc843 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/d.spec @@ -0,0 +1,13 @@ +Summary: x +Name: d +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/e.spec b/t/data/SPECS/handle-conflict-deps/e.spec new file mode 100644 index 00000000..2acde237 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/e.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Conflicts: ff + +%description +x + +%files diff --git a/t/data/SPECS/handle-conflict-deps/f.spec b/t/data/SPECS/handle-conflict-deps/f.spec new file mode 100644 index 00000000..b017fe58 --- /dev/null +++ b/t/data/SPECS/handle-conflict-deps/f.spec @@ -0,0 +1,14 @@ +Summary: x +Name: f +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} +Provides: ff + +%description +x + +%files |