diff options
Diffstat (limited to 't/data/SPECS/split-transactions--promote-2')
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/a.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/b.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/d1.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/d2.spec | 14 |
4 files changed, 54 insertions, 0 deletions
diff --git a/t/data/SPECS/split-transactions--promote-2/a.spec b/t/data/SPECS/split-transactions--promote-2/a.spec new file mode 100644 index 00000000..8c506dea --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/a.spec @@ -0,0 +1,14 @@ +Summary: x +Name: a +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Requires: b = 2 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/b.spec b/t/data/SPECS/split-transactions--promote-2/b.spec new file mode 100644 index 00000000..61c0beca --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/b.spec @@ -0,0 +1,13 @@ +Summary: x +Name: b +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/d1.spec b/t/data/SPECS/split-transactions--promote-2/d1.spec new file mode 100644 index 00000000..ff13b4a7 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/d1.spec @@ -0,0 +1,13 @@ +Summary: x +Name: d1 +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/d2.spec b/t/data/SPECS/split-transactions--promote-2/d2.spec new file mode 100644 index 00000000..2e36fa7a --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/d2.spec @@ -0,0 +1,14 @@ +Summary: x +Name: d2 +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Provides: d +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |