diff options
Diffstat (limited to 't/data')
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/e.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/f.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/e.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/f.spec | 13 |
4 files changed, 53 insertions, 0 deletions
diff --git a/t/data/SPECS/split-transactions--promote-1/e.spec b/t/data/SPECS/split-transactions--promote-1/e.spec new file mode 100644 index 00000000..fc55824e --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/e.spec @@ -0,0 +1,13 @@ +Summary: x +Name: e +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/f.spec b/t/data/SPECS/split-transactions--promote-1/f.spec new file mode 100644 index 00000000..33b16b57 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/f.spec @@ -0,0 +1,13 @@ +Summary: x +Name: f +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/e.spec b/t/data/SPECS/split-transactions--promote-2/e.spec new file mode 100644 index 00000000..c3252dce --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/e.spec @@ -0,0 +1,14 @@ +Summary: x +Name: e +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Conflicts: f <= 1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/f.spec b/t/data/SPECS/split-transactions--promote-2/f.spec new file mode 100644 index 00000000..9b6d3347 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/f.spec @@ -0,0 +1,13 @@ +Summary: x +Name: f +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |