/[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.17 by slords, Sat Sep 17 21:24:24 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.38
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: 2.el5.centos
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
9  Patch1: initscripts-centos-branding.patch  # git source repository
10  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  Patch0: 40e9f12f.patch
11    Patch10: initscripts-centos-branding.patch
12    
13    URL: http://git.fedorahosted.org/git/initscripts.git
14  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
16  Requires: /sbin/sysctl, syslog  Requires: /sbin/sysctl, syslog
# Line 30  BuildRequires: glib2-devel popt gettext Line 34  BuildRequires: glib2-devel popt gettext
34    
35  %description  %description
36  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
37  your Red Hat system, change runlevels, and shut the system down  your CentOS system, change runlevels, and shut the system down
38  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
39  deactivate most network interfaces.  deactivate most network interfaces.
40    
41  %prep  %prep
42  %setup -q  %setup -q
43  %patch1 -p1  %patch0 -p1
44    %patch10 -p1
45    
46  %build  %build
47  make  make
# Line 51  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id Line 56  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id
56  rm -f \  rm -f \
57   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
58   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
59     $RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \
60   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \
61   $RPM_BUILD_ROOT/lib/udev/ccw_init   $RPM_BUILD_ROOT/lib/udev/ccw_init
62  %else  %else
# Line 70  chmod 600 /var/log/btmp Line 76  chmod 600 /var/log/btmp
76    
77  /sbin/chkconfig --add netfs  /sbin/chkconfig --add netfs
78  /sbin/chkconfig --add network  /sbin/chkconfig --add network
79    /sbin/chkconfig --add netconsole
80    /sbin/chkconfig --add rawdevices
81    
82    
83  %preun  %preun
84  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
85    /sbin/chkconfig --del netfs    /sbin/chkconfig --del netfs
86    /sbin/chkconfig --del network    /sbin/chkconfig --del network
87      /sbin/chkconfig --del netconsole
88      /sbin/chkconfig --del rawdevices
89  fi  fi
90    
91  %triggerun -- initscripts < 7.62  %triggerun -- initscripts < 7.62
92  /sbin/chkconfig --del random  /sbin/chkconfig --del random
 /sbin/chkconfig --del rawdevices  
93  exit 0  exit 0
94    
95  %clean  %clean
# Line 90  rm -rf $RPM_BUILD_ROOT Line 100  rm -rf $RPM_BUILD_ROOT
100  %dir /etc/sysconfig/network-scripts  %dir /etc/sysconfig/network-scripts
101  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime  %config(noreplace) %verify(not md5 mtime size) /etc/adjtime
102  %config(noreplace) /etc/sysconfig/init  %config(noreplace) /etc/sysconfig/init
103    %config(noreplace) /etc/sysconfig/netconsole
104  %config(noreplace) /etc/sysconfig/readonly-root  %config(noreplace) /etc/sysconfig/readonly-root
105  /etc/sysconfig/network-scripts/ifdown  /etc/sysconfig/network-scripts/ifdown
106  /sbin/ifdown  /sbin/ifdown
# Line 102  rm -rf $RPM_BUILD_ROOT Line 113  rm -rf $RPM_BUILD_ROOT
113  %dir /etc/sysconfig/networking/devices  %dir /etc/sysconfig/networking/devices
114  %dir /etc/sysconfig/networking/profiles  %dir /etc/sysconfig/networking/profiles
115  %dir /etc/sysconfig/networking/profiles/default  %dir /etc/sysconfig/networking/profiles/default
116    %config(noreplace) /etc/sysconfig/rawdevices
117  %config /etc/sysconfig/network-scripts/network-functions  %config /etc/sysconfig/network-scripts/network-functions
118  %config /etc/sysconfig/network-scripts/network-functions-ipv6  %config /etc/sysconfig/network-scripts/network-functions-ipv6
119  %config /etc/sysconfig/network-scripts/init.ipv6-global  %config /etc/sysconfig/network-scripts/init.ipv6-global
# Line 195  rm -rf $RPM_BUILD_ROOT Line 207  rm -rf $RPM_BUILD_ROOT
207  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
208    
209  %changelog  %changelog
210  * Wed Mar 21 2007 Karanbir Singh <kbsingh@centos.org>  * Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos
211  - roll in CentOS Changes  - Roll in CentOS Branding
212    
213    * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
214    - don't use existing LANG when in startx/xinit (#713988)
215    
216    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
217    - revert patch from #705236
218    
219    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
220    - add /etc/sysctl.d/ support
221    Resolves: rhbz#624385
222    
223    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
224    - add net_log
225    Resolves: rhbz#507515
226    - do not umount mount points with nfs in the path
227    Resolves: rhbz#703203
228    - remove /var/run/subsys/rhsm on startup
229    Resolves: rhbz#705236
230    
231    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
232    - fixed support "#" in interface names
233    
234    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
235    - fix VLAN configs with non-numeric interface names
236    Resolves: rhbz#462095
237    - do not ignore IPv6 aliases
238    Resolves: rhbz#612877
239    - support vlan tag 0
240    Resolves: rhbz#624704
241    - clarify comment of checkpid()
242    Resolves: rhbz#637176
243    - specify DEVICETYPE for InfiniBand
244    Resolves: rhbz#648524
245    - fix grep in lang.csh
246    Resolves: rhbz#649995
247    - support "#" in interface names
248    Resolves: rhbz#664091
249    - fixed sysctl calls fail with VLANs
250    Resolves: rhbz#665601
251    - fixed loop for switched MACs
252    Resolves: rhbz#669728
253    - fixed dmraid output parsing
254    Resolves: rhbz#671386
255    - fixed MASTER in double quotes
256    Resolves: rhbz#674221
257    - don't do force/lazy umount for the first nfs umount
258    Resolves: rhbz#676851 rhbz#687890
259    - fixed DHCPv6 if no IPv4 address configured
260    Resolves: rhbz#684909
261    - disable link checking when PERSISTENT_DHCLIENT is set
262    Resolves: rhbz#685038
263    - no more noisy output for iscsid check during shutdown or reboot
264    Resolves: rhbz#687849
265    - clarified mount option in netfs
266    Resolves: rhbz#689898
267    
268    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
269    - if $LANG is set, don't override it
270    Resolves: rhbz#692893
271    - fix arp_ip_target for ifup/ifdown
272    Resolves: rhbz#604669
273    - add udev rules for OSX Devices (1731/2)
274    Resolves: rhbz#653621
275    
276    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
277    - don't turn of net on shutdown if iscsi is running
278    Resolves: rhbz#583218
279    
280    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
281    - readded missing 54-cu3088-fix.rules
282    Related: rhbz#475721
283    
284    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
285    - do not killall racoon with the full path
286    Resolves: rhbz#567295
287    - fixed the interactive startup keys in translation
288    Resolves: rhbz#566579
289    - do not clear the environment for daemon()
290    Resolves: rhbz#564093
291    - call unicode_start with $UNIMAP instead of $SYSFONTACM
292    Resolves: rhbz#557089
293    - fixed the network interface name grep in checks
294    Resolves: rhbz#538863
295    - make /var/lib/xend a bind mount for read-only root systems
296    Resolves: rhbz#526046
297    - do not try to activate individual dmraid subsets
298    Resolves: rhbz#524356
299    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
300    Resolves: rhbz#519748
301    - load the bonding driver, if bonding options are present in the ifcfg file
302    Resolves: rhbz#516569
303    - run quotacheck after the local filesystems have been mounted
304    Resolves: rhbz#499207
305    - add DHCP_HOSTNAME documentation to sysconfig.txt
306    Resolves: rhbz#498052
307    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
308    Resolves: rhbz#492994
309    
310    * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
311    - fix raw path in initscript (#472891)
312    - remove deprecation comments (#472891)
313    - applied missing ipcalc patch for IPv6 address validation (#464268)
314    - Resolves: rhbz#472891 rhbz#464268
315    
316    * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
317    - Final fixes for IP address validation (#464268)
318    - Added required 54-cu3088-fix.rules udev rules file (#475721)
319    - Resolves: #464268,#475721
320    
321    * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
322    - cleanup /var/run/libvirt (#505600)
323    - Resolves: rhbz#505600
324    
325    * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
326    - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
327    - Resolves: rhbz#475006
328    
329    * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
330    - undeprecate rawdevices (#472891)
331    - Resolves: rhbz#472891
332    
333    * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
334    - add md activation before lvm/device-mapper in netfs (#480627)
335    - fixed SUBCHANNEL grep for s390
336    - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
337    - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
338    - add gfs2 to rc.sysinit mount (#494963)
339    - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
340    - Add vlan support for s390 HSI interfaces. (#490584)
341    - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
342    - Remove arp_ip_target on ifdown for bonding devices. (#483711)
343    - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
344    - Bring up ipsec interfaces last. (#481733)
345    - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
346    - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
347    - Add some docs on BONDING_OPTS. (#472480)
348    - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
349    - remove empty bridges (#463325)
350    - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
351    - fail if HWADDR specified in ifcfg is not present in the system (#487718)
352    - fix ifdown of vlan iface which is a bridge member (#481557)
353    - add proper return codes for /etc/init.d/network (#481002)
354    - fixed brigde setup (bug #463014)
355    - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
356    - Use the pidfile before running pidof in status(). (#440658)
357    - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
358    - Remove /.suspended as well on boot (#270861)
359    - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
360    - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
361                rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
362                rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
363                rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
364                rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
365    
366    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
367    - fixed SUBCHANNEL grep statement (bug #459044)
368    - Resolves: rhbz#459044
369    
370    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
371    - fixed SUBCHANNEL grep statement (bug #459044)
372    - Resolves: rhbz#459044
373    
374    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
375    - fixed SUBCHANNEL grep statement (bug #459044)
376    - Resolves: rhbz#459044
377    
378    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
379    - refined SUBCHANNEL grep statement (bug #459044)
380    - blkid has a -l option to pick a single device. Use it. (#470027)
381    - don't mkswap on halt (#469823)
382    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
383    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
384    
385    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
386    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
387    - Resolves: #466115
388    
389    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
390    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
391    - call logger with full path (#447928, Mihai Vintila)
392    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
393    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
394    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
395    
396    * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
397    - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
398    
399    * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
400    - IKE_DHGROUP is now an option for IPsec configuration files, which allows
401    to set the dh group used during PHASE 1 of IPsec SA (#251506)
402    - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
403    - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
404    - the check for the need of remounting the root file system read-writable
405    is now refined (#334171)
406    - quoted SUBCHANNELS and HWADDR options in network configuration files are
407    now handled properly (#351291)
408    - support for resuming from an encrypted swap has been added (#360071)
409    - rc.sysinit now executes the proper configuration tools, if /.unconfigured
410    is present (#426372)
411    - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
412    
413    * Tue Aug  7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
414    - fix netconsole service status (#223742)
415    
416    * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> 8.45.16.EL-1
417    - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#229285)
418    - network-functions: fix logic error in install_bonding_driver (#229643)
419    - add init script for netconsole (#223742)
420    - ifup-eth: set 'primary' later for bonding devices (#236897, <agospoda@redhat.com>)
421    - init.d/halt: don't shut down the network in kexec (#223932, <mchristi@redhat.com>)
422    
423  * 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
424  - 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