/[smeserver]/rpms/initscripts/sme7/initscripts.spec
ViewVC logotype

Diff of /rpms/initscripts/sme7/initscripts.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Tue Jun 12 16:26:34 2007 UTC Revision 1.2 by slords, Sat Dec 1 02:33:46 2007 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: 7.93.29.EL  Version: 7.93.31.EL
4  License: GPL  License: GPL
5  Group: System Environment/Base  Group: System Environment/Base
6  Release: 1%{?dist}  Release: 2.centos4%{?dist}
7  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
8  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/
9  Patch0: initscripts-s390.patch  Patch0: initscripts-s390.patch
10  Patch1: centos4-initscripts.patch  Patch1: initscripts-kmodule.patch
11    Patch100: centos4-initscripts.patch
12  Patch1000: smeserver-initscripts-service.patch  Patch1000: smeserver-initscripts-service.patch
13  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
14  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  %ifarch s390 s390x  %ifarch s390 s390x
43  %patch0 -p1 -b .s390init  %patch0 -p1 -b .s390init
44  %endif  %endif
45    %patch1 -p1 -b .kmodule
46  # CentOS-4 patch  %patch100 -p1
 %patch1 -p1  
   
 # SME Server patch  
47  %patch1000 -p1  %patch1000 -p1
48    
49    
50  %build  %build
51  make  make
52    
# Line 71  rm -f \ Line 70  rm -f \
70  %else  %else
71  rm -f \  rm -f \
72   $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \   $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \
73   $RPM_BUILD_ROOT/etc/sysconfig/init.s390 \   $RPM_BUILD_ROOT/etc/sysconfig/init.s390
  $RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.orig  
74  %endif  %endif
75    
76  %pre  %pre
# Line 217  rm -rf $RPM_BUILD_ROOT Line 215  rm -rf $RPM_BUILD_ROOT
215  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
216    
217  %changelog  %changelog
218  * Thu May 17 2007 Gordon Rowell <gordonr@gormand.com.au> 7.93.29.EL-1.centos4.sme  * Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 7.93.31.EL-2.centos4.sme
219  - Reapply SME Server patches [SME: 2043]  - Reapply SME Server patches [SME: 2043]
220  - Exit with zero exit status for services not listed in configuration  - Exit with zero exit status for services not listed in configuration
221    database to avoid failures in post scriptlets [SME: 1653]    database to avoid failures in post scriptlets [SME: 1653]
# Line 226  rm -rf $RPM_BUILD_ROOT Line 224  rm -rf $RPM_BUILD_ROOT
224    that the supervised service is run, if one exists, and protects    that the supervised service is run, if one exists, and protects
225    against running "service httpd restart" [SME: 61, 1495]    against running "service httpd restart" [SME: 61, 1495]
226    
227  * Wed May  2 2007 Johnny Hughes <johnny@centos.org> -  7.93.29.EL-1.centos4  * Sat Nov 17 2007 Johnny Hughes <johnny@centos.org> -  7.93.31.EL-2.centos4
228  - Reapplied the CentOS 4 patches  - Reapplied the CentOS 4 patches
229  - added remove rc.sysinit.orig to spec file  - added remove rc.sysinit.orig to spec file
230    
231    * Mon Sep 10 2007 Bill Nottingham <notting@redhat.com> - 7.93.31.EL-2
232    - kmodule: use a better algorithm for finding modules (#270741)
233    
234    * Thu Aug 02 2007 Harald Hoyer <harald@redhat.com> - 7.93.31.EL-1
235    - set the hwclock before udev starts (#230997)
236    
237    * Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> - 7.93.30.EL-1
238    - init.d/network, network-functions: don't fiddle with hotplug settings (#185569, #209307)
239    - init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#222975)
240    
241  * Mon Feb 12 2007 Miloslav Trmac <mitr@redhat.com> - 7.93.29.EL-1  * Mon Feb 12 2007 Miloslav Trmac <mitr@redhat.com> - 7.93.29.EL-1
242  - Revert a backport of UTF-8 support for console keymaps  - Revert a backport of UTF-8 support for console keymaps
243    Related: #150769    Related: #150769
# Line 276  rm -rf $RPM_BUILD_ROOT Line 284  rm -rf $RPM_BUILD_ROOT
284  * Thu Jan 12 2006 Bill Nottingham <notting@redhat.com>  * Thu Jan 12 2006 Bill Nottingham <notting@redhat.com>
285  - ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)  - ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)
286    
 * Sat Dec 31 2005 Pasi Pirhonen <upi@iki.fi> 7.93.23.EL-1.centos4  
 - Removed trademark info, added color CentOS prompt  
 - Removed < 256mb RAM 10 sec pause  
   
287  * Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 7.93.24.EL-1  * Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 7.93.24.EL-1
288  - correct fix for #172804  - correct fix for #172804
289    


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