/[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.3 by slords, Wed Apr 9 13:51:49 2008 UTC Revision 1.7 by slords, Mon Aug 24 15:19:21 2009 UTC
# Line 1  Line 1 
 # $Id$  
   
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.31.EL  Version: 7.93.34
4  License: GPL  License: GPL
5  Group: System Environment/Base  Group: System Environment/Base
6  Release: 2.centos4%{?dist}  Release: 1.centos4.1%{?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
 Patch1: initscripts-kmodule.patch  
10  Patch100: centos4-initscripts.patch  Patch100: centos4-initscripts.patch
11  Patch1000: smeserver-initscripts-service.patch  Patch1000: initscripts-7.93.34-smerunlevel.patch
12  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
13  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
14  Requires: /sbin/sysctl, sysklogd >= 1.3.31  Requires: /sbin/sysctl, sysklogd >= 1.3.31
# Line 25  Requires: ethtool >= 1.8-2, kernel >= 2. Line 22  Requires: ethtool >= 1.8-2, kernel >= 2.
22  Conflicts: mkinitrd < 4.0  Conflicts: mkinitrd < 4.0
23  Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3  Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3
24  Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14  Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14
25  Conflicts: udev < 0:032  Conflicts: udev < 0:039-10.24
26  Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0  Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0
27  Obsoletes: rhsound sapinit  Obsoletes: rhsound sapinit
28  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils
29  BuildPrereq: glib2-devel popt gettext pkgconfig  BuildPrereq: glib2-devel popt gettext pkgconfig
30  BuildPrereq: kudzu-devel >= 1.1.80  BuildPrereq: kudzu-devel >= 1.1.95.24-1
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
# Line 44  deactivate most network interfaces. Line 41  deactivate most network interfaces.
41  %ifarch s390 s390x  %ifarch s390 s390x
42  %patch0 -p1 -b .s390init  %patch0 -p1 -b .s390init
43  %endif  %endif
44  %patch1 -p1 -b .kmodule  
45    #added by CentOS
46  %patch100 -p1  %patch100 -p1
47  %patch1000 -p1  %patch1000 -p1
48    
   
49  %build  %build
50  make  make
51    
# Line 217  rm -rf $RPM_BUILD_ROOT Line 214  rm -rf $RPM_BUILD_ROOT
214  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
215    
216  %changelog  %changelog
217  * Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 7.93.31.EL-2.centos4.sme  * Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 7.93.34-1.centos4.1.sme
218  - Reapply SME Server patches [SME: 2043]  - Reapply SME Server patches [SME: 2043]
219  - Exit with zero exit status for services not listed in configuration  - Exit with zero exit status for services not listed in configuration
220    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 223  rm -rf $RPM_BUILD_ROOT
223    that the supervised service is run, if one exists, and protects    that the supervised service is run, if one exists, and protects
224    against running "service httpd restart" [SME: 61, 1495]    against running "service httpd restart" [SME: 61, 1495]
225    
226  * Sat Nov 17 2007 Johnny Hughes <johnny@centos.org> -  7.93.31.EL-2.centos4  * Thu Jul  2 2009 Tru Huynh <tru@centos.org> - 7.93.34-1.centos4
227  - Reapplied the CentOS 4 patches  - Reapplied the CentOS 4 patches
228  - added remove rc.sysinit.orig to spec file  
229    * Fri Jan 23 2009 Harald Hoyer <harald@redhat.com> - 7.93.34-1
230    - add LINKDELAY to check_link_down() (bug #458323) (harald)
231    - s/J/Y -  Dutch translation mistake for integrity check (bug #237118) (harald)
232    - link against newer kudzu-devel (bug #478881, #468680) (harald)
233    - Backport fix for releasing bonding slaves properly and not looping. (#448837, #220525) (notting)
234    - add udevsettle to rc.sysinit (bug #198704)
235    Resolves: rhbz#478881, rhbz#458323, rhbz#448837, rhbz#237118
236    
237    * Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1
238    - the MAC addr patch does not work - pull it
239    - Reverts: rhbz#251415
240    
241    * Mon Apr 14 2008 Harald Hoyer <harald@redhat.com> 7.93.32-1
242    - don't do something odd if we find a mac address that matches the user-set MACADDR (#251415) (notting)
243    - backport getkey race fixes from RHEL 5 (#313611) (mpoole)
244    - Fix genhostid for x86_64 (#311611) (notting)
245    - netfs: sort nfs mounts for unmounting (#251657) (notting)
246    - Resolves: rhbz#251657, rhbz#311611, rhbz#251415, rhbz#313611
247    
248  * Mon Sep 10 2007 Bill Nottingham <notting@redhat.com> - 7.93.31.EL-2  * Mon Sep 10 2007 Bill Nottingham <notting@redhat.com> - 7.93.31.EL-2
249  - kmodule: use a better algorithm for finding modules (#270741)  - kmodule: use a better algorithm for finding modules (#270741)


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