--- rpms/initscripts/sme7/initscripts.spec 2009/08/24 14:53:53 1.6 +++ rpms/initscripts/sme7/initscripts.spec 2009/08/24 15:19:21 1.7 @@ -3,11 +3,12 @@ Name: initscripts Version: 7.93.34 License: GPL Group: System Environment/Base -Release: 1.centos4 +Release: 1.centos4.1%{?dist} Source: initscripts-%{version}.tar.bz2 URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ Patch0: initscripts-s390.patch Patch100: centos4-initscripts.patch +Patch1000: initscripts-7.93.34-smerunlevel.patch BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 Requires: /sbin/sysctl, sysklogd >= 1.3.31 @@ -43,6 +44,7 @@ deactivate most network interfaces. #added by CentOS %patch100 -p1 +%patch1000 -p1 %build make @@ -212,6 +214,15 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Aug 24 2009 Shad L. Lords 7.93.34-1.centos4.1.sme +- Reapply SME Server patches [SME: 2043] +- 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] + * Thu Jul 2 2009 Tru Huynh - 7.93.34-1.centos4 - Reapplied the CentOS 4 patches