/[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.19 by slords, Fri Mar 9 02:27:35 2012 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.42
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: 1%{?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    Patch10: initscripts-centos-branding.patch
11    
12    # SME specific patches
13    Patch1001: initscripts-8.45.38-smepatches.patch
14    
15  URL: http://git.fedorahosted.org/git/initscripts.git  URL: http://git.fedorahosted.org/git/initscripts.git
16  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
17  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 42  deactivate most network interfaces.
42    
43  %prep  %prep
44  %setup -q  %setup -q
45  %patch1 -p1  %patch10 -p1
46  %patch100 -p1  
47  %patch1000 -p1  # SME specific patches
48  %patch1001 -p1  %patch1001 -p1
49    
50  %build  %build
# Line 210  rm -rf $RPM_BUILD_ROOT Line 211  rm -rf $RPM_BUILD_ROOT
211  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
212    
213  %changelog  %changelog
214  * Thu Dec 17 2009 Filippo Carletti <filippo.carletti@gmail.com> 8.45.30-2.sme.2  * Thu Mar 8 2012 Shad L. Lords <slords@mail.com> 8.45.42-1.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  
215  - Exit with zero exit status for services not listed in configuration  - Exit with zero exit status for services not listed in configuration
216    database to avoid failures in post scriptlets [SME: 1653]    database to avoid failures in post scriptlets [SME: 1653]
217  - 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 221  rm -rf $RPM_BUILD_ROOT Line 219  rm -rf $RPM_BUILD_ROOT
219    that the supervised service is run, if one exists, and protects    that the supervised service is run, if one exists, and protects
220    against running "service httpd restart" [SME: 61, 1495]    against running "service httpd restart" [SME: 61, 1495]
221    
222  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos  * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
223  - Roll in CentOS Branding  - changed exchange_mode to "main, aggressive" (#435274)
224    
225    * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
226    - fix check for dhcp6c pid (#568896)
227    
228    * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
229    - exit arping on first response (#744734)
230    
231    * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
232    - suppress remove error message during boot (#679998)
233    - fix logic error with removing arp_ip_target (#745681)
234    
235    * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
236    - don't use existing LANG when in startx/xinit (#713988)
237    
238    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
239    - revert patch from #705236
240    
241    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
242    - add /etc/sysctl.d/ support
243    Resolves: rhbz#624385
244    
245    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
246    - add net_log
247    Resolves: rhbz#507515
248    - do not umount mount points with nfs in the path
249    Resolves: rhbz#703203
250    - remove /var/run/subsys/rhsm on startup
251    Resolves: rhbz#705236
252    
253    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
254    - fixed support "#" in interface names
255    
256    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
257    - fix VLAN configs with non-numeric interface names
258    Resolves: rhbz#462095
259    - do not ignore IPv6 aliases
260    Resolves: rhbz#612877
261    - support vlan tag 0
262    Resolves: rhbz#624704
263    - clarify comment of checkpid()
264    Resolves: rhbz#637176
265    - specify DEVICETYPE for InfiniBand
266    Resolves: rhbz#648524
267    - fix grep in lang.csh
268    Resolves: rhbz#649995
269    - support "#" in interface names
270    Resolves: rhbz#664091
271    - fixed sysctl calls fail with VLANs
272    Resolves: rhbz#665601
273    - fixed loop for switched MACs
274    Resolves: rhbz#669728
275    - fixed dmraid output parsing
276    Resolves: rhbz#671386
277    - fixed MASTER in double quotes
278    Resolves: rhbz#674221
279    - don't do force/lazy umount for the first nfs umount
280    Resolves: rhbz#676851 rhbz#687890
281    - fixed DHCPv6 if no IPv4 address configured
282    Resolves: rhbz#684909
283    - disable link checking when PERSISTENT_DHCLIENT is set
284    Resolves: rhbz#685038
285    - no more noisy output for iscsid check during shutdown or reboot
286    Resolves: rhbz#687849
287    - clarified mount option in netfs
288    Resolves: rhbz#689898
289    
290    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
291    - if $LANG is set, don't override it
292    Resolves: rhbz#692893
293    - fix arp_ip_target for ifup/ifdown
294    Resolves: rhbz#604669
295    - add udev rules for OSX Devices (1731/2)
296    Resolves: rhbz#653621
297    
298    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
299    - don't turn of net on shutdown if iscsi is running
300    Resolves: rhbz#583218
301    
302    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
303    - readded missing 54-cu3088-fix.rules
304    Related: rhbz#475721
305    
306    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
307    - do not killall racoon with the full path
308    Resolves: rhbz#567295
309    - fixed the interactive startup keys in translation
310    Resolves: rhbz#566579
311    - do not clear the environment for daemon()
312    Resolves: rhbz#564093
313    - call unicode_start with $UNIMAP instead of $SYSFONTACM
314    Resolves: rhbz#557089
315    - fixed the network interface name grep in checks
316    Resolves: rhbz#538863
317    - make /var/lib/xend a bind mount for read-only root systems
318    Resolves: rhbz#526046
319    - do not try to activate individual dmraid subsets
320    Resolves: rhbz#524356
321    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
322    Resolves: rhbz#519748
323    - load the bonding driver, if bonding options are present in the ifcfg file
324    Resolves: rhbz#516569
325    - run quotacheck after the local filesystems have been mounted
326    Resolves: rhbz#499207
327    - add DHCP_HOSTNAME documentation to sysconfig.txt
328    Resolves: rhbz#498052
329    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
330    Resolves: rhbz#492994
331    
332  * 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
333  - fix raw path in initscript (#472891)  - fix raw path in initscript (#472891)
334  - remove deprecation comments (#472891)  - remove deprecation comments (#472891)
335  - Resolves: rhbz#472891  - applied missing ipcalc patch for IPv6 address validation (#464268)
336    - Resolves: rhbz#472891 rhbz#464268
337    
338  * 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
339  - 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