From 49ae8a7ea7b7a258bf6a56377b50d49892b4377e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Aug 2007 14:14:28 +0000 Subject: - urpmi o handle README..upgrade.urpmi and README.-.upgrade.urpmi: the content is displayed when upgrading from rpm older than (#30187) - fix build of some test rpms --- t/data/SPECS/README-urpmi/b_3.spec | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 t/data/SPECS/README-urpmi/b_3.spec (limited to 't/data/SPECS/README-urpmi/b_3.spec') diff --git a/t/data/SPECS/README-urpmi/b_3.spec b/t/data/SPECS/README-urpmi/b_3.spec new file mode 100644 index 00000000..bab276a0 --- /dev/null +++ b/t/data/SPECS/README-urpmi/b_3.spec @@ -0,0 +1,24 @@ +Summary: b +Name: b +Version: 3 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%build +rm -rf $RPM_BUILD_ROOT +echo "installing %name" > README.install.urpmi +echo "upgrading %name" > README.upgrade.urpmi +echo "upgrading %name 2" > README.2.upgrade.urpmi + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README.* -- cgit v1.2.1