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

Diff of /rpms/initscripts/sme9/initscripts.spec

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

Revision 1.9 by vip-ire, Thu Jul 9 19:39:22 2015 UTC Revision 1.13 by vip-ire, Wed Jun 15 05:16:09 2016 UTC
# Line 2  Line 2 
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: 9.03.46  Version: 9.03.53
6  # ppp-watch is GPLv2+, everything else is GPLv2  # ppp-watch is GPLv2+, everything else is GPLv2
7  License: GPLv2 and GPLv2+  License: GPLv2 and GPLv2+
8  Group: System Environment/Base  Group: System Environment/Base
9  Release: 2%{?dist}.1  Release: 1%{?dist}.1
10  URL: http://fedorahosted.org/releases/i/n/initscripts/  URL: http://fedorahosted.org/releases/i/n/initscripts/
11  Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2  Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
12    Patch1000: centos-initscripts.patch
13    Patch2000: initscripts-9.03.31-runlevel7.patch
14    Patch2001: initscripts-9.03.40-dmesg.patch
15    Patch2002: initscripts-9.03.40-slapd_alias_ldap.patch
16    Patch2003: initscripts-9.03.46-dont_run_plymouth_if_disabled.patch
17  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
18  Requires: mingetty, /bin/awk, /bin/sed, mktemp  Requires: mingetty, /bin/awk, /bin/sed, mktemp
19  Requires: /sbin/sysctl  Requires: /sbin/sysctl
20  Requires: /sbin/fuser, /bin/grep  Requires: /sbin/fuser, /bin/grep
21  Requires: /sbin/pidof, /sbin/blkid  Requires: /sbin/pidof, /sbin/blkid
22  Requires: module-init-tools  Requires: module-init-tools >= 3.9-25
23  Requires: util-linux-ng >= 2.16  Requires: util-linux-ng >= 2.16
24  Requires: bash >= 3.0  Requires: bash >= 3.0
25  Requires: sysvinit-tools >= 2.87  Requires: sysvinit-tools >= 2.87-6
26  %if with_upstart  %if with_upstart
27  Requires: upstart >= 0.6.5-11  Requires: upstart >= 0.6.5-11
28  %else  %else
# Line 28  Requires: /etc/system-release Line 33  Requires: /etc/system-release
33  Requires: ethtool >= 1.8-2, /sbin/runuser  Requires: ethtool >= 1.8-2, /sbin/runuser
34  Requires: udev >= 125-1  Requires: udev >= 125-1
35  Requires: cpio  Requires: cpio
36    Requires: plymouth
37  Conflicts: mkinitrd < 4.0, kernel < 2.6.18, mdadm < 3.1.2-9  Conflicts: mkinitrd < 4.0, kernel < 2.6.18, mdadm < 3.1.2-9
38  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
39  Conflicts: dhclient < 12:4.1.0-6  Conflicts: dhclient < 12:4.1.0-6
# Line 47  Requires(post): /sbin/chkconfig, coreuti Line 53  Requires(post): /sbin/chkconfig, coreuti
53  Requires(preun): /sbin/chkconfig  Requires(preun): /sbin/chkconfig
54  BuildRequires: glib2-devel popt-devel gettext pkgconfig  BuildRequires: glib2-devel popt-devel gettext pkgconfig
55    
 Patch1: 0001-ifup-also-set-multicast_snooping-after-the-bridge-is.patch  
 Patch1000: centos-initscripts.patch  
 Patch2000: initscripts-9.03.31-runlevel7.patch  
 Patch2001: initscripts-9.03.40-dmesg.patch  
 Patch2002: initscripts-9.03.40-slapd_alias_ldap.patch  
   
56  %description  %description
57  The initscripts package contains the basic system scripts used to boot  The initscripts package contains the basic system scripts used to boot
58  your SME Server system, change runlevels, and shut the system down  your Koozali SME Server system, change runlevels, and shut the system down
59  cleanly.  Initscripts also contains the scripts that activate and  cleanly.  Initscripts also contains the scripts that activate and
60  deactivate most network interfaces.  deactivate most network interfaces.
61    
# Line 72  Currently, this consists of various memo Line 72  Currently, this consists of various memo
72    
73  %prep  %prep
74  %setup -q  %setup -q
75  %patch1 -p1  
76  %patch1000 -p1  %patch1000 -p1 -b .centos.branding
77  %patch2000 -p1  %patch2000 -p1
78  %patch2001 -p1  %patch2001 -p1
79  %patch2002 -p1  %patch2002 -p1
80    %patch2003 -p1
81    
82  %build  %build
83  make  make
# Line 209  rm -rf $RPM_BUILD_ROOT Line 210  rm -rf $RPM_BUILD_ROOT
210  %config(noreplace) /etc/rc.d/rc.local  %config(noreplace) /etc/rc.d/rc.local
211  /etc/rc.d/rc.sysinit  /etc/rc.d/rc.sysinit
212  %config(noreplace) /etc/sysctl.conf  %config(noreplace) /etc/sysctl.conf
213    %dir /etc/sysctl.d
214  %exclude /etc/profile.d/debug*  %exclude /etc/profile.d/debug*
215  /etc/profile.d/*  /etc/profile.d/*
216  /usr/sbin/sys-unconfig  /usr/sbin/sys-unconfig
# Line 257  rm -rf $RPM_BUILD_ROOT Line 259  rm -rf $RPM_BUILD_ROOT
259  /etc/profile.d/debug*  /etc/profile.d/debug*
260    
261  %changelog  %changelog
262  * Thu Jul 9 2015 Daniel Berteaud <daniel@firewall-services.com> - 9.03.46-2.sme.1  * Wed Jun 15 2016 Daniel Berteaud <daniel@firewall-services.com> - 9.03.53-1.sme.1
263  - Rebase on upstream 9.03.46 [SME: 8658]  - Rebase on upstream 9.03.53-1 [SME: 9534]
264    
265  * Tue Nov  4 2014 Johnny Hughes <johnny@centos.org> - 9.03.46-1.1  * Tue May 10 2016 Johnny Hughes <johnny@centos.org> - 9.03.53-1
266  - Roll in CentOS Branding  - Roll in CentOS Branding
267    
268  * Fri Oct 24 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.46-1.1  * Tue Apr 12 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.53-1
269    - functions: parse -d first
270    
271    * Mon Apr 11 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.52-1
272    - functions: fix ignored delay in killproc
273    
274    * Tue Feb 23 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.51-1
275    - netfs: only unmount loopback device mounted on top of netdev or with back-file on netdev
276    
277    * Tue Jan 19 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.50-1
278    - functions: improve killing loops
279    - netfs: tweak nfs umount
280    - sysctl.conf: mention sysctl -a
281    - sysconfig.txt: document PPPOE_EXTRA and PPPD_EXTRA
282    - spec: require plymouth
283    - fix mangled sysconfig/init.s390
284    - rc.sysinit: don't perform fsck twice with /.autorelabel
285    - ifdown-eth: fix comparison
286    - ifup-eth: if arping fails, output responding MAC
287    - network-functions: fix change_resolv_conf after grep update
288    - spec: add sysctl.d dir
289    - rc.sysinit: fix typo in fs
290    - rename_devices: comments need to have a blank before them
291    - rename_device: remove comments and trailing whitespaces
292    - bonding: warn if the ifup for slave device failed
293    - clarify daemon() usage message
294    - ifdown: clean ipv4 localhost addresses
295    - ifup-post: check resolve.conf also with DNS2
296    - ifup: add missing quotes
297    - ifup-eth: some bridge options are applied later
298    - init.d/halt: give init some time to reexecute
299    - network-scripts: DEVICE and HWADRR could be quoted by apostrophe
300    - ifup-wireless: fix calling of phy_wireless_device
301    - rc.sysinit: apply quotas after system is relabeled
302    
303    * Thu Apr 09 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.49-1
304    - network-functions: fix change_resolv_conf after grep update
305    
306    * Mon Mar 02 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.48-1
307    - use new -m option to pidof
308    
309    * Fri Feb 27 2015 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.47-1
310    - rc.sysinit: be more verbose
311    - init.d/functions: rc.debug option to debug initscripts
312    - ifup-aliases: inherit ARPCHECK from parent device
313    - netfs: don't race NFS umount to network shutdown
314    - network: report that we can't shut down network for root on netfs
315    - Fix tcsh + grep-2.7. (#636552)
316    - sysctl.conf: move bridge setting to module-init-tools
317    - rc.sysinit: set affinity also for current shell
318    - ifdown-eth: use scope host for lo
319    - improve_check_for_bond_master_in_install_bonding_driver
320    - network-functions: fix check in install_bonding_driver
321    - ifdown-post: remove resolv.conf only in specific cases
322    - netconsole: lets run earlier
323    - ipcalc: support RFC3021 (#997271)
324    - halt: add delay after upsdrvctl shutdown
325  - ifup: also set multicast_snooping after the bridge is up  - ifup: also set multicast_snooping after the bridge is up
326    
327  * Tue Jul 22 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.46-1  * Tue Jul 22 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.03.46-1


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