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.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't/data/SPECS/README-urpmi/b.spec') diff --git a/t/data/SPECS/README-urpmi/b.spec b/t/data/SPECS/README-urpmi/b.spec index 5c7cb4f4..0783995f 100644 --- a/t/data/SPECS/README-urpmi/b.spec +++ b/t/data/SPECS/README-urpmi/b.spec @@ -10,8 +10,8 @@ BuildRoot: %{_tmppath}/%{name} %description x -%build -rm -rf $RPM_BUILD_ROOT +%prep +rm -rf * echo "installing %name" > README.install.urpmi echo "upgrading %name" > README.upgrade.urpmi @@ -20,4 +20,4 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc README.install.urpmi README.upgrade.urpmi +%doc README.* -- cgit v1.2.1