/[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.1 by slords, Tue Jun 12 19:53:29 2007 UTC Revision 1.3 by slords, Thu Dec 20 19:37:23 2007 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.14.EL  Version: 8.45.17.EL
4  License: GPL  License: GPL
5  Group: System Environment/Base  Group: System Environment/Base
6  Release: 1%{?dist}.1  Release: 1%{?dist}.1
7  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
8  Patch1: initscripts-centos-branding.patch  Patch1: initscripts-centos-branding.patch
9    Patch100: initscripts-8.45.17.EL-smeserver-service.patch
10  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/
11  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
12  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
# Line 30  BuildRequires: glib2-devel popt gettext Line 31  BuildRequires: glib2-devel popt gettext
31    
32  %description  %description
33  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
34  your Red Hat system, change runlevels, and shut the system down  your CentOS system, change runlevels, and shut the system down
35  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
36  deactivate most network interfaces.  deactivate most network interfaces.
37    
38  %prep  %prep
39  %setup -q  %setup -q
40  %patch1 -p1  %patch1 -p1
41    %patch100 -p1
42    
43  %build  %build
44  make  make
# Line 70  chmod 600 /var/log/btmp Line 72  chmod 600 /var/log/btmp
72    
73  /sbin/chkconfig --add netfs  /sbin/chkconfig --add netfs
74  /sbin/chkconfig --add network  /sbin/chkconfig --add network
75    /sbin/chkconfig --add netconsole
76    
77  %preun  %preun
78  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
79    /sbin/chkconfig --del netfs    /sbin/chkconfig --del netfs
80    /sbin/chkconfig --del network    /sbin/chkconfig --del network
81      /sbin/chkconfig --del netconsole
82  fi  fi
83    
84  %triggerun -- initscripts < 7.62  %triggerun -- initscripts < 7.62
# Line 90  rm -rf $RPM_BUILD_ROOT Line 94  rm -rf $RPM_BUILD_ROOT
94  %dir /etc/sysconfig/network-scripts  %dir /etc/sysconfig/network-scripts
95  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
96  %config(noreplace) /etc/sysconfig/init  %config(noreplace) /etc/sysconfig/init
97    %config(noreplace) /etc/sysconfig/netconsole
98  %config(noreplace) /etc/sysconfig/readonly-root  %config(noreplace) /etc/sysconfig/readonly-root
99  /etc/sysconfig/network-scripts/ifdown  /etc/sysconfig/network-scripts/ifdown
100  /sbin/ifdown  /sbin/ifdown
# Line 195  rm -rf $RPM_BUILD_ROOT Line 200  rm -rf $RPM_BUILD_ROOT
200  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
201    
202  %changelog  %changelog
203  * Wed Mar 21 2007 Karanbir Singh <kbsingh@centos.org>  * Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 8.45.17.EL-1.el5.sme.1
204  - roll in CentOS Changes  - Exit with zero exit status for services not listed in configuration
205      database to avoid failures in post scriptlets [SME: 1653]
206    - Merge in SME Server /sbin/e-smith/service wrapper so that only
207      initscripts which exist in run-level 7 can be run. This ensures
208      that the supervised service is run, if one exists, and protects
209      against running "service httpd restart" [SME: 61, 1495]
210    
211    * Fri Nov  9 2007 Karanbir Singh <kbsingh@centos.org>   8.45.17.EL-1.el5.centos.1
212    - roll in CentOS Branding Changes
213    
214    * Tue Aug  7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
215    - fix netconsole service status (#223742)
216    
217    * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1
218    - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285)
219    - network-functions: fix logic error in install_bonding_driver (#229643)
220    - add init script for netconsole (#223742)
221    - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
222    - init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>)
223    
224  * Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> 8.45.14.EL-1  * Mon Jan 15 2007 Bill Nottingham <notting@redhat.com> 8.45.14.EL-1
225  - set MACADDR, if specified, before bringing up bonding master/slaves (#218792)  - set MACADDR, if specified, before bringing up bonding master/slaves (#218792)


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