--- rpms/initscripts/sme8/initscripts.spec 2012/03/09 02:27:35 1.19 +++ rpms/initscripts/sme8/initscripts.spec 2013/10/02 03:31:21 1.20 @@ -4,14 +4,16 @@ Version: 8.45.42 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 1%{?dist} +Release: 2.1%{?dist} Source: initscripts-%{version}.tar.bz2 -# git source repository +Patch0: initscripts-8.45.42-kpartx.patch +Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch Patch10: initscripts-centos-branding.patch # SME specific patches Patch1001: initscripts-8.45.38-smepatches.patch +# git source repository URL: http://git.fedorahosted.org/git/initscripts.git BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 @@ -36,12 +38,14 @@ BuildRequires: glib2-devel popt gettext %description The initscripts package contains the basic system scripts used to boot -your CentOS system, change runlevels, and shut the system down +your Linux system, change runlevels, and shut the system down cleanly. Initscripts also contains the scripts that activate and deactivate most network interfaces. %prep %setup -q +%patch0 -p1 +%patch1 -p1 %patch10 -p1 # SME specific patches @@ -211,7 +215,8 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Thu Mar 8 2012 Shad L. Lords 8.45.42-1.sme +* Tue Oct 1 2013 Ian Wells 8.45.42-2.1.sme +- Update to 8.45.42-2.1 [SME: 7870] - 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 @@ -219,6 +224,12 @@ rm -rf $RPM_BUILD_ROOT that the supervised service is run, if one exists, and protects against running "service httpd restart" [SME: 61, 1495] +* Fri Aug 16 2013 Lukas Nykryn - 8.45.42-2.1 +- create /tmp/.X11-unix in rc.sysinit (#997622, CVE-2013-4169) + +* Thu Aug 02 2012 Lukas Nykryn - 8.45.42-2 +- added missing "-p p" for kpartx in netfs (#844671) + * Mon Dec 19 2011 Lukas Nykryn 8.45.42-1 - changed exchange_mode to "main, aggressive" (#435274)