Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2a4228ac5 | ||
|
|
75e5a7bdfe |
3 changed files with 21 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/initscripts-9.37.tar.bz2
|
||||
/initscripts-9.37.2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Summary: The inittab file and the /etc/init.d scripts
|
||||
Name: initscripts
|
||||
Version: 9.37
|
||||
Version: 9.37.2
|
||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||
License: GPLv2 and GPLv2+
|
||||
Group: System Environment/Base
|
||||
|
|
@ -12,7 +12,7 @@ Release: 1%{?dist}
|
|||
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
||||
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Requires: mingetty, /bin/awk, /bin/sed, coreutils
|
||||
Requires: /bin/awk, /bin/sed, coreutils
|
||||
Requires: /sbin/sysctl
|
||||
Requires: /sbin/fuser, /bin/grep
|
||||
Requires: /sbin/pidof, /sbin/blkid
|
||||
|
|
@ -22,6 +22,7 @@ Requires: bash >= 3.0
|
|||
Requires: sysvinit-tools >= 2.87-5
|
||||
%if %{_with_upstart}
|
||||
Conflicts: upstart < 0.6.0
|
||||
Requires: mingetty
|
||||
%if ! %{_with_systemd}
|
||||
Requires: upstart-sysvinit
|
||||
%endif
|
||||
|
|
@ -35,6 +36,7 @@ Requires: systemd-sysvinit
|
|||
%endif
|
||||
%if %{_with_sysvinit}
|
||||
Requires: SysVinit >= 2.85-38
|
||||
Requires: mingetty
|
||||
%endif
|
||||
Requires: /sbin/ip, /sbin/arping, net-tools, /bin/find
|
||||
Requires: /etc/system-release
|
||||
|
|
@ -297,8 +299,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%ghost %attr(0664,root,utmp) /var/log/wtmp
|
||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
|
||||
%dir /etc/tmpfiles.d
|
||||
/etc/tmpfiles.d/initscripts.conf
|
||||
%dir /lib/tmpfiles.d
|
||||
/lib/tmpfiles.d/initscripts.conf
|
||||
%dir /usr/libexec/initscripts/legacy-actions
|
||||
|
||||
%files legacy
|
||||
%defattr(-,root,root)
|
||||
|
|
@ -326,6 +329,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/etc/profile.d/debug*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 15 2012 Bill Nottingham <notting@redhat.com> - 9.37.2-1
|
||||
- disable MALLOC_CHECK_ in debugmode, it's not thread-safe (#853175)
|
||||
- use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182)
|
||||
- use iwconfig instead of sysfs to check for wireless devices for kernel 3.6 (#875328)
|
||||
|
||||
* Fri Jul 6 2012 Bill Nottingham <notting@redhat.com> - 9.37.1-1
|
||||
- assorted documentation cleanups
|
||||
- service: add support for legacy custom actions packaged in
|
||||
/usr/libexec/initscripts/legacy-actions/<script>/<action>
|
||||
- fedora-readonly: assorted minor fixes (#808907)
|
||||
- match bonding devices correctly (#824175)
|
||||
|
||||
* Fri Mar 16 2012 Bill Nottingham <notting@redhat.com> - 9.37-1
|
||||
- Add support for firewalld zones (#802415, from <jpopelka@redhat.com>)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7961b1d2180e2fe8d5bd9c04fe5cd17c initscripts-9.37.tar.bz2
|
||||
12f758198d8cf36104bac7347bd8d004 initscripts-9.37.2.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue