From 210fb9c922a38df29dcb17d05a0cdf3212994658 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 31 May 2007 14:07:59 +0000 Subject: add a test case for bug #31130 (--auto-select not upgrading pkg "a" providing "c" because pkg "b" provides a new version of "c") --- t/data/SPECS/obsolete-and-provide/a-1.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 t/data/SPECS/obsolete-and-provide/a-1.spec (limited to 't/data/SPECS/obsolete-and-provide/a-1.spec') diff --git a/t/data/SPECS/obsolete-and-provide/a-1.spec b/t/data/SPECS/obsolete-and-provide/a-1.spec new file mode 100644 index 00000000..acddee43 --- /dev/null +++ b/t/data/SPECS/obsolete-and-provide/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 -- cgit v1.2.1