diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-03 14:14:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-03 14:14:28 +0000 |
commit | 49ae8a7ea7b7a258bf6a56377b50d49892b4377e (patch) | |
tree | 31ec618eab6d0d58ab995197986276a956d3dfd9 /t/data/SPECS/README-urpmi/b_3.spec | |
parent | def94be0af851c56224faa669131439fffe6fb7c (diff) | |
download | urpmi-49ae8a7ea7b7a258bf6a56377b50d49892b4377e.tar urpmi-49ae8a7ea7b7a258bf6a56377b50d49892b4377e.tar.gz urpmi-49ae8a7ea7b7a258bf6a56377b50d49892b4377e.tar.bz2 urpmi-49ae8a7ea7b7a258bf6a56377b50d49892b4377e.tar.xz urpmi-49ae8a7ea7b7a258bf6a56377b50d49892b4377e.zip |
- urpmi
o handle README.<version>.upgrade.urpmi and
README.<version>-<release>.upgrade.urpmi: the content is displayed
when upgrading from rpm older than <version> (#30187)
- fix build of some test rpms
Diffstat (limited to 't/data/SPECS/README-urpmi/b_3.spec')
-rw-r--r-- | t/data/SPECS/README-urpmi/b_3.spec | 24 |
1 files changed, 24 insertions, 0 deletions
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.* |