aboutsummaryrefslogtreecommitdiffstats
path: root/perl-URPM.spec
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-07 15:14:05 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-07 15:14:05 +0000
commit9aec64a16c4ea5e8e40ca5f1b0d078bd69a8c0e0 (patch)
treeaf298d664140eac50be4bb79c5e3c6754fd3b246 /perl-URPM.spec
parentd1929249644079544e9ff985746d13125893c5a3 (diff)
downloadperl-URPM-9aec64a16c4ea5e8e40ca5f1b0d078bd69a8c0e0.tar
perl-URPM-9aec64a16c4ea5e8e40ca5f1b0d078bd69a8c0e0.tar.gz
perl-URPM-9aec64a16c4ea5e8e40ca5f1b0d078bd69a8c0e0.tar.bz2
perl-URPM-9aec64a16c4ea5e8e40ca5f1b0d078bd69a8c0e0.tar.xz
perl-URPM-9aec64a16c4ea5e8e40ca5f1b0d078bd69a8c0e0.zip
0.91-9mdk
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r--perl-URPM.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec
index 9bcdf8f..1948515 100644
--- a/perl-URPM.spec
+++ b/perl-URPM.spec
@@ -1,7 +1,7 @@
%define name perl-URPM
%define real_name URPM
%define version 0.91
-%define release 8mdk
+%define release 9mdk
%{expand:%%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)}
@@ -51,6 +51,17 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jul 7 2003 François Pons <fpons@mandrakesoft.com> 0.91-9mdk
+- fixed provides from package not examined for looking into
+ unsatisfied requires.
+- fixed handling of promoteepoch (if B requires A and both A and B
+ are new packages, promoteepoch can be activated).
+- updated comments about promoteepoch management (it is touchy
+ enough without adding obfuscation here).
+- fixed (a lot of people should be very happy now) global unsatisfied
+ requires examined, so that it should now be possible to keep a
+ rpmdb with unsatisfied dependencies.
+
* Fri Jul 4 2003 François Pons <fpons@mandrakesoft.com> 0.91-8mdk
- removed handling of promoteepoch as it is specifically obscure
in rpm and make urpmi crazy.