diff options
author | Francois Pons <fpons@mandriva.com> | 2003-06-26 15:26:14 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-06-26 15:26:14 +0000 |
commit | b720bc2949d32028cebe52bea9cea3f34a52fbde (patch) | |
tree | 6595ccaedd524c7301cd1295f87c2fc82c2d28e7 /perl-URPM.spec | |
parent | 4d8847f644759eda266bbef5a72a792ea7f7d535 (diff) | |
download | perl-URPM-b720bc2949d32028cebe52bea9cea3f34a52fbde.tar perl-URPM-b720bc2949d32028cebe52bea9cea3f34a52fbde.tar.gz perl-URPM-b720bc2949d32028cebe52bea9cea3f34a52fbde.tar.bz2 perl-URPM-b720bc2949d32028cebe52bea9cea3f34a52fbde.tar.xz perl-URPM-b720bc2949d32028cebe52bea9cea3f34a52fbde.zip |
0.91-7mdk
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r-- | perl-URPM.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec index 31f79de..47bff60 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 6mdk +%define release 7mdk %{expand:%%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)} @@ -51,6 +51,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 26 2003 François Pons <fpons@mandrakesoft.com> 0.91-7mdk +- fixed possible transaction set build even for empty selection. +- fixed whatrequires hash abnormally populated (no problem raised). +- added unsatisfied information to selected hash when nodeps option + is given to URPM::resolve_requested. + * Thu Jun 19 2003 François Pons <fpons@mandrakesoft.com> 0.91-6mdk - make sure callback options are taken into account only if a reference is given. |