/[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.7 by slords, Sat Oct 4 23:21:16 2008 UTC Revision 1.20 by wellsi, Wed Oct 2 03:31:21 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.1.EL  Version: 8.45.42
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.1%{?dist}
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
9  Patch1: initscripts-centos-branding.patch  Patch0: initscripts-8.45.42-kpartx.patch
10  Patch100: initscripts-8.45.19.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 31  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 53  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 73  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 107  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 200  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  * Sat Oct 4 2008 Shad L. Lords <slords@mail.com> 8.45.19.1.EL-1.el5.sme  * Tue Oct 1 2013 Ian Wells <esmith@wellsi.com> 8.45.42-2.1.sme
219    - Update to 8.45.42-2.1 [SME: 7870]
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 208  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  * Wed Oct  1 2008 Karanbir Singh <kbsingh@centos.org> 8.45.19.1.EL-1.el5.centos  * Fri Aug 16 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.42-2.1
228  - Remove upstream Branding  - create /tmp/.X11-unix in rc.sysinit (#997622, CVE-2013-4169)
229    
230    * Thu Aug 02 2012 Lukas Nykryn <lnykryn@redhat.com> - 8.45.42-2
231    - added missing "-p p" for kpartx in netfs (#844671)
232    
233    * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
234    - changed exchange_mode to "main, aggressive" (#435274)
235    
236  * Wed Sep 24 2008 Phil Knirsch <pknirsch@redhat.com> 8.45.19.1.EL-1  * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
237  - Don't attempt to re-enslave already-enslaved devices (#455537)  - fix check for dhcp6c pid (#568896)
238    
239    * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
240    - exit arping on first response (#744734)
241    
242    * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
243    - suppress remove error message during boot (#679998)
244    - fix logic error with removing arp_ip_target (#745681)
245    
246    * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
247    - don't use existing LANG when in startx/xinit (#713988)
248    
249    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
250    - revert patch from #705236
251    
252    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
253    - add /etc/sysctl.d/ support
254    Resolves: rhbz#624385
255    
256    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
257    - add net_log
258    Resolves: rhbz#507515
259    - do not umount mount points with nfs in the path
260    Resolves: rhbz#703203
261    - remove /var/run/subsys/rhsm on startup
262    Resolves: rhbz#705236
263    
264    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
265    - fixed support "#" in interface names
266    
267    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
268    - fix VLAN configs with non-numeric interface names
269    Resolves: rhbz#462095
270    - do not ignore IPv6 aliases
271    Resolves: rhbz#612877
272    - support vlan tag 0
273    Resolves: rhbz#624704
274    - clarify comment of checkpid()
275    Resolves: rhbz#637176
276    - specify DEVICETYPE for InfiniBand
277    Resolves: rhbz#648524
278    - fix grep in lang.csh
279    Resolves: rhbz#649995
280    - support "#" in interface names
281    Resolves: rhbz#664091
282    - fixed sysctl calls fail with VLANs
283    Resolves: rhbz#665601
284    - fixed loop for switched MACs
285    Resolves: rhbz#669728
286    - fixed dmraid output parsing
287    Resolves: rhbz#671386
288    - fixed MASTER in double quotes
289    Resolves: rhbz#674221
290    - don't do force/lazy umount for the first nfs umount
291    Resolves: rhbz#676851 rhbz#687890
292    - fixed DHCPv6 if no IPv4 address configured
293    Resolves: rhbz#684909
294    - disable link checking when PERSISTENT_DHCLIENT is set
295    Resolves: rhbz#685038
296    - no more noisy output for iscsid check during shutdown or reboot
297    Resolves: rhbz#687849
298    - clarified mount option in netfs
299    Resolves: rhbz#689898
300    
301    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
302    - if $LANG is set, don't override it
303    Resolves: rhbz#692893
304    - fix arp_ip_target for ifup/ifdown
305    Resolves: rhbz#604669
306    - add udev rules for OSX Devices (1731/2)
307    Resolves: rhbz#653621
308    
309    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
310    - don't turn of net on shutdown if iscsi is running
311    Resolves: rhbz#583218
312    
313    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
314    - readded missing 54-cu3088-fix.rules
315    Related: rhbz#475721
316    
317    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
318    - do not killall racoon with the full path
319    Resolves: rhbz#567295
320    - fixed the interactive startup keys in translation
321    Resolves: rhbz#566579
322    - do not clear the environment for daemon()
323    Resolves: rhbz#564093
324    - call unicode_start with $UNIMAP instead of $SYSFONTACM
325    Resolves: rhbz#557089
326    - fixed the network interface name grep in checks
327    Resolves: rhbz#538863
328    - make /var/lib/xend a bind mount for read-only root systems
329    Resolves: rhbz#526046
330    - do not try to activate individual dmraid subsets
331    Resolves: rhbz#524356
332    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
333    Resolves: rhbz#519748
334    - load the bonding driver, if bonding options are present in the ifcfg file
335    Resolves: rhbz#516569
336    - run quotacheck after the local filesystems have been mounted
337    Resolves: rhbz#499207
338    - add DHCP_HOSTNAME documentation to sysconfig.txt
339    Resolves: rhbz#498052
340    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
341    Resolves: rhbz#492994
342    
343    * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
344    - fix raw path in initscript (#472891)
345    - remove deprecation comments (#472891)
346    - applied missing ipcalc patch for IPv6 address validation (#464268)
347    - Resolves: rhbz#472891 rhbz#464268
348    
349    * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
350    - Final fixes for IP address validation (#464268)
351    - Added required 54-cu3088-fix.rules udev rules file (#475721)
352    - Resolves: #464268,#475721
353    
354    * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
355    - cleanup /var/run/libvirt (#505600)
356    - Resolves: rhbz#505600
357    
358    * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
359    - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
360    - Resolves: rhbz#475006
361    
362    * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
363    - undeprecate rawdevices (#472891)
364    - Resolves: rhbz#472891
365    
366    * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
367    - add md activation before lvm/device-mapper in netfs (#480627)
368    - fixed SUBCHANNEL grep for s390
369    - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
370    - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
371    - add gfs2 to rc.sysinit mount (#494963)
372    - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
373    - Add vlan support for s390 HSI interfaces. (#490584)
374    - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
375    - Remove arp_ip_target on ifdown for bonding devices. (#483711)
376    - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
377    - Bring up ipsec interfaces last. (#481733)
378    - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
379    - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
380    - Add some docs on BONDING_OPTS. (#472480)
381    - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
382    - remove empty bridges (#463325)
383    - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
384    - fail if HWADDR specified in ifcfg is not present in the system (#487718)
385    - fix ifdown of vlan iface which is a bridge member (#481557)
386    - add proper return codes for /etc/init.d/network (#481002)
387    - fixed brigde setup (bug #463014)
388    - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
389    - Use the pidfile before running pidof in status(). (#440658)
390    - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
391    - Remove /.suspended as well on boot (#270861)
392    - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
393    - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
394                rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
395                rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
396                rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
397                rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
398    
399    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
400    - fixed SUBCHANNEL grep statement (bug #459044)
401    - Resolves: rhbz#459044
402    
403    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
404    - fixed SUBCHANNEL grep statement (bug #459044)
405    - Resolves: rhbz#459044
406    
407    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
408    - fixed SUBCHANNEL grep statement (bug #459044)
409    - Resolves: rhbz#459044
410    
411    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
412    - refined SUBCHANNEL grep statement (bug #459044)
413    - blkid has a -l option to pick a single device. Use it. (#470027)
414    - don't mkswap on halt (#469823)
415    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
416    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
417    
418    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
419    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
420    - Resolves: #466115
421    
422    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
423    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
424    - call logger with full path (#447928, Mihai Vintila)
425    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
426    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
427    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
428    
429  * 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
430  - 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