/[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.12 by slords, Thu Mar 4 16:31:07 2010 UTC Revision 1.18 by slords, Sat Sep 17 21:29:55 2011 UTC
# Line 1  Line 1 
 # $Id$  
   
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%{?dist}
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    # SME specific patches
14    Patch1001: initscripts-8.45.38-smepatches.patch
15    
16  URL: http://git.fedorahosted.org/git/initscripts.git  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
# Line 43  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  %patch100 -p1  %patch10 -p1
48  %patch1000 -p1  
49    # SME specific patches
50  %patch1001 -p1  %patch1001 -p1
51    
52  %build  %build
# Line 212  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  * Thu Dec 17 2009 Filippo Carletti <filippo.carletti@gmail.com> 8.45.30-2.sme.2  * Sat Sep 17 2011 Shad L. Lords <slords@mail.com> 8.45.38-2.sme
 - Fix typo in /sbin/service patch (Federico Simoncelli) [SME: 5674]  
   
 * Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1  
217  - Exit with zero exit status for services not listed in configuration  - Exit with zero exit status for services not listed in configuration
218    database to avoid failures in post scriptlets [SME: 1653]    database to avoid failures in post scriptlets [SME: 1653]
219  - 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 223  rm -rf $RPM_BUILD_ROOT Line 221  rm -rf $RPM_BUILD_ROOT
221    that the supervised service is run, if one exists, and protects    that the supervised service is run, if one exists, and protects
222    against running "service httpd restart" [SME: 61, 1495]    against running "service httpd restart" [SME: 61, 1495]
223    
224  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos  * Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos
225  - Roll in CentOS Branding  - 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  * Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2
325  - fix raw path in initscript (#472891)  - fix raw path in initscript (#472891)
326  - remove deprecation comments (#472891)  - remove deprecation comments (#472891)
327  - Resolves: rhbz#472891  - 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  * Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3
331  - 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