--- rpms/initscripts/sme7/initscripts.spec 2008/09/12 03:08:02 1.4 +++ rpms/initscripts/sme7/initscripts.spec 2008/09/12 03:13:31 1.5 @@ -1,13 +1,16 @@ +# $Id: initscripts.spec,v 1.3 2008/04/09 13:51:49 slords Exp $ + Summary: The inittab file and the /etc/init.d scripts. Name: initscripts Version: 7.93.33 License: GPL Group: System Environment/Base -Release: 1.centos4 +Release: 1.centos4%{?dist} Source: initscripts-%{version}.tar.bz2 URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ Patch0: initscripts-s390.patch Patch100: centos4-initscripts.patch +Patch1000: smeserver-initscripts-service.patch BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 Requires: /sbin/sysctl, sysklogd >= 1.3.31 @@ -44,6 +47,8 @@ deactivate most network interfaces. #added by CentOS %patch100 -p1 +%patch1000 -p1 + %build make @@ -212,6 +217,15 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Thu Sep 11 2008 Shad L. Lords 7.93.33-1.centos4.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] + * Wed Jun 25 2008 Bill Nottingham - 7.93.33-1 - the MAC addr patch does not work - pull it - Reverts: rhbz#251415