summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-14 14:40:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-14 14:40:58 +0000
commit3f90fe9fd21e80cfe3fb474b23a87aed072f1b1f (patch)
treec51071cab06b447098215ba2a17e912068209fb8 /urpmi.spec
parentb9784a31cea40c54088c8efa802de282a62d2fa6 (diff)
downloadurpmi-3f90fe9fd21e80cfe3fb474b23a87aed072f1b1f.tar
urpmi-3f90fe9fd21e80cfe3fb474b23a87aed072f1b1f.tar.gz
urpmi-3f90fe9fd21e80cfe3fb474b23a87aed072f1b1f.tar.bz2
urpmi-3f90fe9fd21e80cfe3fb474b23a87aed072f1b1f.tar.xz
urpmi-3f90fe9fd21e80cfe3fb474b23a87aed072f1b1f.zip
Bump version number.
Make urpmi.recover macro file a ghost file. Put urpmi.recover manpage in urpmi-recover rpm.
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec37
1 files changed, 32 insertions, 5 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 30b92185..b0cd5a17 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.8.9
+%define version 4.8.10
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -136,6 +136,10 @@ install -m 644 %{name}.bash-completion %{buildroot}%{_sysconfdir}/bash_completio
# Don't install READMEs twice
rm -f %{buildroot}%{compat_perl_vendorlib}/urpm/README*
+# For ghost file
+mkdir -p %{buildroot}%{_sys_macros_dir}
+touch %{buildroot}%{_sys_macros_dir}/urpmi.recover.macros
+
%if %{allow_gurpmi}
mkdir -p %{buildroot}%{_menudir}
cat << EOF > %{buildroot}%{_menudir}/gurpmi
@@ -208,9 +212,17 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{_sbindir}/urpmi.addmedia
%{_sbindir}/urpmi.removemedia
%{_sbindir}/urpmi.update
-%{_mandir}/man?/urpm*
-%{_mandir}/man?/rurpmi*
-%{_mandir}/man?/proxy*
+%{_mandir}/man3/urpm*
+%{_mandir}/man5/urpm*
+%{_mandir}/man5/proxy*
+%{_mandir}/man8/rurpmi*
+%{_mandir}/man8/urpme*
+%{_mandir}/man8/urpmf*
+%{_mandir}/man8/urpmq*
+%{_mandir}/man8/urpmi.8*
+%{_mandir}/man8/urpmi.addmedia*
+%{_mandir}/man8/urpmi.removemedia*
+%{_mandir}/man8/urpmi.update*
# find_lang isn't able to find man pages yet...
#%lang(cs) %{_mandir}/cs/man?/urpm*
#%lang(et) %{_mandir}/et/man?/urpm*
@@ -259,9 +271,24 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%files -n urpmi-recover
%{_sbindir}/urpmi.recover
-%config(noreplace) /etc/rpm/macros.d/urpmi.recover.macros
+%{_mandir}/man8/urpmi.recover*
+%config(noreplace) %_sys_macros_dir/urpmi.recover.macros
+%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Tue Feb 14 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.10-1mdk
+- New tool: urpmi.recover (in its own rpm)
+- urpmi: clean cache more aggressively (bug #17913)
+- Don't log to /var/log/urpmi.log anymore, use syslog
+- urpme and urpmi.recover use syslog too
+- New config file urpmi.recover.macros
+- Add new option --repackage to urpmi and urpme
+- Add new option --ignorearch to urpmi and urpmq
+- Fix --no-verify-rpm with gurpmi
+- Fix usage of global urpmi.cfg options in gurpmi
+- Various useability fixes in urpme
+- Doc improvements
+
* Thu Feb 02 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.9-1mdk
- Fix call of --limit-rate option with recent curls
- Fix some explanations on biarch environments