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