summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-11-28 10:16:10 +0000
committerFrancois Pons <fpons@mandriva.com>2001-11-28 10:16:10 +0000
commitc24edadb524096a9fd8dc36697a0d9b4795d4ad6 (patch)
tree5101484f89afd5f5c741d058fc47068539260540 /urpmi.spec
parent8923ae296271934e0e9f486877efde3f6e090d24 (diff)
downloadurpmi-c24edadb524096a9fd8dc36697a0d9b4795d4ad6.tar
urpmi-c24edadb524096a9fd8dc36697a0d9b4795d4ad6.tar.gz
urpmi-c24edadb524096a9fd8dc36697a0d9b4795d4ad6.tar.bz2
urpmi-c24edadb524096a9fd8dc36697a0d9b4795d4ad6.tar.xz
urpmi-c24edadb524096a9fd8dc36697a0d9b4795d4ad6.zip
small fixes and typo fixes back.
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/urpmi.spec b/urpmi.spec
index dab84086..1ee4a1f9 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,7 +2,7 @@
Name: urpmi
Version: 2.1
-Release: 3mdk
+Release: 4mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
@@ -46,6 +46,8 @@ do
done
install -m 644 autoirpm.deny $RPM_BUILD_ROOT/etc/urpmi
cat <<EOF >$RPM_BUILD_ROOT/etc/urpmi/inst.list
+# Here you can specify packages that need to be installed instead
+# of being upgraded (typically kernel packages).
kernel
kernel-smp
kernel-secure
@@ -85,7 +87,8 @@ exit 0
[ -z "$DURING_INSTALL" -a -f /var/lib/urpmi/depslist ] && %{_sbindir}/urpmi.update -a
rm -f /var/lib/urpmi/depslist
-%preun -n autoirpm -p %{_sbindir}/autoirpm.uninstall
+%preun -n autoirpm
+[ -x %{_sbindir}/autoirpm.uninstall ] && %{_sbindir}/autoirpm.uninstall
%files -f %{name}.lang
%defattr(-,root,root)
@@ -126,6 +129,12 @@ rm -f /var/lib/urpmi/depslist
%changelog
+* Wed Nov 28 2001 François Pons <fpons@mandrakesoft.com> 2.1-4mdk
+- fixed incovation of sync method even when no files to sync.
+- fixed urpmq option management (-m|-M equ -du but necessary by default).
+- fixed %%preun of autoirpm to check previous installation.
+- added small doc in /etc/urpmi/inst.list file.
+
* Tue Nov 27 2001 François Pons <fpons@mandrakesoft.com> 2.1-3mdk
- added curl support (kept wget support).
- updated help for urpmi, urpmi.update and urpmi.addmedia.