/[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.11 by filippocarletti, Thu Dec 17 16:01:25 2009 UTC Revision 1.17 by slords, Sat Sep 17 21:24:24 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.30  Version: 8.45.38
4  # ppp-watch is GPLv2+, everything else is GPLv2  # ppp-watch is GPLv2+, everything else is GPLv2
5  License: GPLv2 and GPLv2+  License: GPLv2 and GPLv2+
6  Group: System Environment/Base  Group: System Environment/Base
7  Release: 2%{?dist}.2  Release: 2.el5.centos
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
 Patch1: initscripts-8.45.29-ctc.patch  
 Patch100: initscripts-centos-branding.patch  
 Patch1000: initscripts-8.45.25-smepatches.patch  
 Patch1001: initscripts-8.45.30-smefixtypo.patch  
9  # git source repository  # git source repository
10    Patch0: 40e9f12f.patch
11    Patch10: initscripts-centos-branding.patch
12    
13  URL: http://git.fedorahosted.org/git/initscripts.git  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
# Line 41  deactivate most network interfaces. Line 40  deactivate most network interfaces.
40    
41  %prep  %prep
42  %setup -q  %setup -q
43  %patch1 -p1  %patch0 -p1
44  %patch100 -p1  %patch10 -p1
 %patch1000 -p1  
 %patch1001 -p1  
45    
46  %build  %build
47  make  make
# Line 210  rm -rf $RPM_BUILD_ROOT Line 207  rm -rf $RPM_BUILD_ROOT
207  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
208    
209  %changelog  %changelog
210  * Thu Dec 17 2009 Filippo Carletti <filippo.carletti@gmail.com> 8.45.30-2.sme.2  * Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos
211  - Fix typo in /sbin/service patch (Federico Simoncelli) [SME: 5674]  - Roll in CentOS Branding
212    
213  * Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1  * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
214  - Exit with zero exit status for services not listed in configuration  - don't use existing LANG when in startx/xinit (#713988)
   database to avoid failures in post scriptlets [SME: 1653]  
 - Merge in SME Server /sbin/e-smith/service wrapper so that only  
   initscripts which exist in run-level 7 can be run. This ensures  
   that the supervised service is run, if one exists, and protects  
   against running "service httpd restart" [SME: 61, 1495]  
215    
216  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos  * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
217  - Roll in CentOS Branding  - revert patch from #705236
218    
219    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
220    - add /etc/sysctl.d/ support
221    Resolves: rhbz#624385
222    
223    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
224    - add net_log
225    Resolves: rhbz#507515
226    - do not umount mount points with nfs in the path
227    Resolves: rhbz#703203
228    - remove /var/run/subsys/rhsm on startup
229    Resolves: rhbz#705236
230    
231    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
232    - fixed support "#" in interface names
233    
234    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
235    - fix VLAN configs with non-numeric interface names
236    Resolves: rhbz#462095
237    - do not ignore IPv6 aliases
238    Resolves: rhbz#612877
239    - support vlan tag 0
240    Resolves: rhbz#624704
241    - clarify comment of checkpid()
242    Resolves: rhbz#637176
243    - specify DEVICETYPE for InfiniBand
244    Resolves: rhbz#648524
245    - fix grep in lang.csh
246    Resolves: rhbz#649995
247    - support "#" in interface names
248    Resolves: rhbz#664091
249    - fixed sysctl calls fail with VLANs
250    Resolves: rhbz#665601
251    - fixed loop for switched MACs
252    Resolves: rhbz#669728
253    - fixed dmraid output parsing
254    Resolves: rhbz#671386
255    - fixed MASTER in double quotes
256    Resolves: rhbz#674221
257    - don't do force/lazy umount for the first nfs umount
258    Resolves: rhbz#676851 rhbz#687890
259    - fixed DHCPv6 if no IPv4 address configured
260    Resolves: rhbz#684909
261    - disable link checking when PERSISTENT_DHCLIENT is set
262    Resolves: rhbz#685038
263    - no more noisy output for iscsid check during shutdown or reboot
264    Resolves: rhbz#687849
265    - clarified mount option in netfs
266    Resolves: rhbz#689898
267    
268    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
269    - if $LANG is set, don't override it
270    Resolves: rhbz#692893
271    - fix arp_ip_target for ifup/ifdown
272    Resolves: rhbz#604669
273    - add udev rules for OSX Devices (1731/2)
274    Resolves: rhbz#653621
275    
276    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
277    - don't turn of net on shutdown if iscsi is running
278    Resolves: rhbz#583218
279    
280    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
281    - readded missing 54-cu3088-fix.rules
282    Related: rhbz#475721
283    
284    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
285    - do not killall racoon with the full path
286    Resolves: rhbz#567295
287    - fixed the interactive startup keys in translation
288    Resolves: rhbz#566579
289    - do not clear the environment for daemon()
290    Resolves: rhbz#564093
291    - call unicode_start with $UNIMAP instead of $SYSFONTACM
292    Resolves: rhbz#557089
293    - fixed the network interface name grep in checks
294    Resolves: rhbz#538863
295    - make /var/lib/xend a bind mount for read-only root systems
296    Resolves: rhbz#526046
297    - do not try to activate individual dmraid subsets
298    Resolves: rhbz#524356
299    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
300    Resolves: rhbz#519748
301    - load the bonding driver, if bonding options are present in the ifcfg file
302    Resolves: rhbz#516569
303    - run quotacheck after the local filesystems have been mounted
304    Resolves: rhbz#499207
305    - add DHCP_HOSTNAME documentation to sysconfig.txt
306    Resolves: rhbz#498052
307    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
308    Resolves: rhbz#492994
309    
310  * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2  * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
311  - fix raw path in initscript (#472891)  - fix raw path in initscript (#472891)
312  - remove deprecation comments (#472891)  - remove deprecation comments (#472891)
313  - Resolves: rhbz#472891  - applied missing ipcalc patch for IPv6 address validation (#464268)
314    - Resolves: rhbz#472891 rhbz#464268
315    
316  * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3  * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
317  - Final fixes for IP address validation (#464268)  - Final fixes for IP address validation (#464268)


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