/[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.9 by slords, Tue Apr 14 15:07:04 2009 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.25
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  Patch1: initscripts-centos-branding.patch
10  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  Patch100: initscripts-8.45.25-smepatches.patch
11    # 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 36  deactivate most network interfaces. Line 39  deactivate most network interfaces.
39    
40  %prep  %prep
41  %setup -q  %setup -q
42  %patch1 -p1  %patch1 -p1
43    %patch100 -p1
44    
45  %build  %build
46  make  make
# Line 198  rm -rf $RPM_BUILD_ROOT Line 202  rm -rf $RPM_BUILD_ROOT
202  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
203    
204  %changelog  %changelog
205  * Fri Nov  9 2007 Karanbir Singh <kbsingh@centos.org>   8.45.17.EL-1.el5.centos.1  * Tue Apr 14 2009 Shad L. Lords <slords@mail.com> 8.45.25-1.el5.sme.1
206  - roll in CentOS Branding Changes  - Exit with zero exit status for services not listed in configuration
207      database to avoid failures in post scriptlets [SME: 1653]
208    - Merge in SME Server /sbin/e-smith/service wrapper so that only
209      initscripts which exist in run-level 7 can be run. This ensures
210      that the supervised service is run, if one exists, and protects
211      against running "service httpd restart" [SME: 61, 1495]
212    
213    * Sun Mar  1 2009 Karanbir Singh <kbsingh@centos.org> 8.45.25-1.el5.centos
214    - Roll in CentOS Branding
215    
216    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1
217    - fixed SUBCHANNEL grep statement (bug #459044)
218    - Resolves: rhbz#459044
219    
220    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.24-1
221    - fixed SUBCHANNEL grep statement (bug #459044)
222    - Resolves: rhbz#459044
223    
224    * Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.23-1
225    - fixed SUBCHANNEL grep statement (bug #459044)
226    - Resolves: rhbz#459044
227    
228    * Mon Nov 10 2008 Harald Hoyer <harald@redhat.com> 8.45.22-1
229    - refined SUBCHANNEL grep statement (bug #459044)
230    - blkid has a -l option to pick a single device. Use it. (#470027)
231    - don't mkswap on halt (#469823)
232    - fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood)
233    - Resolves: rhbz#459044, rhbz#470027, rhbz#469823, rhbz#467954
234    
235    * Tue Oct 14 2008 Harald Hoyer <harald@redhat.com> 8.45.21-1
236    - mount encrypted logical volumes during boot (#466115, Bill Nottingham)
237    - Resolves: #466115
238    
239    * Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
240    - changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
241    - call logger with full path (#447928, Mihai Vintila)
242    - add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
243    - reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
244    - Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
245    
246    * Mon Mar  3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
247    - also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)
248    
249    * Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1
250    - IKE_DHGROUP is now an option for IPsec configuration files, which allows
251    to set the dh group used during PHASE 1 of IPsec SA (#251506)
252    - arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151)
253    - genhostid now generates only 32 bit hostids on 64 bit systems (#306811)
254    - the check for the need of remounting the root file system read-writable
255    is now refined (#334171)
256    - quoted SUBCHANNELS and HWADDR options in network configuration files are
257    now handled properly (#351291)
258    - support for resuming from an encrypted swap has been added (#360071)
259    - rc.sysinit now executes the proper configuration tools, if /.unconfigured
260    is present (#426372)
261    - Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372
262    
263  * 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
264  - 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