/[smeserver]/rpms/initscripts/sme8/initscripts.spec
ViewVC logotype

Diff of /rpms/initscripts/sme8/initscripts.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.17.2.2 by slords, Mon Oct 28 15:02:35 2013 UTC Revision 1.19 by slords, Fri Mar 9 02:27:35 2012 UTC
# Line 1  Line 1 
1  Summary: The inittab file and the /etc/init.d scripts.  Summary: The inittab file and the /etc/init.d scripts.
2  Name: initscripts  Name: initscripts
3  Version: 8.45.44  Version: 8.45.42
4  # ppp-watch is GPLv2+, everything else is GPLv2  # ppp-watch is GPLv2+, everything else is GPLv2
5  License: GPLv2 and GPLv2+  License: GPLv2 and GPLv2+
6  Group: System Environment/Base  Group: System Environment/Base
7  Release: 3%{?dist}  Release: 1%{?dist}
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
9  # git source repository  # git source repository
10    Patch10: initscripts-centos-branding.patch
11    
12    # SME specific patches
13    Patch1001: initscripts-8.45.38-smepatches.patch
14    
15  URL: http://git.fedorahosted.org/git/initscripts.git  URL: http://git.fedorahosted.org/git/initscripts.git
16  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
17  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
# Line 28  Obsoletes: rhsound sapinit Line 33  Obsoletes: rhsound sapinit
33  Obsoletes: hotplug  Obsoletes: hotplug
34  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils
35  BuildRequires: glib2-devel popt gettext pkgconfig  BuildRequires: glib2-devel popt gettext pkgconfig
 Patch0: 0001-Fix-comments-in-sysctl.conf.ppc-862597.patch  
 Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch  
36    
37  %description  %description
38  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
39  your Red Hat system, change runlevels, and shut the system down  your CentOS system, change runlevels, and shut the system down
40  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
41  deactivate most network interfaces.  deactivate most network interfaces.
42    
43  %prep  %prep
44  %setup -q  %setup -q
45  %patch0 -p1  %patch10 -p1
46  %patch1 -p1  
47    # SME specific patches
48    %patch1001 -p1
49    
50  %build  %build
51  make  make
# Line 206  rm -rf $RPM_BUILD_ROOT Line 211  rm -rf $RPM_BUILD_ROOT
211  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
212    
213  %changelog  %changelog
214  * Fri Aug 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 8.45.44-3  * Thu Mar 8 2012 Shad L. Lords <slords@mail.com> 8.45.42-1.sme
215  - create /tmp/.X11-unix in rc.sysinit (#988498, CVE-2013-4169)  - Exit with zero exit status for services not listed in configuration
216      database to avoid failures in post scriptlets [SME: 1653]
217  * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-2  - Merge in SME Server /sbin/e-smith/service wrapper so that only
218  - fix comments in sysctl.conf.ppc (#862597)    initscripts which exist in run-level 7 can be run. This ensures
219      that the supervised service is run, if one exists, and protects
220  * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-1    against running "service httpd restart" [SME: 61, 1495]
 - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network (#860252)  
 - fix comments in sysctl.conf (#862597)  
 - sysctl.d manpage (#735982)  
 - check_device_down: Don't bother calling ip to check link state if the device doesn't exist (#814058)  
 - test if there is /dev/rtc before syncing hardware clock (#636861)  
 - sysconfig.txt advised saslauthd -a instad of -v (#957109)  
   
 * Thu Apr 18 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.43-1  
 - add a -l option to status to pass the lock file name (#852967)  
 - clarify docs around IPV6INIT=yes/no (#545881)  
 - support ipv6 routing rules by merging IPv4/IPv6, and route/rule code (#853038)  
 - make killproc more granular when delay is passed (#843386)  
 - don't accidentally match other bonding devices (#880890)  
 - set NIS domain (#705218)  
 - don't set primary before we enslave devices (#747418)  
221    
222  * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1  * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
223  - changed exchange_mode to "main, aggressive" (#435274)  - changed exchange_mode to "main, aggressive" (#435274)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed