Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
af8bb2c4c6 | ||
|
|
8f471d7147 | ||
|
|
ae64d425d1 |
3 changed files with 27 additions and 8 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,5 +1 @@
|
|||
initscripts-9.16.tar.bz2
|
||||
/initscripts-9.17.tar.bz2
|
||||
/initscripts-9.18.tar.bz2
|
||||
/initscripts-9.19.tar.bz2
|
||||
/initscripts-9.20.tar.bz2
|
||||
/initscripts-9.20.2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
Summary: The inittab file and the /etc/init.d scripts
|
||||
Name: initscripts
|
||||
Version: 9.20
|
||||
Version: 9.20.2
|
||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||
License: GPLv2 and GPLv2+
|
||||
Group: System Environment/Base
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}.1
|
||||
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
|
||||
|
|
@ -110,6 +110,8 @@ rm -f \
|
|||
$RPM_BUILD_ROOT/etc/sysconfig/init.s390
|
||||
%endif
|
||||
|
||||
touch $RPM_BUILD_ROOT/etc/crypttab
|
||||
|
||||
%pre
|
||||
/usr/sbin/groupadd -g 22 -r -f utmp
|
||||
|
||||
|
|
@ -268,6 +270,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%ghost %attr(0600,root,utmp) /var/log/btmp
|
||||
%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
|
||||
|
||||
%files -n debugmode
|
||||
%defattr(-,root,root)
|
||||
|
|
@ -275,6 +278,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/etc/profile.d/debug*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 25 2011 Bill Nottingham <notting@redhat.com> - 9.20.2-1
|
||||
- rc.sysinit: add support for sysctl.d (#593211, <martin@laptop.org>)
|
||||
- console_check: support OMAP serial console (#678875, <ndevos@redhat.com>)
|
||||
- ifup-eth/ifdown-eth: handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)
|
||||
- netfs: rework to handle bind-mounted cifs/ncpfs (#663140, <dmudrich@nospam.mudrichsystems.com>)
|
||||
- own /etc/crypttab (#664309)
|
||||
- init.d/network: add # as a valid character in network device names (<Matt_Domsch@dell.com>)
|
||||
- don't throw errors on unreadable /dev/stderr (#650103, <plautrba@redhat.com>)
|
||||
- allow '0' as a vlan tag (#624704, #635360)
|
||||
- init-ipv6.global: don't load sit module on shutdown. (#654098, <ejsheldrake@gmail.com>)
|
||||
- network-functions: add infiniband mapping (#648524, <monis@voltaire.com>)
|
||||
- fix ifdown nmcli invocation (#612934, jklimes@redhat.com>)
|
||||
- *ipv6*: don't use obsolete /sbin/ip wrapper
|
||||
|
||||
* Mon Sep 27 2010 Bill Nottingham <notting@redhat.com> - 9.20.1-1
|
||||
- sysconfig.txt: adjust clock docs to match reality (#637058)
|
||||
- lang.csh: fix for grep-2.7 (#636552)
|
||||
- fix checkpid description to match reality (#637176)
|
||||
- reset btmp on boot where necessary (#633768, <dmach@redhat.com>)
|
||||
|
||||
* Thu Sep 9 2010 Bill Nottingham <notting@redhat.com> - 9.20-1
|
||||
- use new pidof -m option to avoid false positives (#632321)
|
||||
- systemd/single: set $HOME for single-user mode. (#631590)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
bf2b07f0f83e00ca3ed08cbb47f033c2 initscripts-9.20.tar.bz2
|
||||
cdfe366252ebe441c72d7272a6d39cb6 initscripts-9.20.2.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue