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