/[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.15 by snetram, Tue Jun 14 15:16:13 2011 UTC Revision 1.17.2.1 by slords, Fri Mar 9 02:21:28 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.33  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}  Release: 1%{?dist}
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
 Patch10: initscripts-centos-branding.patch  
 Patch100: initscripts-8.45.33-smepatches.patch  
 Patch101: initscripts-8.45.33-bug6400.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 34  BuildRequires: glib2-devel popt gettext Line 31  BuildRequires: glib2-devel popt gettext
31    
32  %description  %description
33  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
34  your CentOS system, change runlevels, and shut the system down  your Red Hat system, change runlevels, and shut the system down
35  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
36  deactivate most network interfaces.  deactivate most network interfaces.
37    
38  %prep  %prep
39  %setup -q  %setup -q
 %patch10 -p1  
 %patch100 -p1  
 %patch101 -p1  
40    
41  %build  %build
42  make  make
# Line 208  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  * Tue Jun 14 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 8.45.33-2.el5.sme  * Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1
206  - Fix iSCSI related log noise on system shutdown [SME: 6400]  - changed exchange_mode to "main, aggressive" (#435274)
207    
208  * Wed Apr 27 2011 Shad L. Lords <slords@mail.com> 8.45.33-1.el5.sme  * Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1
209  - Exit with zero exit status for services not listed in configuration  - fix check for dhcp6c pid (#568896)
210    database to avoid failures in post scriptlets [SME: 1653]  
211  - Merge in SME Server /sbin/e-smith/service wrapper so that only  * Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1
212    initscripts which exist in run-level 7 can be run. This ensures  - exit arping on first response (#744734)
213    that the supervised service is run, if one exists, and protects  
214    against running "service httpd restart" [SME: 61, 1495]  * Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1
215    - suppress remove error message during boot (#679998)
216  * Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos  - fix logic error with removing arp_ip_target (#745681)
217  - Roll in CentOS Branding  
218  - Fix the dist tag, since initscripts tag's are not handled in the buildsys  * Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2
219    - don't use existing LANG when in startx/xinit (#713988)
220    
221    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1
222    - revert patch from #705236
223    
224    * Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1
225    - add /etc/sysctl.d/ support
226    Resolves: rhbz#624385
227    
228    * Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
229    - add net_log
230    Resolves: rhbz#507515
231    - do not umount mount points with nfs in the path
232    Resolves: rhbz#703203
233    - remove /var/run/subsys/rhsm on startup
234    Resolves: rhbz#705236
235    
236    * Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
237    - fixed support "#" in interface names
238    
239    * Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
240    - fix VLAN configs with non-numeric interface names
241    Resolves: rhbz#462095
242    - do not ignore IPv6 aliases
243    Resolves: rhbz#612877
244    - support vlan tag 0
245    Resolves: rhbz#624704
246    - clarify comment of checkpid()
247    Resolves: rhbz#637176
248    - specify DEVICETYPE for InfiniBand
249    Resolves: rhbz#648524
250    - fix grep in lang.csh
251    Resolves: rhbz#649995
252    - support "#" in interface names
253    Resolves: rhbz#664091
254    - fixed sysctl calls fail with VLANs
255    Resolves: rhbz#665601
256    - fixed loop for switched MACs
257    Resolves: rhbz#669728
258    - fixed dmraid output parsing
259    Resolves: rhbz#671386
260    - fixed MASTER in double quotes
261    Resolves: rhbz#674221
262    - don't do force/lazy umount for the first nfs umount
263    Resolves: rhbz#676851 rhbz#687890
264    - fixed DHCPv6 if no IPv4 address configured
265    Resolves: rhbz#684909
266    - disable link checking when PERSISTENT_DHCLIENT is set
267    Resolves: rhbz#685038
268    - no more noisy output for iscsid check during shutdown or reboot
269    Resolves: rhbz#687849
270    - clarified mount option in netfs
271    Resolves: rhbz#689898
272    
273    * Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1
274    - if $LANG is set, don't override it
275    Resolves: rhbz#692893
276    - fix arp_ip_target for ifup/ifdown
277    Resolves: rhbz#604669
278    - add udev rules for OSX Devices (1731/2)
279    Resolves: rhbz#653621
280    
281  * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1  * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
282  - don't turn of net on shutdown if iscsi is running  - don't turn of net on shutdown if iscsi is running


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