/[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.4 by slords, Wed Apr 9 13:51:49 2008 UTC Revision 1.21 by wellsi, Sun Oct 27 23:56:32 2013 UTC
# Line 1  Line 1 
 # $Id$  
   
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.17.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  Patch0: 0001-Fix-comments-in-sysctl.conf.ppc-862597.patch
10  Patch100: initscripts-8.45.17.EL-smeserver-service.patch  Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch
11  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  Patch10: initscripts-centos-branding.patch
12    
13    # SME specific patches
14    Patch1001: initscripts-8.45.38-smepatches.patch
15    
16    # git source repository
17    URL: http://git.fedorahosted.org/git/initscripts.git
18  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
19  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
20  Requires: /sbin/sysctl, syslog  Requires: /sbin/sysctl, syslog
# Line 33  BuildRequires: glib2-devel popt gettext Line 38  BuildRequires: glib2-devel popt gettext
38    
39  %description  %description
40  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
41  your CentOS system, change runlevels, and shut the system down  your Linux system, change runlevels, and shut the system down
42  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
43  deactivate most network interfaces.  deactivate most network interfaces.
44    
45  %prep  %prep
46  %setup -q  %setup -q
47    %patch0 -p1
48  %patch1 -p1  %patch1 -p1
49  %patch100 -p1  %patch10 -p1
50    
51    # SME specific patches
52    %patch1001 -p1
53    
54  %build  %build
55  make  make
# Line 55  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id Line 64  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id
64  rm -f \  rm -f \
65   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
66   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
67     $RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \
68   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \
69   $RPM_BUILD_ROOT/lib/udev/ccw_init   $RPM_BUILD_ROOT/lib/udev/ccw_init
70  %else  %else
# Line 75  chmod 600 /var/log/btmp Line 85  chmod 600 /var/log/btmp
85  /sbin/chkconfig --add netfs  /sbin/chkconfig --add netfs
86  /sbin/chkconfig --add network  /sbin/chkconfig --add network
87  /sbin/chkconfig --add netconsole  /sbin/chkconfig --add netconsole
88    /sbin/chkconfig --add rawdevices
89    
90    
91  %preun  %preun
92  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
93    /sbin/chkconfig --del netfs    /sbin/chkconfig --del netfs
94    /sbin/chkconfig --del network    /sbin/chkconfig --del network
95    /sbin/chkconfig --del netconsole    /sbin/chkconfig --del netconsole
96      /sbin/chkconfig --del rawdevices
97  fi  fi
98    
99  %triggerun -- initscripts < 7.62  %triggerun -- initscripts < 7.62
100  /sbin/chkconfig --del random  /sbin/chkconfig --del random
 /sbin/chkconfig --del rawdevices  
101  exit 0  exit 0
102    
103  %clean  %clean
# Line 109  rm -rf $RPM_BUILD_ROOT Line 121  rm -rf $RPM_BUILD_ROOT
121  %dir /etc/sysconfig/networking/devices  %dir /etc/sysconfig/networking/devices
122  %dir /etc/sysconfig/networking/profiles  %dir /etc/sysconfig/networking/profiles
123  %dir /etc/sysconfig/networking/profiles/default  %dir /etc/sysconfig/networking/profiles/default
124    %config(noreplace) /etc/sysconfig/rawdevices
125  %config /etc/sysconfig/network-scripts/network-functions  %config /etc/sysconfig/network-scripts/network-functions
126  %config /etc/sysconfig/network-scripts/network-functions-ipv6  %config /etc/sysconfig/network-scripts/network-functions-ipv6
127  %config /etc/sysconfig/network-scripts/init.ipv6-global  %config /etc/sysconfig/network-scripts/init.ipv6-global
# Line 202  rm -rf $RPM_BUILD_ROOT Line 215  rm -rf $RPM_BUILD_ROOT
215  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
216    
217  %changelog  %changelog
218  * Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 8.45.17.EL-1.el5.sme.1  * Sun Oct 27 2013 Ian Wells <esmith@wellsi.com> 8.45.44-3.sme
219    - Update to 8.45.44-3 [SME: 7920]
220  - Exit with zero exit status for services not listed in configuration  - Exit with zero exit status for services not listed in configuration
221    database to avoid failures in post scriptlets [SME: 1653]    database to avoid failures in post scriptlets [SME: 1653]
222  - Merge in SME Server /sbin/e-smith/service wrapper so that only  - Merge in SME Server /sbin/e-smith/service wrapper so that only
# Line 210  rm -rf $RPM_BUILD_ROOT Line 224  rm -rf $RPM_BUILD_ROOT
224    that the supervised service is run, if one exists, and protects    that the supervised service is run, if one exists, and protects
225    against running "service httpd restart" [SME: 61, 1495]    against running "service httpd restart" [SME: 61, 1495]
226    
227  * Fri Nov  9 2007 Karanbir Singh <kbsingh@centos.org>   8.45.17.EL-1.el5.centos.1  * Tue Oct 01 2013 Karanbir Singh <kbsingh@centos.org> - 8.45.44-3.el5.centos
228  - roll in CentOS Branding Changes  - Roll in CentOS Branding
229    
230    * Fri Aug 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 8.45.44-3
231    - create /tmp/.X11-unix in rc.sysinit (#988498, CVE-2013-4169)
232    
233    * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-2
234    - fix comments in sysctl.conf.ppc (#862597)
235    
236    * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-1
237    - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network (#860252)
238    - fix comments in sysctl.conf (#862597)
239    - sysctl.d manpage (#735982)
240    - check_device_down: Don't bother calling ip to check link state if the device doesn't exist (#814058)
241    - test if there is /dev/rtc before syncing hardware clock (#636861)
242    - sysconfig.txt advised saslauthd -a instad of -v (#957109)
243    
244    * Thu Apr 18 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.43-1
245    - add a -l option to status to pass the lock file name (#852967)
246    - clarify docs around IPV6INIT=yes/no (#545881)
247    - support ipv6 routing rules by merging IPv4/IPv6, and route/rule code (#853038)
248    - make killproc more granular when delay is passed (#843386)
249    - don't accidentally match other bonding devices (#880890)
250    - set NIS domain (#705218)
251    - don't set primary before we enslave devices (#747418)
252    
253    * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
254    - changed exchange_mode to "main, aggressive" (#435274)
255    
256    * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
257    - fix check for dhcp6c pid (#568896)
258    
259    * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
260    - exit arping on first response (#744734)
261    
262    * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
263    - suppress remove error message during boot (#679998)
264    - fix logic error with removing arp_ip_target (#745681)
265    
266    * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
267    - don't use existing LANG when in startx/xinit (#713988)
268    
269    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
270    - revert patch from #705236
271    
272    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
273    - add /etc/sysctl.d/ support
274    Resolves: rhbz#624385
275    
276    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
277    - add net_log
278    Resolves: rhbz#507515
279    - do not umount mount points with nfs in the path
280    Resolves: rhbz#703203
281    - remove /var/run/subsys/rhsm on startup
282    Resolves: rhbz#705236
283    
284    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
285    - fixed support "#" in interface names
286    
287    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
288    - fix VLAN configs with non-numeric interface names
289    Resolves: rhbz#462095
290    - do not ignore IPv6 aliases
291    Resolves: rhbz#612877
292    - support vlan tag 0
293    Resolves: rhbz#624704
294    - clarify comment of checkpid()
295    Resolves: rhbz#637176
296    - specify DEVICETYPE for InfiniBand
297    Resolves: rhbz#648524
298    - fix grep in lang.csh
299    Resolves: rhbz#649995
300    - support "#" in interface names
301    Resolves: rhbz#664091
302    - fixed sysctl calls fail with VLANs
303    Resolves: rhbz#665601
304    - fixed loop for switched MACs
305    Resolves: rhbz#669728
306    - fixed dmraid output parsing
307    Resolves: rhbz#671386
308    - fixed MASTER in double quotes
309    Resolves: rhbz#674221
310    - don't do force/lazy umount for the first nfs umount
311    Resolves: rhbz#676851 rhbz#687890
312    - fixed DHCPv6 if no IPv4 address configured
313    Resolves: rhbz#684909
314    - disable link checking when PERSISTENT_DHCLIENT is set
315    Resolves: rhbz#685038
316    - no more noisy output for iscsid check during shutdown or reboot
317    Resolves: rhbz#687849
318    - clarified mount option in netfs
319    Resolves: rhbz#689898
320    
321    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
322    - if $LANG is set, don't override it
323    Resolves: rhbz#692893
324    - fix arp_ip_target for ifup/ifdown
325    Resolves: rhbz#604669
326    - add udev rules for OSX Devices (1731/2)
327    Resolves: rhbz#653621
328    
329    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
330    - don't turn of net on shutdown if iscsi is running
331    Resolves: rhbz#583218
332    
333    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
334    - readded missing 54-cu3088-fix.rules
335    Related: rhbz#475721
336    
337    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
338    - do not killall racoon with the full path
339    Resolves: rhbz#567295
340    - fixed the interactive startup keys in translation
341    Resolves: rhbz#566579
342    - do not clear the environment for daemon()
343    Resolves: rhbz#564093
344    - call unicode_start with $UNIMAP instead of $SYSFONTACM
345    Resolves: rhbz#557089
346    - fixed the network interface name grep in checks
347    Resolves: rhbz#538863
348    - make /var/lib/xend a bind mount for read-only root systems
349    Resolves: rhbz#526046
350    - do not try to activate individual dmraid subsets
351    Resolves: rhbz#524356
352    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
353    Resolves: rhbz#519748
354    - load the bonding driver, if bonding options are present in the ifcfg file
355    Resolves: rhbz#516569
356    - run quotacheck after the local filesystems have been mounted
357    Resolves: rhbz#499207
358    - add DHCP_HOSTNAME documentation to sysconfig.txt
359    Resolves: rhbz#498052
360    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
361    Resolves: rhbz#492994
362    
363    * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
364    - fix raw path in initscript (#472891)
365    - remove deprecation comments (#472891)
366    - applied missing ipcalc patch for IPv6 address validation (#464268)
367    - Resolves: rhbz#472891 rhbz#464268
368    
369    * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
370    - Final fixes for IP address validation (#464268)
371    - Added required 54-cu3088-fix.rules udev rules file (#475721)
372    - Resolves: #464268,#475721
373    
374    * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
375    - cleanup /var/run/libvirt (#505600)
376    - Resolves: rhbz#505600
377    
378    * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
379    - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
380    - Resolves: rhbz#475006
381    
382    * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
383    - undeprecate rawdevices (#472891)
384    - Resolves: rhbz#472891
385    
386    * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
387    - add md activation before lvm/device-mapper in netfs (#480627)
388    - fixed SUBCHANNEL grep for s390
389    - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
390    - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
391    - add gfs2 to rc.sysinit mount (#494963)
392    - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
393    - Add vlan support for s390 HSI interfaces. (#490584)
394    - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
395    - Remove arp_ip_target on ifdown for bonding devices. (#483711)
396    - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
397    - Bring up ipsec interfaces last. (#481733)
398    - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
399    - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
400    - Add some docs on BONDING_OPTS. (#472480)
401    - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
402    - remove empty bridges (#463325)
403    - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
404    - fail if HWADDR specified in ifcfg is not present in the system (#487718)
405    - fix ifdown of vlan iface which is a bridge member (#481557)
406    - add proper return codes for /etc/init.d/network (#481002)
407    - fixed brigde setup (bug #463014)
408    - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
409    - Use the pidfile before running pidof in status(). (#440658)
410    - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
411    - Remove /.suspended as well on boot (#270861)
412    - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
413    - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
414                rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
415                rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
416                rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
417                rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
418    
419    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
420    - fixed SUBCHANNEL grep statement (bug #459044)
421    - Resolves: rhbz#459044
422    
423    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
424    - fixed SUBCHANNEL grep statement (bug #459044)
425    - Resolves: rhbz#459044
426    
427    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
428    - fixed SUBCHANNEL grep statement (bug #459044)
429    - Resolves: rhbz#459044
430    
431    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
432    - refined SUBCHANNEL grep statement (bug #459044)
433    - blkid has a -l option to pick a single device. Use it. (#470027)
434    - don't mkswap on halt (#469823)
435    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
436    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
437    
438    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
439    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
440    - Resolves: #466115
441    
442    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
443    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
444    - call logger with full path (#447928, Mihai Vintila)
445    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
446    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
447    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
448    
449    * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
450    - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
451    
452    * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
453    - IKE_DHGROUP is now an option for IPsec configuration files, which allows
454    to set the dh group used during PHASE 1 of IPsec SA (#251506)
455    - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
456    - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
457    - the check for the need of remounting the root file system read-writable
458    is now refined (#334171)
459    - quoted SUBCHANNELS and HWADDR options in network configuration files are
460    now handled properly (#351291)
461    - support for resuming from an encrypted swap has been added (#360071)
462    - rc.sysinit now executes the proper configuration tools, if /.unconfigured
463    is present (#426372)
464    - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
465    
466  * Tue Aug  7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1  * Tue Aug  7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1
467  - fix netconsole service status (#223742)  - fix netconsole service status (#223742)


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