/[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.14 by slords, Wed Apr 27 15:10:32 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.30  Version: 8.45.33
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
9  Patch1: initscripts-8.45.29-ctc.patch  Patch10: initscripts-centos-branding.patch
10  Patch100: initscripts-centos-branding.patch  Patch100: initscripts-8.45.33-smepatches.patch
 Patch1000: initscripts-8.45.25-smepatches.patch  
 Patch1001: initscripts-8.45.30-smefixtypo.patch  
11  # git source repository  # git source repository
12  URL: http://git.fedorahosted.org/git/initscripts.git  URL: http://git.fedorahosted.org/git/initscripts.git
13  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
# Line 41  deactivate most network interfaces. Line 39  deactivate most network interfaces.
39    
40  %prep  %prep
41  %setup -q  %setup -q
42  %patch1 -p1  %patch10 -p1
43  %patch100 -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  * Wed Apr 27 2011 Shad L. Lords <slords@mail.com> 8.45.33-1.el5.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  
210  - Exit with zero exit status for services not listed in configuration  - Exit with zero exit status for services not listed in configuration
211    database to avoid failures in post scriptlets [SME: 1653]    database to avoid failures in post scriptlets [SME: 1653]
212  - 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 214  rm -rf $RPM_BUILD_ROOT
214    that the supervised service is run, if one exists, and protects    that the supervised service is run, if one exists, and protects
215    against running "service httpd restart" [SME: 61, 1495]    against running "service httpd restart" [SME: 61, 1495]
216    
217  * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos  * Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos
218  - Roll in CentOS Branding  - Roll in CentOS Branding
219    - Fix the dist tag, since initscripts tag's are not handled in the buildsys
220    
221    * Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1
222    - don't turn of net on shutdown if iscsi is running
223    Resolves: rhbz#583218
224    
225    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1
226    - readded missing 54-cu3088-fix.rules
227    Related: rhbz#475721
228    
229    * Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1
230    - do not killall racoon with the full path
231    Resolves: rhbz#567295
232    - fixed the interactive startup keys in translation
233    Resolves: rhbz#566579
234    - do not clear the environment for daemon()
235    Resolves: rhbz#564093
236    - call unicode_start with $UNIMAP instead of $SYSFONTACM
237    Resolves: rhbz#557089
238    - fixed the network interface name grep in checks
239    Resolves: rhbz#538863
240    - make /var/lib/xend a bind mount for read-only root systems
241    Resolves: rhbz#526046
242    - do not try to activate individual dmraid subsets
243    Resolves: rhbz#524356
244    - create /var/run/utmp* /var/log/wtmp* with the correct selinux context
245    Resolves: rhbz#519748
246    - load the bonding driver, if bonding options are present in the ifcfg file
247    Resolves: rhbz#516569
248    - run quotacheck after the local filesystems have been mounted
249    Resolves: rhbz#499207
250    - add DHCP_HOSTNAME documentation to sysconfig.txt
251    Resolves: rhbz#498052
252    - remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*)
253    Resolves: rhbz#492994
254    
255  * 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
256  - fix raw path in initscript (#472891)  - fix raw path in initscript (#472891)
257  - remove deprecation comments (#472891)  - remove deprecation comments (#472891)
258  - Resolves: rhbz#472891  - applied missing ipcalc patch for IPv6 address validation (#464268)
259    - Resolves: rhbz#472891 rhbz#464268
260    
261  * 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
262  - 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