diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 11:01:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-07 11:01:05 +0000 |
commit | 0d80e998b90c8f5cfb9fbc8dc9f7974f6d0e9fe9 (patch) | |
tree | c73d523620d431db2eaa09139cae251a757ea062 /t/data/SPECS/split-transactions--promote-2 | |
parent | 9afe7eeb0e2c0dec3db66b4a76477a83f049e6c8 (diff) | |
download | urpmi-0d80e998b90c8f5cfb9fbc8dc9f7974f6d0e9fe9.tar urpmi-0d80e998b90c8f5cfb9fbc8dc9f7974f6d0e9fe9.tar.gz urpmi-0d80e998b90c8f5cfb9fbc8dc9f7974f6d0e9fe9.tar.bz2 urpmi-0d80e998b90c8f5cfb9fbc8dc9f7974f6d0e9fe9.tar.xz urpmi-0d80e998b90c8f5cfb9fbc8dc9f7974f6d0e9fe9.zip |
rename test into split-transactions--promote
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 |