diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 08:01:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-22 08:01:38 +0000 |
commit | 8adcdd428ca36ec03120bd015d422bbe6118b209 (patch) | |
tree | efe2d123103ee0b93ec892e2fbcdac0ab0b5fbb8 /t/data/SPECS/provide-and-no-obsolete | |
parent | 882d7e342e67969ba8239639ddca42cf5507f2f6 (diff) | |
download | urpmi-8adcdd428ca36ec03120bd015d422bbe6118b209.tar urpmi-8adcdd428ca36ec03120bd015d422bbe6118b209.tar.gz urpmi-8adcdd428ca36ec03120bd015d422bbe6118b209.tar.bz2 urpmi-8adcdd428ca36ec03120bd015d422bbe6118b209.tar.xz urpmi-8adcdd428ca36ec03120bd015d422bbe6118b209.zip |
obsolete-and-provide test into provide-and-no-obsolete (much better name since there really is no obsolete used)
Diffstat (limited to 't/data/SPECS/provide-and-no-obsolete')
-rw-r--r-- | t/data/SPECS/provide-and-no-obsolete/a-1.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/provide-and-no-obsolete/a-2.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/provide-and-no-obsolete/b-3.spec | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/t/data/SPECS/provide-and-no-obsolete/a-1.spec b/t/data/SPECS/provide-and-no-obsolete/a-1.spec new file mode 100644 index 00000000..acddee43 --- /dev/null +++ b/t/data/SPECS/provide-and-no-obsolete/a-1.spec @@ -0,0 +1,14 @@ +Summary: a +Name: a +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: c = %{version} +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/provide-and-no-obsolete/a-2.spec b/t/data/SPECS/provide-and-no-obsolete/a-2.spec new file mode 100644 index 00000000..68193e92 --- /dev/null +++ b/t/data/SPECS/provide-and-no-obsolete/a-2.spec @@ -0,0 +1,14 @@ +Summary: a +Name: a +Version: 2 +Release: 1 +License: x +Group: x +Url: x +Provides: c = %{version} +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/provide-and-no-obsolete/b-3.spec b/t/data/SPECS/provide-and-no-obsolete/b-3.spec new file mode 100644 index 00000000..1936a709 --- /dev/null +++ b/t/data/SPECS/provide-and-no-obsolete/b-3.spec @@ -0,0 +1,14 @@ +Summary: b +Name: b +Version: 3 +Release: 1 +License: x +Group: x +Url: x +Provides: c = %{version} +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |