/[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.5 by slords, Fri Sep 12 03:13:31 2008 UTC Revision 1.9 by slords, Sun May 23 17:06:41 2010 UTC
# Line 1  Line 1 
1  # $Id: initscripts.spec,v 1.3 2008/04/09 13:51:49 slords Exp $  # $Id: initscripts.spec,v 1.8 2010/03/04 16:31:07 slords Exp $
2    
3  Summary: The inittab file and the /etc/init.d scripts.  Summary: The inittab file and the /etc/init.d scripts.
4  Name: initscripts  Name: initscripts
5  Version: 7.93.33  Version: 7.93.35
6  License: GPL  License: GPL
7  Group: System Environment/Base  Group: System Environment/Base
8  Release: 1.centos4%{?dist}  Release: 1%{?dist}
9  Source: initscripts-%{version}.tar.bz2  Source: initscripts-%{version}.tar.bz2
10  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/  URL: http://fedora.redhat.com/projects/additional-projects/initscripts/
11  Patch0: initscripts-s390.patch  Patch0: initscripts-s390.patch
12  Patch100: centos4-initscripts.patch  Patch100: centos4-initscripts.patch
13  Patch1000: smeserver-initscripts-service.patch  Patch1000: initscripts-7.93.34-smerunlevel.patch
14  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15  Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
16  Requires: /sbin/sysctl, sysklogd >= 1.3.31  Requires: /sbin/sysctl, sysklogd >= 1.3.31
# Line 24  Requires: ethtool >= 1.8-2, kernel >= 2. Line 24  Requires: ethtool >= 1.8-2, kernel >= 2.
24  Conflicts: mkinitrd < 4.0  Conflicts: mkinitrd < 4.0
25  Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3  Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3
26  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
27  Conflicts: udev < 0:032  Conflicts: udev < 0:039-10.24
28  Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0  Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0
29  Obsoletes: rhsound sapinit  Obsoletes: rhsound sapinit
30  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils  Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils
31  BuildPrereq: glib2-devel popt gettext pkgconfig  BuildPrereq: glib2-devel popt gettext pkgconfig
32  BuildPrereq: kudzu-devel >= 1.1.80  BuildPrereq: kudzu-devel >= 1.1.95.24-1
33    
34  %description  %description
35  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
# Line 46  deactivate most network interfaces. Line 46  deactivate most network interfaces.
46    
47  #added by CentOS  #added by CentOS
48  %patch100 -p1  %patch100 -p1
   
49  %patch1000 -p1  %patch1000 -p1
50    
51  %build  %build
# Line 217  rm -rf $RPM_BUILD_ROOT Line 216  rm -rf $RPM_BUILD_ROOT
216  %ghost %attr(0664,root,utmp) /var/run/utmp  %ghost %attr(0664,root,utmp) /var/run/utmp
217    
218  %changelog  %changelog
219  * Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 7.93.33-1.centos4.sme  * Sun May 23 2010 Shad L. Lords <slords@mail.com> - 7.93.35-1.sme
220  - Reapply SME Server patches [SME: 2043]  - Reapply SME Server patches [SME: 2043]
221  - Exit with zero exit status for services not listed in configuration  - Exit with zero exit status for services not listed in configuration
222    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 225  rm -rf $RPM_BUILD_ROOT
225    that the supervised service is run, if one exists, and protects    that the supervised service is run, if one exists, and protects
226    against running "service httpd restart" [SME: 61, 1495]    against running "service httpd restart" [SME: 61, 1495]
227    
228    * Tue May 11 2010 Tru Huynh <tru@centos.org> - 7.93.35-1.centos4
229    - Reapplied the CentOS 4 patches
230    
231    * Tue Apr 20 2010 Bill Nottingham <notting@redhat.com> - 7.93.35-1
232    - rc.sysinit: call multipath with '-q' (#580287, <bmarzins@redhat.com>)
233    Resolves: rhbz#584347
234    
235    * Fri Jan 23 2009 Harald Hoyer <harald@redhat.com> - 7.93.34-1
236    - add LINKDELAY to check_link_down() (bug #458323) (harald)
237    - s/J/Y -  Dutch translation mistake for integrity check (bug #237118) (harald)
238    - link against newer kudzu-devel (bug #478881, #468680) (harald)
239    - Backport fix for releasing bonding slaves properly and not looping. (#448837, #220525) (notting)
240    - add udevsettle to rc.sysinit (bug #198704)
241    Resolves: rhbz#478881, rhbz#458323, rhbz#448837, rhbz#237118
242    
243  * Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1  * Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1
244  - the MAC addr patch does not work - pull it  - the MAC addr patch does not work - pull it
245  - Reverts: rhbz#251415  - Reverts: rhbz#251415


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