diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-07-02 09:07:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-07-02 09:07:30 +0000 |
commit | 5414bcdc97cc22e06063d02e17e5f06d13cf9e94 (patch) | |
tree | 27581c47418b39ee0221c00b8659d904c81ee5e1 | |
parent | 62a9bc1de7c26dd9ac96af6325ffd771694affb1 (diff) | |
download | drakx-5414bcdc97cc22e06063d02e17e5f06d13cf9e94.tar drakx-5414bcdc97cc22e06063d02e17e5f06d13cf9e94.tar.gz drakx-5414bcdc97cc22e06063d02e17e5f06d13cf9e94.tar.bz2 drakx-5414bcdc97cc22e06063d02e17e5f06d13cf9e94.tar.xz drakx-5414bcdc97cc22e06063d02e17e5f06d13cf9e94.zip |
ensure proper upgrade: explictly tell urpmi that old drakxtools-newt conflicts with drakxtools-backend
-rw-r--r-- | perl-install/drakxtools.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec index 0b4ea284c..64791fe5f 100644 --- a/perl-install/drakxtools.spec +++ b/perl-install/drakxtools.spec @@ -1,7 +1,7 @@ Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...) Name: drakxtools Version: 10 -Release: 51mdk +Release: 52mdk Url: http://www.mandrakelinux.com/en/drakx.php3 Source0: %name-%version.tar.bz2 License: GPL @@ -32,6 +32,7 @@ Provides: perl(network::isdn_consts) %package backend Summary: Drakxtools libraries and background tools Group: System/Configuration/Other +Conflicts: drakxtools-newt < 10-51mdk %package http Summary: The drakxtools via http @@ -322,6 +323,9 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && %_datadir/harddrak %config(noreplace) %_sysconfdir/logrotate.d/drakxtools-http %changelog +- ensure proper upgrade: explictly tell urpmi that old drakxtools-newt + conflicts with drakxtools-backend + * Thu Jul 1 2004 Pixel <pixel@mandrakesoft.com> 10-51mdk - create package drakxtools-backend |