diff options
author | Francois Pons <fpons@mandriva.com> | 2003-06-19 14:24:58 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-06-19 14:24:58 +0000 |
commit | 4d8847f644759eda266bbef5a72a792ea7f7d535 (patch) | |
tree | 8f57d24b3ab3afeef43bc430712c9b3760db00ec /perl-URPM.spec | |
parent | db3c6a5df23fb28367b4ec13e0df49ba49fe5e3d (diff) | |
download | perl-URPM-4d8847f644759eda266bbef5a72a792ea7f7d535.tar perl-URPM-4d8847f644759eda266bbef5a72a792ea7f7d535.tar.gz perl-URPM-4d8847f644759eda266bbef5a72a792ea7f7d535.tar.bz2 perl-URPM-4d8847f644759eda266bbef5a72a792ea7f7d535.tar.xz perl-URPM-4d8847f644759eda266bbef5a72a792ea7f7d535.zip |
0.91-6mdk
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r-- | perl-URPM.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec index 468a69a..31f79de 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 5mdk +%define release 6mdk %{expand:%%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)} @@ -51,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* 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. +- make sure URPM::build_transaction_set do not create empty + transaction. +- added source of promotion selection. + * Thu Jun 19 2003 François Pons <fpons@mandrakesoft.com> 0.91-5mdk - added promote to backtrack data for more info. - fixed visual glitches when a package has its selection backtracked |