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