/[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.2.2 by slords, Mon Oct 28 15:02:35 2013 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.44
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: 3%{?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  URL: http://git.fedorahosted.org/git/initscripts.git  URL: http://git.fedorahosted.org/git/initscripts.git
11  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
# Line 32  Obsoletes: rhsound sapinit Line 28  Obsoletes: rhsound sapinit
28  Obsoletes: hotplug  Obsoletes: hotplug
29  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils
30  BuildRequires: glib2-devel popt gettext pkgconfig  BuildRequires: glib2-devel popt gettext pkgconfig
31    Patch0: 0001-Fix-comments-in-sysctl.conf.ppc-862597.patch
32    Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch
33    
34  %description  %description
35  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
36  your CentOS system, change runlevels, and shut the system down  your Red Hat system, change runlevels, and shut the system down
37  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
38  deactivate most network interfaces.  deactivate most network interfaces.
39    
40  %prep  %prep
41  %setup -q  %setup -q
42    %patch0 -p1
43  %patch1 -p1  %patch1 -p1
 %patch100 -p1  
 %patch1000 -p1  
 %patch1001 -p1  
44    
45  %build  %build
46  make  make
# Line 210  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  * Thu Dec 17 2009 Filippo Carletti <filippo.carletti@gmail.com> 8.45.30-2.sme.2  * Fri Aug 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 8.45.44-3
210  - Fix typo in /sbin/service patch (Federico Simoncelli) [SME: 5674]  - create /tmp/.X11-unix in rc.sysinit (#988498, CVE-2013-4169)
211    
212  * Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1  * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-2
213  - Exit with zero exit status for services not listed in configuration  - fix comments in sysctl.conf.ppc (#862597)
   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]  
214    
215  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos  * Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-1
216  - Roll in CentOS Branding  - move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network (#860252)
217    - fix comments in sysctl.conf (#862597)
218    - sysctl.d manpage (#735982)
219    - check_device_down: Don't bother calling ip to check link state if the device doesn't exist (#814058)
220    - test if there is /dev/rtc before syncing hardware clock (#636861)
221    - sysconfig.txt advised saslauthd -a instad of -v (#957109)
222    
223    * Thu Apr 18 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.43-1
224    - add a -l option to status to pass the lock file name (#852967)
225    - clarify docs around IPV6INIT=yes/no (#545881)
226    - support ipv6 routing rules by merging IPv4/IPv6, and route/rule code (#853038)
227    - make killproc more granular when delay is passed (#843386)
228    - don't accidentally match other bonding devices (#880890)
229    - set NIS domain (#705218)
230    - don't set primary before we enslave devices (#747418)
231    
232    * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
233    - changed exchange_mode to "main, aggressive" (#435274)
234    
235    * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
236    - fix check for dhcp6c pid (#568896)
237    
238    * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
239    - exit arping on first response (#744734)
240    
241    * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
242    - suppress remove error message during boot (#679998)
243    - fix logic error with removing arp_ip_target (#745681)
244    
245    * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
246    - don't use existing LANG when in startx/xinit (#713988)
247    
248    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
249    - revert patch from #705236
250    
251    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
252    - add /etc/sysctl.d/ support
253    Resolves: rhbz#624385
254    
255    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
256    - add net_log
257    Resolves: rhbz#507515
258    - do not umount mount points with nfs in the path
259    Resolves: rhbz#703203
260    - remove /var/run/subsys/rhsm on startup
261    Resolves: rhbz#705236
262    
263    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
264    - fixed support "#" in interface names
265    
266    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
267    - fix VLAN configs with non-numeric interface names
268    Resolves: rhbz#462095
269    - do not ignore IPv6 aliases
270    Resolves: rhbz#612877
271    - support vlan tag 0
272    Resolves: rhbz#624704
273    - clarify comment of checkpid()
274    Resolves: rhbz#637176
275    - specify DEVICETYPE for InfiniBand
276    Resolves: rhbz#648524
277    - fix grep in lang.csh
278    Resolves: rhbz#649995
279    - support "#" in interface names
280    Resolves: rhbz#664091
281    - fixed sysctl calls fail with VLANs
282    Resolves: rhbz#665601
283    - fixed loop for switched MACs
284    Resolves: rhbz#669728
285    - fixed dmraid output parsing
286    Resolves: rhbz#671386
287    - fixed MASTER in double quotes
288    Resolves: rhbz#674221
289    - don't do force/lazy umount for the first nfs umount
290    Resolves: rhbz#676851 rhbz#687890
291    - fixed DHCPv6 if no IPv4 address configured
292    Resolves: rhbz#684909
293    - disable link checking when PERSISTENT_DHCLIENT is set
294    Resolves: rhbz#685038
295    - no more noisy output for iscsid check during shutdown or reboot
296    Resolves: rhbz#687849
297    - clarified mount option in netfs
298    Resolves: rhbz#689898
299    
300    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
301    - if $LANG is set, don't override it
302    Resolves: rhbz#692893
303    - fix arp_ip_target for ifup/ifdown
304    Resolves: rhbz#604669
305    - add udev rules for OSX Devices (1731/2)
306    Resolves: rhbz#653621
307    
308    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
309    - don't turn of net on shutdown if iscsi is running
310    Resolves: rhbz#583218
311    
312    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
313    - readded missing 54-cu3088-fix.rules
314    Related: rhbz#475721
315    
316    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
317    - do not killall racoon with the full path
318    Resolves: rhbz#567295
319    - fixed the interactive startup keys in translation
320    Resolves: rhbz#566579
321    - do not clear the environment for daemon()
322    Resolves: rhbz#564093
323    - call unicode_start with $UNIMAP instead of $SYSFONTACM
324    Resolves: rhbz#557089
325    - fixed the network interface name grep in checks
326    Resolves: rhbz#538863
327    - make /var/lib/xend a bind mount for read-only root systems
328    Resolves: rhbz#526046
329    - do not try to activate individual dmraid subsets
330    Resolves: rhbz#524356
331    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
332    Resolves: rhbz#519748
333    - load the bonding driver, if bonding options are present in the ifcfg file
334    Resolves: rhbz#516569
335    - run quotacheck after the local filesystems have been mounted
336    Resolves: rhbz#499207
337    - add DHCP_HOSTNAME documentation to sysconfig.txt
338    Resolves: rhbz#498052
339    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
340    Resolves: rhbz#492994
341    
342  * 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
343  - fix raw path in initscript (#472891)  - fix raw path in initscript (#472891)
344  - remove deprecation comments (#472891)  - remove deprecation comments (#472891)
345  - Resolves: rhbz#472891  - applied missing ipcalc patch for IPv6 address validation (#464268)
346    - Resolves: rhbz#472891 rhbz#464268
347    
348  * 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
349  - 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