From 3f308b8ee074d04033406dfab634703ab464ba04 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 20 Mar 2009 18:32:07 +0000 Subject: Test case from Anssi Hannula for bug #47803 --- t/data/SPECS/split-transactions--promote-1/i.spec | 28 ++++++++++++++++++++ t/data/SPECS/split-transactions--promote-1/j1.spec | 30 ++++++++++++++++++++++ t/data/SPECS/split-transactions--promote-1/k1.spec | 28 ++++++++++++++++++++ t/data/SPECS/split-transactions--promote-2/j2.spec | 28 ++++++++++++++++++++ t/data/SPECS/split-transactions--promote-2/k1.spec | 26 +++++++++++++++++++ 5 files changed, 140 insertions(+) create mode 100644 t/data/SPECS/split-transactions--promote-1/i.spec create mode 100644 t/data/SPECS/split-transactions--promote-1/j1.spec create mode 100644 t/data/SPECS/split-transactions--promote-1/k1.spec create mode 100644 t/data/SPECS/split-transactions--promote-2/j2.spec create mode 100644 t/data/SPECS/split-transactions--promote-2/k1.spec (limited to 't/data/SPECS') diff --git a/t/data/SPECS/split-transactions--promote-1/i.spec b/t/data/SPECS/split-transactions--promote-1/i.spec new file mode 100644 index 00000000..b43bb542 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/i.spec @@ -0,0 +1,28 @@ +Summary: x +Name: i +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: j +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files +Summary: x +Name: i +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: j +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/j1.spec b/t/data/SPECS/split-transactions--promote-1/j1.spec new file mode 100644 index 00000000..6d2d34b1 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/j1.spec @@ -0,0 +1,30 @@ +Summary: x +Name: j1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: j +Requires: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files +Summary: x +Name: j1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: j +Requires: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-1/k1.spec b/t/data/SPECS/split-transactions--promote-1/k1.spec new file mode 100644 index 00000000..777c4b33 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-1/k1.spec @@ -0,0 +1,28 @@ +Summary: x +Name: k1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files +Summary: x +Name: k1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: k +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/j2.spec b/t/data/SPECS/split-transactions--promote-2/j2.spec new file mode 100644 index 00000000..73606ed8 --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/j2.spec @@ -0,0 +1,28 @@ +Summary: x +Name: j2 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: j +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files +Summary: x +Name: j2 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: j +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/split-transactions--promote-2/k1.spec b/t/data/SPECS/split-transactions--promote-2/k1.spec new file mode 100644 index 00000000..8b1309db --- /dev/null +++ b/t/data/SPECS/split-transactions--promote-2/k1.spec @@ -0,0 +1,26 @@ +Summary: x +Name: k1 +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files +Summary: x +Name: k1 +Version: 2 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files -- cgit v1.2.1