summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-24 17:57:08 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-24 17:57:08 +0000
commit714fbed7081d616f1fc62e09c9da888e2b9b2a9b (patch)
tree86db1556d718e4e12574667faa487d51988696db /urpmi.spec
parent227b9fbe7ba0ab41a09c4260701ff23779d794d4 (diff)
downloadurpmi-714fbed7081d616f1fc62e09c9da888e2b9b2a9b.tar
urpmi-714fbed7081d616f1fc62e09c9da888e2b9b2a9b.tar.gz
urpmi-714fbed7081d616f1fc62e09c9da888e2b9b2a9b.tar.bz2
urpmi-714fbed7081d616f1fc62e09c9da888e2b9b2a9b.tar.xz
urpmi-714fbed7081d616f1fc62e09c9da888e2b9b2a9b.zip
4.6.23-4mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 2e5c9afa..02652f2d 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.6.23
-%define release 3mdk
+%define release 4mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -236,6 +236,9 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Thu Mar 24 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-4mdk
+- Disable --gui option when $DISPLAY isn't set
+
* Wed Mar 23 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-3mdk
- Add a --summary option to urpmq (Michael Scherer)