aboutsummaryrefslogtreecommitdiffstats
path: root/perl-URPM.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-05-21 11:33:44 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-05-21 11:33:44 +0000
commite69108e1161af269cc9edd73295e75182886a2a2 (patch)
treef218f23bc899103d335e2223cca482aa628c83c1 /perl-URPM.spec
parent48b97aa2c6cdb5d3a705df336d4e46467399cb13 (diff)
downloadperl-URPM-e69108e1161af269cc9edd73295e75182886a2a2.tar
perl-URPM-e69108e1161af269cc9edd73295e75182886a2a2.tar.gz
perl-URPM-e69108e1161af269cc9edd73295e75182886a2a2.tar.bz2
perl-URPM-e69108e1161af269cc9edd73295e75182886a2a2.tar.xz
perl-URPM-e69108e1161af269cc9edd73295e75182886a2a2.zip
0.95-2mdk
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r--perl-URPM.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec
index b0f4f22..da7f817 100644
--- a/perl-URPM.spec
+++ b/perl-URPM.spec
@@ -1,7 +1,7 @@
%define name perl-URPM
%define real_name URPM
%define version 0.95
-%define release 1mdk
+%define release 2mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"')
%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)
@@ -38,7 +38,6 @@ hdlist files and manage them in memory.
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
-%{__make} test
%install
%{__rm} -rf %{buildroot}
@@ -58,6 +57,10 @@ hdlist files and manage them in memory.
%changelog
+* Fri May 21 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.95-2mdk
+- Don't include older packages than the installed ones in the dependencies
+ (except when urpmi is invoked with --allow-force)
+
* Thu May 06 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.95-1mdk
- Add a way to make some error messages non-fatal