/[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.13 by slords, Wed Apr 27 15:06:15 2011 UTC Revision 1.18 by slords, Sat Sep 17 21:29:55 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.33  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: 1.el5.centos  Release: 2%{?dist}
8  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
 Patch10: initscripts-centos-branding.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 38  deactivate most network interfaces. Line 43  deactivate most network interfaces.
43    
44  %prep  %prep
45  %setup -q  %setup -q
46    %patch0 -p1
47  %patch10 -p1  %patch10 -p1
48    
49    # SME specific patches
50    %patch1001 -p1
51    
52  %build  %build
53  make  make
54    
# Line 204  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  * Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos  * Sat Sep 17 2011 Shad L. Lords <slords@mail.com> 8.45.38-2.sme
217    - Exit with zero exit status for services not listed in configuration
218      database to avoid failures in post scriptlets [SME: 1653]
219    - Merge in SME Server /sbin/e-smith/service wrapper so that only
220      initscripts which exist in run-level 7 can be run. This ensures
221      that the supervised service is run, if one exists, and protects
222      against running "service httpd restart" [SME: 61, 1495]
223    
224    * 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  - Fix the dist tag, since initscripts tag's are not handled in the buildsys  
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  * 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  - 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