/[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.13 by slords, Wed Apr 27 15:06:15 2011 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.33
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  Patch10: 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  %patch10 -p1
42    
43  %build  %build
44  make  make
# Line 51  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id Line 53  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id
53  rm -f \  rm -f \
54   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
55   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
56     $RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \
57   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \
58   $RPM_BUILD_ROOT/lib/udev/ccw_init   $RPM_BUILD_ROOT/lib/udev/ccw_init
59  %else  %else
# Line 70  chmod 600 /var/log/btmp Line 73  chmod 600 /var/log/btmp
73    
74  /sbin/chkconfig --add netfs  /sbin/chkconfig --add netfs
75  /sbin/chkconfig --add network  /sbin/chkconfig --add network
76    /sbin/chkconfig --add netconsole
77    /sbin/chkconfig --add rawdevices
78    
79    
80  %preun  %preun
81  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
82    /sbin/chkconfig --del netfs    /sbin/chkconfig --del netfs
83    /sbin/chkconfig --del network    /sbin/chkconfig --del network
84      /sbin/chkconfig --del netconsole
85      /sbin/chkconfig --del rawdevices
86  fi  fi
87    
88  %triggerun -- initscripts < 7.62  %triggerun -- initscripts < 7.62
89  /sbin/chkconfig --del random  /sbin/chkconfig --del random
 /sbin/chkconfig --del rawdevices  
90  exit 0  exit 0
91    
92  %clean  %clean
# Line 90  rm -rf $RPM_BUILD_ROOT Line 97  rm -rf $RPM_BUILD_ROOT
97  %dir /etc/sysconfig/network-scripts  %dir /etc/sysconfig/network-scripts
98  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
99  %config(noreplace) /etc/sysconfig/init  %config(noreplace) /etc/sysconfig/init
100    %config(noreplace) /etc/sysconfig/netconsole
101  %config(noreplace) /etc/sysconfig/readonly-root  %config(noreplace) /etc/sysconfig/readonly-root
102  /etc/sysconfig/network-scripts/ifdown  /etc/sysconfig/network-scripts/ifdown
103  /sbin/ifdown  /sbin/ifdown
# Line 102  rm -rf $RPM_BUILD_ROOT Line 110  rm -rf $RPM_BUILD_ROOT
110  %dir /etc/sysconfig/networking/devices  %dir /etc/sysconfig/networking/devices
111  %dir /etc/sysconfig/networking/profiles  %dir /etc/sysconfig/networking/profiles
112  %dir /etc/sysconfig/networking/profiles/default  %dir /etc/sysconfig/networking/profiles/default
113    %config(noreplace) /etc/sysconfig/rawdevices
114  %config /etc/sysconfig/network-scripts/network-functions  %config /etc/sysconfig/network-scripts/network-functions
115  %config /etc/sysconfig/network-scripts/network-functions-ipv6  %config /etc/sysconfig/network-scripts/network-functions-ipv6
116  %config /etc/sysconfig/network-scripts/init.ipv6-global  %config /etc/sysconfig/network-scripts/init.ipv6-global
# Line 195  rm -rf $RPM_BUILD_ROOT Line 204  rm -rf $RPM_BUILD_ROOT
204  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
205    
206  %changelog  %changelog
207  * Wed Mar 21 2007 Karanbir Singh <kbsingh@centos.org>  * Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos
208  - roll in CentOS Changes  - Roll in CentOS Branding
209    - Fix the dist tag, since initscripts tag's are not handled in the buildsys
210    
211    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
212    - don't turn of net on shutdown if iscsi is running
213    Resolves: rhbz#583218
214    
215    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
216    - readded missing 54-cu3088-fix.rules
217    Related: rhbz#475721
218    
219    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
220    - do not killall racoon with the full path
221    Resolves: rhbz#567295
222    - fixed the interactive startup keys in translation
223    Resolves: rhbz#566579
224    - do not clear the environment for daemon()
225    Resolves: rhbz#564093
226    - call unicode_start with $UNIMAP instead of $SYSFONTACM
227    Resolves: rhbz#557089
228    - fixed the network interface name grep in checks
229    Resolves: rhbz#538863
230    - make /var/lib/xend a bind mount for read-only root systems
231    Resolves: rhbz#526046
232    - do not try to activate individual dmraid subsets
233    Resolves: rhbz#524356
234    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
235    Resolves: rhbz#519748
236    - load the bonding driver, if bonding options are present in the ifcfg file
237    Resolves: rhbz#516569
238    - run quotacheck after the local filesystems have been mounted
239    Resolves: rhbz#499207
240    - add DHCP_HOSTNAME documentation to sysconfig.txt
241    Resolves: rhbz#498052
242    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
243    Resolves: rhbz#492994
244    
245    * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
246    - fix raw path in initscript (#472891)
247    - remove deprecation comments (#472891)
248    - applied missing ipcalc patch for IPv6 address validation (#464268)
249    - Resolves: rhbz#472891 rhbz#464268
250    
251    * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
252    - Final fixes for IP address validation (#464268)
253    - Added required 54-cu3088-fix.rules udev rules file (#475721)
254    - Resolves: #464268,#475721
255    
256    * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
257    - cleanup /var/run/libvirt (#505600)
258    - Resolves: rhbz#505600
259    
260    * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
261    - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
262    - Resolves: rhbz#475006
263    
264    * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
265    - undeprecate rawdevices (#472891)
266    - Resolves: rhbz#472891
267    
268    * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
269    - add md activation before lvm/device-mapper in netfs (#480627)
270    - fixed SUBCHANNEL grep for s390
271    - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
272    - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
273    - add gfs2 to rc.sysinit mount (#494963)
274    - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
275    - Add vlan support for s390 HSI interfaces. (#490584)
276    - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
277    - Remove arp_ip_target on ifdown for bonding devices. (#483711)
278    - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
279    - Bring up ipsec interfaces last. (#481733)
280    - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
281    - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
282    - Add some docs on BONDING_OPTS. (#472480)
283    - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
284    - remove empty bridges (#463325)
285    - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
286    - fail if HWADDR specified in ifcfg is not present in the system (#487718)
287    - fix ifdown of vlan iface which is a bridge member (#481557)
288    - add proper return codes for /etc/init.d/network (#481002)
289    - fixed brigde setup (bug #463014)
290    - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
291    - Use the pidfile before running pidof in status(). (#440658)
292    - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
293    - Remove /.suspended as well on boot (#270861)
294    - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
295    - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
296                rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
297                rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
298                rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
299                rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
300    
301    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
302    - fixed SUBCHANNEL grep statement (bug #459044)
303    - Resolves: rhbz#459044
304    
305    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
306    - fixed SUBCHANNEL grep statement (bug #459044)
307    - Resolves: rhbz#459044
308    
309    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
310    - fixed SUBCHANNEL grep statement (bug #459044)
311    - Resolves: rhbz#459044
312    
313    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
314    - refined SUBCHANNEL grep statement (bug #459044)
315    - blkid has a -l option to pick a single device. Use it. (#470027)
316    - don't mkswap on halt (#469823)
317    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
318    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
319    
320    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
321    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
322    - Resolves: #466115
323    
324    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
325    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
326    - call logger with full path (#447928, Mihai Vintila)
327    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
328    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
329    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
330    
331    * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
332    - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
333    
334    * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
335    - IKE_DHGROUP is now an option for IPsec configuration files, which allows
336    to set the dh group used during PHASE 1 of IPsec SA (#251506)
337    - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
338    - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
339    - the check for the need of remounting the root file system read-writable
340    is now refined (#334171)
341    - quoted SUBCHANNELS and HWADDR options in network configuration files are
342    now handled properly (#351291)
343    - support for resuming from an encrypted swap has been added (#360071)
344    - rc.sysinit now executes the proper configuration tools, if /.unconfigured
345    is present (#426372)
346    - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
347    
348    * Tue Aug  7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
349    - fix netconsole service status (#223742)
350    
351    * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1
352    - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285)
353    - network-functions: fix logic error in install_bonding_driver (#229643)
354    - add init script for netconsole (#223742)
355    - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
356    - init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>)
357    
358  * 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
359  - 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