diff options
author | Olivier Thauvin <nanardon@mandriva.org> | 2006-09-05 14:47:48 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mandriva.org> | 2006-09-05 14:47:48 +0000 |
commit | 79a4e1135f09b8f3af2f6e1ca34de3773cd7c219 (patch) | |
tree | d3bfcb88edec38a5b551e8cb2a49de4aeb6f409b | |
parent | 1518b71b8135f75524e1db4adcef7c2e9c8a7f62 (diff) | |
download | rpm-helper-79a4e1135f09b8f3af2f6e1ca34de3773cd7c219.tar rpm-helper-79a4e1135f09b8f3af2f6e1ca34de3773cd7c219.tar.gz rpm-helper-79a4e1135f09b8f3af2f6e1ca34de3773cd7c219.tar.bz2 rpm-helper-79a4e1135f09b8f3af2f6e1ca34de3773cd7c219.tar.xz rpm-helper-79a4e1135f09b8f3af2f6e1ca34de3773cd7c219.zip |
- no spec file in source
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | rpm-helper.spec | 109 |
2 files changed, 1 insertions, 112 deletions
@@ -9,9 +9,7 @@ ############################################################################# PACKAGE = rpm-helper -VERSION := $(shell rpm -q --qf %{VERSION} --specfile $(PACKAGE).spec) -RELEASE := $(shell rpm -q --qf %{RELEASE} --specfile $(PACKAGE).spec) -TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') +VERSION := 0.18 FILES = AUTHORS README README.CVS COPYING ChangeLog Makefile \ $(PACKAGE).spec $(SCRIPTS) $(MACROFILEIN) diff --git a/rpm-helper.spec b/rpm-helper.spec deleted file mode 100644 index fbde0fa..0000000 --- a/rpm-helper.spec +++ /dev/null @@ -1,109 +0,0 @@ -# $Id$ - -Summary: Helper scripts for rpm scriptlets -Name: rpm-helper -Version: 0.17 -Release: %mkrel 1 -Source0: %name-%version.tar.bz2 -License: GPL -Group: System/Configuration/Packaging -URL: http://www.mandrivalinux.com/ -BuildArch: noarch -BuildRoot: %_tmppath/%name-buildroot -Conflicts: chkconfig < 1.3.4-10mdk -Requires: grep, shadow-utils, chkconfig, coreutils - -%description -Helper scripts for rpm scriptlets to help create/remove : -- groups -- services -- shells -- users - -%prep -%setup - -%install -rm -rf $RPM_BUILD_ROOT -%makeinstall_std LIBDIR=%_datadir/%name - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc README* ChangeLog AUTHORS -%_datadir/%name -%_sys_macros_dir/%name.macros - -%changelog -* Thu Jun 22 2006 Olivier Thauvin <nanardon@mandriva.org> 0.17-1mdv2007.0 -- fix web macros - -* Sat Jun 17 2006 Olivier Thauvin <nanardon@mandriva.org> 0.16-1mdv2007.0 -- add webapp macros and scrips (G. Rousse) - -* 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. - -* Sat Sep 10 2005 Frederic Lepied <flepied@mandriva.com> 0.13-1mdk -- add-service: test /etc/security/msec/server wihout taking care of - $SECURE_LEVEL (bug #18409). -- add-service: add by default the service to all the profiles if - ADD_SERVICES_TO_CURRENT_PROFILE_ONLY isn't set in - /etc/sysconfig/system. - -* Wed Aug 03 2005 Herton Ronaldo Krzesinski <herton@mandriva.com> 0.12-1mdk -- Version bump: new version that contais syslog helpers - -* Thu Jun 30 2005 Olivier Thauvin <nanardon@mandriva.org> 0.11-1mdk -- provide itself its macro (rpm 4.4 powah) -- mkrel - -* Thu Sep 23 2004 Frederic Lepied <flepied@mandrakesoft.com> 0.10-1mdk -- add-service: add the service again on upgrade if the service is activated - -* Wed Sep 17 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.9.1-1mdk -- don't depend on initscripts anymore - -* Tue Jan 14 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.9-1mdk -- added the right requires - -* Sun Dec 22 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.8-1mdk -- corrected add-shell to not add the shell multiple times -- corrected add-service when SECURE_LEVEL isn't set -- corrected add-group not to delete supplementary groups already added - -* Tue Nov 5 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.7.1-1mdk -- add verify-shell - -* Tue Nov 5 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.7-1mdk -- add add-shell and del-shell to update /etc/shells - -* Fri Sep 6 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.6-1mdk -- add add-shell and del-shell to update /etc/shells -- add-service: do the security stuff here instead of doing it in chkconfig -to be more flexible. - -* Thu Aug 1 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.5-1mdk -- add-service: on upgrade, restart services that depend of portmap. - -* Wed Jul 31 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.4.1-1mdk -- correct add-group when no user is added to the group - -* Mon Jul 29 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.4-1mdk -- added del-group and add-group - -* Fri Jul 12 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.3-1mdk -- extend add-user to support extended groups - -* Wed Jul 10 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.2-1mdk -- added create-file - -* Tue Jul 9 2002 Frederic Lepied <flepied@mandrakesoft.com> 0.1-1mdk -- Initial version - -# end of file |