summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-19 19:35:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-19 19:35:33 +0000
commit4d70a5b8a01e34ed76152dcfdf0a990f6a734e46 (patch)
tree0b15af33f20e3d0d077bc1945b69c2d415336011 /urpmi.spec
parent632b7c4ea300479757226b11a70fff64e47c08d6 (diff)
downloadurpmi-4d70a5b8a01e34ed76152dcfdf0a990f6a734e46.tar
urpmi-4d70a5b8a01e34ed76152dcfdf0a990f6a734e46.tar.gz
urpmi-4d70a5b8a01e34ed76152dcfdf0a990f6a734e46.tar.bz2
urpmi-4d70a5b8a01e34ed76152dcfdf0a990f6a734e46.tar.xz
urpmi-4d70a5b8a01e34ed76152dcfdf0a990f6a734e46.zip
4.6.12-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index c507c0ed..87636bb2 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.6.11
+%define version 4.6.12
%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -98,6 +98,7 @@ EOF
mkdir -p %{buildroot}%{compat_perl_vendorlib}
install -m 644 urpm.pm %{buildroot}%{compat_perl_vendorlib}/urpm.pm
%if %{allow_gurpmi}
+install -m 644 gurpmi.pm %{buildroot}%{compat_perl_vendorlib}/gurpmi.pm
%else
rm -rf %{buildroot}%{_sbindir}/gurpmi
%endif
@@ -215,6 +216,7 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{_bindir}/gurpmi2
%{_sbindir}/gurpmi2
%{_menudir}/gurpmi
+%{compat_perl_vendorlib}/gurpmi.pm
%endif
%files -n urpmi-parallel-ka-run
@@ -230,6 +232,10 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Wed Jan 19 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.12-1mdk
+- perl-base is now a priority upgrade by default
+- gurpmi has been split in two programs, so users can save rpms without being root
+
* Mon Jan 10 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.11-1mdk
- Add an option to urpmi, --expect-install, that tells urpmi to return with an
exit status of 15 if it installed nothing.