/[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.5 by slords, Tue Jun 24 16:35:25 2008 UTC Revision 1.17.2.2 by slords, Mon Oct 28 15:02:35 2013 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.19.EL  Version: 8.45.44
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: 3%{?dist}
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
9  Patch1: initscripts-centos-branding.patch  # git source repository
10    URL: http://git.fedorahosted.org/git/initscripts.git
 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
13  Requires: /sbin/sysctl, syslog  Requires: /sbin/sysctl, syslog
# Line 28  Obsoletes: rhsound sapinit Line 28  Obsoletes: rhsound sapinit
28  Obsoletes: hotplug  Obsoletes: hotplug
29  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils
30  BuildRequires: glib2-devel popt gettext pkgconfig  BuildRequires: glib2-devel popt gettext pkgconfig
31    Patch0: 0001-Fix-comments-in-sysctl.conf.ppc-862597.patch
32    Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch
33    
34  %description  %description
35  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
36  your CentOS system, change runlevels, and shut the system down  your Red Hat system, change runlevels, and shut the system down
37  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
38  deactivate most network interfaces.  deactivate most network interfaces.
39    
40  %prep  %prep
41  %setup -q  %setup -q
42    %patch0 -p1
43  %patch1 -p1  %patch1 -p1
44    
45  %build  %build
# Line 52  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id Line 55  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id
55  rm -f \  rm -f \
56   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
57   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
58     $RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \
59   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \
60   $RPM_BUILD_ROOT/lib/udev/ccw_init   $RPM_BUILD_ROOT/lib/udev/ccw_init
61  %else  %else
# Line 72  chmod 600 /var/log/btmp Line 76  chmod 600 /var/log/btmp
76  /sbin/chkconfig --add netfs  /sbin/chkconfig --add netfs
77  /sbin/chkconfig --add network  /sbin/chkconfig --add network
78  /sbin/chkconfig --add netconsole  /sbin/chkconfig --add netconsole
79    /sbin/chkconfig --add rawdevices
80    
81    
82  %preun  %preun
83  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
84    /sbin/chkconfig --del netfs    /sbin/chkconfig --del netfs
85    /sbin/chkconfig --del network    /sbin/chkconfig --del network
86    /sbin/chkconfig --del netconsole    /sbin/chkconfig --del netconsole
87      /sbin/chkconfig --del rawdevices
88  fi  fi
89    
90  %triggerun -- initscripts < 7.62  %triggerun -- initscripts < 7.62
91  /sbin/chkconfig --del random  /sbin/chkconfig --del random
 /sbin/chkconfig --del rawdevices  
92  exit 0  exit 0
93    
94  %clean  %clean
# Line 106  rm -rf $RPM_BUILD_ROOT Line 112  rm -rf $RPM_BUILD_ROOT
112  %dir /etc/sysconfig/networking/devices  %dir /etc/sysconfig/networking/devices
113  %dir /etc/sysconfig/networking/profiles  %dir /etc/sysconfig/networking/profiles
114  %dir /etc/sysconfig/networking/profiles/default  %dir /etc/sysconfig/networking/profiles/default
115    %config(noreplace) /etc/sysconfig/rawdevices
116  %config /etc/sysconfig/network-scripts/network-functions  %config /etc/sysconfig/network-scripts/network-functions
117  %config /etc/sysconfig/network-scripts/network-functions-ipv6  %config /etc/sysconfig/network-scripts/network-functions-ipv6
118  %config /etc/sysconfig/network-scripts/init.ipv6-global  %config /etc/sysconfig/network-scripts/init.ipv6-global
# Line 199  rm -rf $RPM_BUILD_ROOT Line 206  rm -rf $RPM_BUILD_ROOT
206  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
207    
208  %changelog  %changelog
209  * Wed May 28 2008 Karanbir Singh <kbsingh@centos.org> 8.45.19.EL-1.el5.centos  * Fri Aug 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 8.45.44-3
210  - Remove upstream Branding  - create /tmp/.X11-unix in rc.sysinit (#988498, CVE-2013-4169)
211    
212    * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-2
213    - fix comments in sysctl.conf.ppc (#862597)
214    
215    * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-1
216    - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network (#860252)
217    - fix comments in sysctl.conf (#862597)
218    - sysctl.d manpage (#735982)
219    - check_device_down: Don't bother calling ip to check link state if the device doesn't exist (#814058)
220    - test if there is /dev/rtc before syncing hardware clock (#636861)
221    - sysconfig.txt advised saslauthd -a instad of -v (#957109)
222    
223    * Thu Apr 18 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.43-1
224    - add a -l option to status to pass the lock file name (#852967)
225    - clarify docs around IPV6INIT=yes/no (#545881)
226    - support ipv6 routing rules by merging IPv4/IPv6, and route/rule code (#853038)
227    - make killproc more granular when delay is passed (#843386)
228    - don't accidentally match other bonding devices (#880890)
229    - set NIS domain (#705218)
230    - don't set primary before we enslave devices (#747418)
231    
232    * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
233    - changed exchange_mode to "main, aggressive" (#435274)
234    
235    * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
236    - fix check for dhcp6c pid (#568896)
237    
238    * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
239    - exit arping on first response (#744734)
240    
241    * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
242    - suppress remove error message during boot (#679998)
243    - fix logic error with removing arp_ip_target (#745681)
244    
245    * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
246    - don't use existing LANG when in startx/xinit (#713988)
247    
248    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
249    - revert patch from #705236
250    
251    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
252    - add /etc/sysctl.d/ support
253    Resolves: rhbz#624385
254    
255    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
256    - add net_log
257    Resolves: rhbz#507515
258    - do not umount mount points with nfs in the path
259    Resolves: rhbz#703203
260    - remove /var/run/subsys/rhsm on startup
261    Resolves: rhbz#705236
262    
263    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
264    - fixed support "#" in interface names
265    
266    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
267    - fix VLAN configs with non-numeric interface names
268    Resolves: rhbz#462095
269    - do not ignore IPv6 aliases
270    Resolves: rhbz#612877
271    - support vlan tag 0
272    Resolves: rhbz#624704
273    - clarify comment of checkpid()
274    Resolves: rhbz#637176
275    - specify DEVICETYPE for InfiniBand
276    Resolves: rhbz#648524
277    - fix grep in lang.csh
278    Resolves: rhbz#649995
279    - support "#" in interface names
280    Resolves: rhbz#664091
281    - fixed sysctl calls fail with VLANs
282    Resolves: rhbz#665601
283    - fixed loop for switched MACs
284    Resolves: rhbz#669728
285    - fixed dmraid output parsing
286    Resolves: rhbz#671386
287    - fixed MASTER in double quotes
288    Resolves: rhbz#674221
289    - don't do force/lazy umount for the first nfs umount
290    Resolves: rhbz#676851 rhbz#687890
291    - fixed DHCPv6 if no IPv4 address configured
292    Resolves: rhbz#684909
293    - disable link checking when PERSISTENT_DHCLIENT is set
294    Resolves: rhbz#685038
295    - no more noisy output for iscsid check during shutdown or reboot
296    Resolves: rhbz#687849
297    - clarified mount option in netfs
298    Resolves: rhbz#689898
299    
300    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
301    - if $LANG is set, don't override it
302    Resolves: rhbz#692893
303    - fix arp_ip_target for ifup/ifdown
304    Resolves: rhbz#604669
305    - add udev rules for OSX Devices (1731/2)
306    Resolves: rhbz#653621
307    
308    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
309    - don't turn of net on shutdown if iscsi is running
310    Resolves: rhbz#583218
311    
312    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
313    - readded missing 54-cu3088-fix.rules
314    Related: rhbz#475721
315    
316    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
317    - do not killall racoon with the full path
318    Resolves: rhbz#567295
319    - fixed the interactive startup keys in translation
320    Resolves: rhbz#566579
321    - do not clear the environment for daemon()
322    Resolves: rhbz#564093
323    - call unicode_start with $UNIMAP instead of $SYSFONTACM
324    Resolves: rhbz#557089
325    - fixed the network interface name grep in checks
326    Resolves: rhbz#538863
327    - make /var/lib/xend a bind mount for read-only root systems
328    Resolves: rhbz#526046
329    - do not try to activate individual dmraid subsets
330    Resolves: rhbz#524356
331    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
332    Resolves: rhbz#519748
333    - load the bonding driver, if bonding options are present in the ifcfg file
334    Resolves: rhbz#516569
335    - run quotacheck after the local filesystems have been mounted
336    Resolves: rhbz#499207
337    - add DHCP_HOSTNAME documentation to sysconfig.txt
338    Resolves: rhbz#498052
339    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
340    Resolves: rhbz#492994
341    
342    * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
343    - fix raw path in initscript (#472891)
344    - remove deprecation comments (#472891)
345    - applied missing ipcalc patch for IPv6 address validation (#464268)
346    - Resolves: rhbz#472891 rhbz#464268
347    
348    * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
349    - Final fixes for IP address validation (#464268)
350    - Added required 54-cu3088-fix.rules udev rules file (#475721)
351    - Resolves: #464268,#475721
352    
353    * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
354    - cleanup /var/run/libvirt (#505600)
355    - Resolves: rhbz#505600
356    
357    * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
358    - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
359    - Resolves: rhbz#475006
360    
361    * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
362    - undeprecate rawdevices (#472891)
363    - Resolves: rhbz#472891
364    
365    * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
366    - add md activation before lvm/device-mapper in netfs (#480627)
367    - fixed SUBCHANNEL grep for s390
368    - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
369    - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
370    - add gfs2 to rc.sysinit mount (#494963)
371    - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
372    - Add vlan support for s390 HSI interfaces. (#490584)
373    - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
374    - Remove arp_ip_target on ifdown for bonding devices. (#483711)
375    - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
376    - Bring up ipsec interfaces last. (#481733)
377    - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
378    - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
379    - Add some docs on BONDING_OPTS. (#472480)
380    - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
381    - remove empty bridges (#463325)
382    - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
383    - fail if HWADDR specified in ifcfg is not present in the system (#487718)
384    - fix ifdown of vlan iface which is a bridge member (#481557)
385    - add proper return codes for /etc/init.d/network (#481002)
386    - fixed brigde setup (bug #463014)
387    - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
388    - Use the pidfile before running pidof in status(). (#440658)
389    - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
390    - Remove /.suspended as well on boot (#270861)
391    - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
392    - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
393                rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
394                rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
395                rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
396                rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
397    
398    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
399    - fixed SUBCHANNEL grep statement (bug #459044)
400    - Resolves: rhbz#459044
401    
402    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
403    - fixed SUBCHANNEL grep statement (bug #459044)
404    - Resolves: rhbz#459044
405    
406    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
407    - fixed SUBCHANNEL grep statement (bug #459044)
408    - Resolves: rhbz#459044
409    
410    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
411    - refined SUBCHANNEL grep statement (bug #459044)
412    - blkid has a -l option to pick a single device. Use it. (#470027)
413    - don't mkswap on halt (#469823)
414    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
415    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
416    
417    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
418    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
419    - Resolves: #466115
420    
421    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
422    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
423    - call logger with full path (#447928, Mihai Vintila)
424    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
425    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
426    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
427    
428  * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1  * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
429  - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)  - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)


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