diff options
Diffstat (limited to 't/data/SPECS')
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/l.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/m.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-1/n.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/l.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/split-transactions--promote-2/m.spec | 13 |
5 files changed, 69 insertions, 0 deletions
diff --git a/t/data/SPECS/split-transactions--promote-1/l.spec b/t/data/SPECS/split-transactions--promote-1/l.spec new file mode 100644 index 00000000..73ce8e20 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/l.spec @@ -0,0 +1,14 @@ +Summary: x +Name: l +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/m.spec b/t/data/SPECS/split-transactions--promote-1/m.spec new file mode 100644 index 00000000..d2771e6f --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/m.spec @@ -0,0 +1,14 @@ +Summary: x +Name: m +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/n.spec b/t/data/SPECS/split-transactions--promote-1/n.spec new file mode 100644 index 00000000..70266840 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/n.spec @@ -0,0 +1,14 @@ +Summary: x +Name: n +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: m +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/l.spec b/t/data/SPECS/split-transactions--promote-2/l.spec new file mode 100644 index 00000000..051e1d6f --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/l.spec @@ -0,0 +1,14 @@ +Summary: x +Name: l +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Requires: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/m.spec b/t/data/SPECS/split-transactions--promote-2/m.spec new file mode 100644 index 00000000..63511663 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/m.spec @@ -0,0 +1,13 @@ +Summary: x +Name: m +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |