aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-09 11:10:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-02-09 11:10:18 +0000
commitecbb11da39f6fd97176c2493155709a5fa280390 (patch)
treef7fafae8f4e9ca677333167fcb1104d5cab26639
parent8c7668fa8b4391db2df0d21623ec44f97fd396ab (diff)
downloadrpm-helper-ecbb11da39f6fd97176c2493155709a5fa280390.tar
rpm-helper-ecbb11da39f6fd97176c2493155709a5fa280390.tar.gz
rpm-helper-ecbb11da39f6fd97176c2493155709a5fa280390.tar.bz2
rpm-helper-ecbb11da39f6fd97176c2493155709a5fa280390.tar.xz
rpm-helper-ecbb11da39f6fd97176c2493155709a5fa280390.zip
0.15-1mdk
-rw-r--r--rpm-helper.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/rpm-helper.spec b/rpm-helper.spec
index c2d6831..f15000d 100644
--- a/rpm-helper.spec
+++ b/rpm-helper.spec
@@ -10,16 +10,16 @@
Summary: Helper scripts for rpm scriptlets
Name: rpm-helper
-Version: 0.14
+Version: 0.15
Release: %mkrel 1
Source0: %name-%version.tar.bz2
License: GPL
Group: System/Configuration/Packaging
URL: http://www.mandrivalinux.com/
-BuildArchitectures: noarch
+BuildArch: noarch
BuildRoot: %_tmppath/%name-buildroot
Conflicts: chkconfig < 1.3.4-10mdk
-Requires: chkconfig, grep, shadow-utils, chkconfig, coreutils
+Requires: grep, shadow-utils, chkconfig, coreutils
%description
Helper scripts for rpm scriptlets to help create/remove :
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%_sys_macros_dir/%name.macros
%changelog
+* Thu Feb 09 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 0.15-1mdk
+- add-service: handle case when a service name appears several times.
+
* Tue Sep 20 2005 Frederic Lepied <flepied@mandriva.com> 0.14-1mdk
- add-service: don't add the service to all the profiles in upgrade mode.