--- rpms/initscripts/sme8/initscripts.spec 2010/03/04 16:31:07 1.12 +++ rpms/initscripts/sme8/initscripts.spec 2011/04/27 15:06:15 1.13 @@ -1,17 +1,12 @@ -# $Id$ - Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.45.30 +Version: 8.45.33 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 2%{?dist}.2 +Release: 1.el5.centos Source: initscripts-%{version}.tar.bz2 -Patch1: initscripts-8.45.29-ctc.patch -Patch100: initscripts-centos-branding.patch -Patch1000: initscripts-8.45.25-smepatches.patch -Patch1001: initscripts-8.45.30-smefixtypo.patch +Patch10: initscripts-centos-branding.patch # git source repository URL: http://git.fedorahosted.org/git/initscripts.git BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root @@ -43,10 +38,7 @@ deactivate most network interfaces. %prep %setup -q -%patch1 -p1 -%patch100 -p1 -%patch1000 -p1 -%patch1001 -p1 +%patch10 -p1 %build make @@ -212,24 +204,49 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Thu Dec 17 2009 Filippo Carletti 8.45.30-2.sme.2 -- Fix typo in /sbin/service patch (Federico Simoncelli) [SME: 5674] - -* Mon Oct 26 2009 Shad L. Lords 8.45.30-2.sme.1 -- Exit with zero exit status for services not listed in configuration - database to avoid failures in post scriptlets [SME: 1653] -- Merge in SME Server /sbin/e-smith/service wrapper so that only - initscripts which exist in run-level 7 can be run. This ensures - that the supervised service is run, if one exists, and protects - against running "service httpd restart" [SME: 61, 1495] - -* Mon Sep 28 2009 Karanbir Singh 8.45.30-2.el5.centos +* Mon Jan 31 2011 Karanbir Singh 8.45.33-1.el5.centos - Roll in CentOS Branding +- Fix the dist tag, since initscripts tag's are not handled in the buildsys + +* Wed Oct 13 2010 Harald Hoyer 8.45.33-1 +- don't turn of net on shutdown if iscsi is running +Resolves: rhbz#583218 + +* Mon Sep 13 2010 Harald Hoyer 8.45.32-1 +- readded missing 54-cu3088-fix.rules +Related: rhbz#475721 + +* Mon Sep 13 2010 Harald Hoyer 8.45.31-1 +- do not killall racoon with the full path +Resolves: rhbz#567295 +- fixed the interactive startup keys in translation +Resolves: rhbz#566579 +- do not clear the environment for daemon() +Resolves: rhbz#564093 +- call unicode_start with $UNIMAP instead of $SYSFONTACM +Resolves: rhbz#557089 +- fixed the network interface name grep in checks +Resolves: rhbz#538863 +- make /var/lib/xend a bind mount for read-only root systems +Resolves: rhbz#526046 +- do not try to activate individual dmraid subsets +Resolves: rhbz#524356 +- create /var/run/utmp* /var/log/wtmp* with the correct selinux context +Resolves: rhbz#519748 +- load the bonding driver, if bonding options are present in the ifcfg file +Resolves: rhbz#516569 +- run quotacheck after the local filesystems have been mounted +Resolves: rhbz#499207 +- add DHCP_HOSTNAME documentation to sysconfig.txt +Resolves: rhbz#498052 +- remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*) +Resolves: rhbz#492994 * Sat Jul 13 2009 Harald Hoyer 8.45.30-2 - fix raw path in initscript (#472891) - remove deprecation comments (#472891) -- Resolves: rhbz#472891 +- applied missing ipcalc patch for IPv6 address validation (#464268) +- Resolves: rhbz#472891 rhbz#464268 * Tue Jul 07 2009 Phil Knirsch 8.45.29-3 - Final fixes for IP address validation (#464268)