/[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.2 by slords, Thu Dec 20 16:14:30 2007 UTC Revision 1.16 by slords, Tue Jun 14 15:20:08 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.17.EL  Version: 8.45.33
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}.1
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
9  Patch1: initscripts-centos-branding.patch  Patch10: initscripts-centos-branding.patch
10  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  Patch100: initscripts-8.45.33-smepatches.patch
11    Patch101: initscripts-8.45.33-bug6400.patch
12    # git source repository
13    URL: http://git.fedorahosted.org/git/initscripts.git
14  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
16  Requires: /sbin/sysctl, syslog  Requires: /sbin/sysctl, syslog
# Line 36  deactivate most network interfaces. Line 40  deactivate most network interfaces.
40    
41  %prep  %prep
42  %setup -q  %setup -q
43  %patch1 -p1  %patch10 -p1
44    %patch100 -p1
45    %patch101 -p1
46    
47  %build  %build
48  make  make
# Line 51  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id Line 57  make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id
57  rm -f \  rm -f \
58   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \
59   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \   $RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \
60     $RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \
61   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \   $RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \
62   $RPM_BUILD_ROOT/lib/udev/ccw_init   $RPM_BUILD_ROOT/lib/udev/ccw_init
63  %else  %else
# Line 71  chmod 600 /var/log/btmp Line 78  chmod 600 /var/log/btmp
78  /sbin/chkconfig --add netfs  /sbin/chkconfig --add netfs
79  /sbin/chkconfig --add network  /sbin/chkconfig --add network
80  /sbin/chkconfig --add netconsole  /sbin/chkconfig --add netconsole
81    /sbin/chkconfig --add rawdevices
82    
83    
84  %preun  %preun
85  if [ $1 = 0 ]; then  if [ $1 = 0 ]; then
86    /sbin/chkconfig --del netfs    /sbin/chkconfig --del netfs
87    /sbin/chkconfig --del network    /sbin/chkconfig --del network
88    /sbin/chkconfig --del netconsole    /sbin/chkconfig --del netconsole
89      /sbin/chkconfig --del rawdevices
90  fi  fi
91    
92  %triggerun -- initscripts < 7.62  %triggerun -- initscripts < 7.62
93  /sbin/chkconfig --del random  /sbin/chkconfig --del random
 /sbin/chkconfig --del rawdevices  
94  exit 0  exit 0
95    
96  %clean  %clean
# Line 105  rm -rf $RPM_BUILD_ROOT Line 114  rm -rf $RPM_BUILD_ROOT
114  %dir /etc/sysconfig/networking/devices  %dir /etc/sysconfig/networking/devices
115  %dir /etc/sysconfig/networking/profiles  %dir /etc/sysconfig/networking/profiles
116  %dir /etc/sysconfig/networking/profiles/default  %dir /etc/sysconfig/networking/profiles/default
117    %config(noreplace) /etc/sysconfig/rawdevices
118  %config /etc/sysconfig/network-scripts/network-functions  %config /etc/sysconfig/network-scripts/network-functions
119  %config /etc/sysconfig/network-scripts/network-functions-ipv6  %config /etc/sysconfig/network-scripts/network-functions-ipv6
120  %config /etc/sysconfig/network-scripts/init.ipv6-global  %config /etc/sysconfig/network-scripts/init.ipv6-global
# Line 198  rm -rf $RPM_BUILD_ROOT Line 208  rm -rf $RPM_BUILD_ROOT
208  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
209    
210  %changelog  %changelog
211  * Fri Nov  9 2007 Karanbir Singh <kbsingh@centos.org>   8.45.17.EL-1.el5.centos.1  * Tue Jun 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 8.45.33-1.el5.sme.1
212  - roll in CentOS Branding Changes  - Fix iSCSI related log noise on system shutdown [SME: 6400]
213    
214    * Wed Apr 27 2011 Shad L. Lords <slords@mail.com> 8.45.33-1.el5.sme
215    - Exit with zero exit status for services not listed in configuration
216      database to avoid failures in post scriptlets [SME: 1653]
217    - Merge in SME Server /sbin/e-smith/service wrapper so that only
218      initscripts which exist in run-level 7 can be run. This ensures
219      that the supervised service is run, if one exists, and protects
220      against running "service httpd restart" [SME: 61, 1495]
221    
222    * Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos
223    - Roll in CentOS Branding
224    - Fix the dist tag, since initscripts tag's are not handled in the buildsys
225    
226    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
227    - don't turn of net on shutdown if iscsi is running
228    Resolves: rhbz#583218
229    
230    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
231    - readded missing 54-cu3088-fix.rules
232    Related: rhbz#475721
233    
234    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
235    - do not killall racoon with the full path
236    Resolves: rhbz#567295
237    - fixed the interactive startup keys in translation
238    Resolves: rhbz#566579
239    - do not clear the environment for daemon()
240    Resolves: rhbz#564093
241    - call unicode_start with $UNIMAP instead of $SYSFONTACM
242    Resolves: rhbz#557089
243    - fixed the network interface name grep in checks
244    Resolves: rhbz#538863
245    - make /var/lib/xend a bind mount for read-only root systems
246    Resolves: rhbz#526046
247    - do not try to activate individual dmraid subsets
248    Resolves: rhbz#524356
249    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
250    Resolves: rhbz#519748
251    - load the bonding driver, if bonding options are present in the ifcfg file
252    Resolves: rhbz#516569
253    - run quotacheck after the local filesystems have been mounted
254    Resolves: rhbz#499207
255    - add DHCP_HOSTNAME documentation to sysconfig.txt
256    Resolves: rhbz#498052
257    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
258    Resolves: rhbz#492994
259    
260    * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
261    - fix raw path in initscript (#472891)
262    - remove deprecation comments (#472891)
263    - applied missing ipcalc patch for IPv6 address validation (#464268)
264    - Resolves: rhbz#472891 rhbz#464268
265    
266    * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
267    - Final fixes for IP address validation (#464268)
268    - Added required 54-cu3088-fix.rules udev rules file (#475721)
269    - Resolves: #464268,#475721
270    
271    * Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1
272    - cleanup /var/run/libvirt (#505600)
273    - Resolves: rhbz#505600
274    
275    * Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
276    - fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
277    - Resolves: rhbz#475006
278    
279    * Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
280    - undeprecate rawdevices (#472891)
281    - Resolves: rhbz#472891
282    
283    * Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
284    - add md activation before lvm/device-mapper in netfs (#480627)
285    - fixed SUBCHANNEL grep for s390
286    - Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>)
287    - Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>)
288    - add gfs2 to rc.sysinit mount (#494963)
289    - support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)
290    - Add vlan support for s390 HSI interfaces. (#490584)
291    - Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>)
292    - Remove arp_ip_target on ifdown for bonding devices. (#483711)
293    - Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>)
294    - Bring up ipsec interfaces last. (#481733)
295    - Break deadlock by explicitly handling alias for CTC and IUCV (#475721)
296    - Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
297    - Add some docs on BONDING_OPTS. (#472480)
298    - Don't say that we're shutting off crypto if we aren't actually doing it. (#471944)
299    - remove empty bridges (#463325)
300    - Add a address check capability for IPv4 and IPv6 addresses. (#464268)
301    - fail if HWADDR specified in ifcfg is not present in the system (#487718)
302    - fix ifdown of vlan iface which is a bridge member (#481557)
303    - add proper return codes for /etc/init.d/network (#481002)
304    - fixed brigde setup (bug #463014)
305    - Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>)
306    - Use the pidfile before running pidof in status(). (#440658)
307    - Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)
308    - Remove /.suspended as well on boot (#270861)
309    - Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)
310    - Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798,
311                rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480,
312                rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002,
313                rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411,
314                rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053
315    
316    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
317    - fixed SUBCHANNEL grep statement (bug #459044)
318    - Resolves: rhbz#459044
319    
320    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
321    - fixed SUBCHANNEL grep statement (bug #459044)
322    - Resolves: rhbz#459044
323    
324    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
325    - fixed SUBCHANNEL grep statement (bug #459044)
326    - Resolves: rhbz#459044
327    
328    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
329    - refined SUBCHANNEL grep statement (bug #459044)
330    - blkid has a -l option to pick a single device. Use it. (#470027)
331    - don't mkswap on halt (#469823)
332    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
333    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
334    
335    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
336    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
337    - Resolves: #466115
338    
339    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
340    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
341    - call logger with full path (#447928, Mihai Vintila)
342    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
343    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
344    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
345    
346    * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
347    - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
348    
349    * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
350    - IKE_DHGROUP is now an option for IPsec configuration files, which allows
351    to set the dh group used during PHASE 1 of IPsec SA (#251506)
352    - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
353    - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
354    - the check for the need of remounting the root file system read-writable
355    is now refined (#334171)
356    - quoted SUBCHANNELS and HWADDR options in network configuration files are
357    now handled properly (#351291)
358    - support for resuming from an encrypted swap has been added (#360071)
359    - rc.sysinit now executes the proper configuration tools, if /.unconfigured
360    is present (#426372)
361    - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
362    
363  * 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
364  - 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