/[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.8 by slords, Tue Apr 14 14:37:56 2009 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.25
4  License: GPL  # ppp-watch is GPLv2+, everything else is GPLv2
5    License: GPLv2 and GPLv2+
6  Group: System Environment/Base  Group: System Environment/Base
7  Release: 1%{?dist}.1  Release: 1.el5.centos
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
9  Patch1: initscripts-centos-branding.patch  Patch1: initscripts-centos-branding.patch
10  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  # git source repository
11    URL: http://git.fedorahosted.org/git/initscripts.git
12  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
13  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
14  Requires: /sbin/sysctl, syslog  Requires: /sbin/sysctl, syslog
# Line 30  BuildRequires: glib2-devel popt gettext Line 32  BuildRequires: glib2-devel popt gettext
32    
33  %description  %description
34  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
35  your Red Hat system, change runlevels, and shut the system down  your CentOS system, change runlevels, and shut the system down
36  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
37  deactivate most network interfaces.  deactivate most network interfaces.
38    
39  %prep  %prep
40  %setup -q  %setup -q
41  %patch1 -p1  %patch1 -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>  * Sun Mar  1 2009 Karanbir Singh <kbsingh@centos.org> 8.45.25-1.el5.centos
204  - roll in CentOS Changes  - Roll in CentOS Branding
205    
206    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
207    - fixed SUBCHANNEL grep statement (bug #459044)
208    - Resolves: rhbz#459044
209    
210    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
211    - fixed SUBCHANNEL grep statement (bug #459044)
212    - Resolves: rhbz#459044
213    
214    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
215    - fixed SUBCHANNEL grep statement (bug #459044)
216    - Resolves: rhbz#459044
217    
218    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
219    - refined SUBCHANNEL grep statement (bug #459044)
220    - blkid has a -l option to pick a single device. Use it. (#470027)
221    - don't mkswap on halt (#469823)
222    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
223    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
224    
225    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
226    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
227    - Resolves: #466115
228    
229    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
230    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
231    - call logger with full path (#447928, Mihai Vintila)
232    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
233    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
234    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
235    
236    * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
237    - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
238    
239    * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
240    - IKE_DHGROUP is now an option for IPsec configuration files, which allows
241    to set the dh group used during PHASE 1 of IPsec SA (#251506)
242    - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
243    - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
244    - the check for the need of remounting the root file system read-writable
245    is now refined (#334171)
246    - quoted SUBCHANNELS and HWADDR options in network configuration files are
247    now handled properly (#351291)
248    - support for resuming from an encrypted swap has been added (#360071)
249    - rc.sysinit now executes the proper configuration tools, if /.unconfigured
250    is present (#426372)
251    - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
252    
253    * Tue Aug  7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
254    - fix netconsole service status (#223742)
255    
256    * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1
257    - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285)
258    - network-functions: fix logic error in install_bonding_driver (#229643)
259    - add init script for netconsole (#223742)
260    - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
261    - init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>)
262    
263  * 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
264  - 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