Blame SPECS/sysvinit.spec

4fa2d8
Summary: Programs which control basic system processes
4fa2d8
Name: sysvinit
4fa2d8
Version: 2.88
4fa2d8
Release: 14.dsf%{?dist}
4fa2d8
License: GPLv2+
4fa2d8
Group: System Environment/Base
4fa2d8
Source: http://download.savannah.gnu.org/releases/sysvinit/sysvinit-%{version}dsf.tar.bz2
4fa2d8
URL: http://savannah.nongnu.org/projects/sysvinit/
4fa2d8
Patch1: sysvinit-2.78-man.patch
4fa2d8
Patch2: sysvinit-2.86-autofsck.patch
4fa2d8
Patch3: sysvinit-2.86-loginshell.patch
4fa2d8
Patch4: sysvinit-2.86-inittab.patch
4fa2d8
Patch5: sysvinit-2.86-single.patch
4fa2d8
Patch6: sysvinit-2.88-quiet.patch
4fa2d8
Patch14: sysvinit-2.88-ipv6.patch
4fa2d8
Patch15: sysvinit-2.88-omit.patch
4fa2d8
Patch16: sysvinit-2.88-wall-maxlines.patch
4fa2d8
Patch17: sysvinit-2.88-wall-broadcast-message.patch
4fa2d8
Patch18: sysvinit-2.88-newline.patch
4fa2d8
Patch19: sysvinit-2.88-usrmove.patch
4fa2d8
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
4fa2d8
Requires: pam >= 0.66-5
4fa2d8
Requires: filesystem >= 2.2.4-1
4fa2d8
Requires: libselinux >= 1.21.10-1 libsepol >= 1.3.5
4fa2d8
Requires: sysvinit-tools = %{version}-%{release}
4fa2d8
Obsoletes: SysVinit < 2.86-17
4fa2d8
Provides: SysVinit = %{version}-%{release}
4fa2d8
BuildRequires: libselinux-devel >= 1.21.10-1 libsepol-devel >= 1.3.5
4fa2d8
4fa2d8
%description
4fa2d8
The sysvinit package contains a group of processes that control
4fa2d8
the very basic functions of your system. sysvinit includes the init
4fa2d8
program, the first program started by the Linux kernel when the
4fa2d8
system boots. Init then controls the startup, running, and shutdown
4fa2d8
of all other programs.
4fa2d8
4fa2d8
%package tools
4fa2d8
Summary: Tools used for process and utmp management.
4fa2d8
Group: System Environment/Base
4fa2d8
Provides: /sbin/pidof
4fa2d8
4fa2d8
%description tools
4fa2d8
The sysvinit-tools package contains various tools used for process
4fa2d8
management.
4fa2d8
4fa2d8
%prep
4fa2d8
%setup -q -n sysvinit-%{version}dsf
4fa2d8
# We use a shell, not sulogin. Other random man fixes go here (such as #192804)
4fa2d8
%patch1 -p1 -b .manpatch
4fa2d8
# Unlink /.autofsck on shutdown -f
4fa2d8
%patch2 -p1 -b .autofsck
4fa2d8
# Invoke single-user shell as a login shell (#105653)
4fa2d8
%patch3 -p1 -b .loginshell
4fa2d8
# Adjust examples in inittab(5) to more accurately reflect RH/Fedora
4fa2d8
# usage (#173572)
4fa2d8
%patch4 -p1 -b .inittabdocs
4fa2d8
# Fix single user mode (#176348)
4fa2d8
%patch5 -p1 -b .single
4fa2d8
# Be less verbose when booted with 'quiet'
4fa2d8
%patch6 -p1 -b .quiet
4fa2d8
# Change accepted ipv6 addresses (#573346)
4fa2d8
%patch14 -p1 -b .ipv6
4fa2d8
# Add option to pidof to exclude similar processes to omitted processes (#632321)
4fa2d8
%patch15 -p1 -b .omit
4fa2d8
# Fix counting MAXLINES in wall
4fa2d8
%patch16 -p1 -b .maxlines
4fa2d8
# Raise limit for broadcast message
4fa2d8
%patch17 -p1 -b .broadcast
4fa2d8
# Deal with disappearing files and binaries with a newline in their name (#853081)
4fa2d8
%patch18 -p1 -b .newline
4fa2d8
# Move pidof and killall5
4fa2d8
%patch19 -p1 -b .usrmove
4fa2d8
4fa2d8
%build
4fa2d8
%ifarch sparcv9 sparc64 s390 s390x
4fa2d8
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fPIE"
4fa2d8
%else
4fa2d8
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fpie"
4fa2d8
%endif
4fa2d8
make %{?_smp_mflags} CC="%{__cc}" LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now -lcrypt" -C src
4fa2d8
4fa2d8
%install
4fa2d8
rm -rf $RPM_BUILD_ROOT
4fa2d8
for I in bin usr/{bin,include,sbin} %{_mandir}/man{1,3,5,8} etc var/run dev; do
4fa2d8
	mkdir -p $RPM_BUILD_ROOT/$I
4fa2d8
done
4fa2d8
make -C src ROOT=$RPM_BUILD_ROOT MANDIR=%{_mandir} STRIP=/bin/true \
4fa2d8
	BIN_OWNER=`id -nu` BIN_GROUP=`id -ng` install
4fa2d8
4fa2d8
rm -f $RPM_BUILD_ROOT/usr/sbin/bootlogd
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/bootlogd*
4fa2d8
chmod 755 $RPM_BUILD_ROOT/usr/bin/utmpdump
4fa2d8
4fa2d8
# Remove these files, as we use upstart as /sbin/init.
4fa2d8
rm -f $RPM_BUILD_ROOT/usr/sbin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_includedir}/initreq.h
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_mandir}/man5/*
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}*
4fa2d8
4fa2d8
# /sbin/fstab-decode is part of initscripts
4fa2d8
rm -f $RPM_BUILD_ROOT/usr/sbin/fstab-decode
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/fstab-decode.8
4fa2d8
4fa2d8
# /bin/mountpoint is part of util-linux >= 2.20
4fa2d8
rm -f $RPM_BUILD_ROOT/bin/mountpoint
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/mountpoint.*
4fa2d8
4fa2d8
# sulogin and utmpdump are part of util-linux
4fa2d8
rm -f $RPM_BUILD_ROOT/usr/sbin/sulogin
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/sulogin.*
4fa2d8
rm -f $RPM_BUILD_ROOT/usr/bin/utmpdump
4fa2d8
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/utmpdump.*
4fa2d8
4fa2d8
4fa2d8
%clean
4fa2d8
rm -rf $RPM_BUILD_ROOT
4fa2d8
4fa2d8
%files tools
4fa2d8
%defattr(-,root,root)
4fa2d8
%doc doc/Changelog COPYRIGHT
4fa2d8
#/bin/mountpoint
4fa2d8
%{_bindir}/last
4fa2d8
%{_bindir}/lastb
4fa2d8
%{_bindir}/mesg
4fa2d8
#%{_bindir}/utmpdump
4fa2d8
%attr(2555,root,tty)  %{_bindir}/wall
4fa2d8
%{_sbindir}/pidof
4fa2d8
%{_sbindir}/killall5
4fa2d8
#/sbin/sulogin
4fa2d8
%{_mandir}/man1/*
4fa2d8
%{_mandir}/man8/killall5*
4fa2d8
%{_mandir}/man8/pidof*
4fa2d8
#%{_mandir}/man8/sulogin*
4fa2d8
4fa2d8
%changelog
4fa2d8
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.88-14.dsf
4fa2d8
- Mass rebuild 2014-01-24
4fa2d8
4fa2d8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.88-13.dsf
4fa2d8
- Mass rebuild 2013-12-27
4fa2d8
4fa2d8
* Tue Jul 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 2.88-12.dsf
4fa2d8
- Move pidof and killall5 to /usr/sbin
4fa2d8
4fa2d8
* Fri Jun 21 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 2.88-11.dsf
4fa2d8
- Deal with disappearing files and binaries with a newline in their name (#853081)
4fa2d8
4fa2d8
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.88-10.dsf
4fa2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4fa2d8
4fa2d8
* Thu Sep 13 2012 Petr Lautrbach <plautrba@redhat.com> 2.88-9.dsf
4fa2d8
- rebuild with PIE and full RELRO enabled (#853183)
4fa2d8
4fa2d8
* Wed Aug 01 2012 Petr Lautrbach <plautrba@redhat.com> 2.88-8.dsf
4fa2d8
- disable utmpdump and sulogin, now available in util-linux
4fa2d8
4fa2d8
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.88-7.dsf
4fa2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4fa2d8
4fa2d8
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.88-6.dsf
4fa2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4fa2d8
4fa2d8
* Tue Aug 02 2011 Petr Lautrbach <plautrba@redhat.com> 2.88-5.dsf
4fa2d8
- disable mountpoint(1) man page
4fa2d8
4fa2d8
* Tue Aug  2 2011 Karel Zak <kzak@redhat.com> 2.88-4.dsf
4fa2d8
- disable mountpoint(1), now availabale in util-linux
4fa2d8
4fa2d8
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.88-3.dsf
4fa2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4fa2d8
4fa2d8
* Fri Jan 07 2011 Petr Lautrbach <plautrba@redhat.com> 2.88-2.dsf
4fa2d8
- Raise limit for broadcast message (#663032)
4fa2d8
4fa2d8
* Thu Oct 21 2010 Petr Lautrbach <plautrba@redhat.com> 2.88-1.dsf
4fa2d8
- Update to new upstream release 2.88dsf
4fa2d8
- Fix counting MAXLINES in wall
4fa2d8
4fa2d8
* Thu Sep 09 2010 Bill Nottingham <notting@redhat.com> 2.87-5.dsf
4fa2d8
- Add -m option to pidof to omit processes that match existing omitted pids (#632321)
4fa2d8
4fa2d8
* Tue Apr 06 2010 Petr Lautrbach <plautrba@redhat.com> 2.87-4.dsf
4fa2d8
- Changed IPv4 vs IPv6 heuristic in last command (#573346)
4fa2d8
4fa2d8
* Mon Mar 22 2010 Petr Lautrbach <plautrba@redhat.com> 2.87-3.dsf
4fa2d8
- Add -w option to last command for wide output (#550333)
4fa2d8
4fa2d8
* Mon Mar 08 2010 Petr Lautrbach <plautrba@redhat.com> 2.87-2.dsf
4fa2d8
- fix using get_default_context_with_level (#568530)
4fa2d8
4fa2d8
* Thu Sep 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.87-1.dsf
4fa2d8
- Avoid stripping binaries during build to fix -debuginfo.
4fa2d8
4fa2d8
* Mon Jul 27 2009 Bill Nottingham <notting@redhat.com> - 2.87-0.dsf
4fa2d8
- Update to new upstream release 2.87dsf
4fa2d8
-- remove many upstreamed/obsolete patches
4fa2d8
4fa2d8
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.86-28
4fa2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4fa2d8
4fa2d8
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.86-27
4fa2d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4fa2d8
4fa2d8
* Mon Dec  8 2008 Bill Nottingham <notting@redhat.com> - 2.86-26
4fa2d8
- document readlink() behavior in pidof (#201317)
4fa2d8
- fix potential issue in utmpdmp (#473485)
4fa2d8
4fa2d8
* Wed Oct  1 2008 Bill Nottingham <notting@redhat.com> - 2.86-25
4fa2d8
- rediff patches (#464940)
4fa2d8
- remove change_console, it's no longer needed with plymouth
4fa2d8
4fa2d8
* Tue Mar 11 2008 Bill Nottingham <notting@redhat.com> - 2.86-24
4fa2d8
- replace change_console with a script that does the proper upstart
4fa2d8
  machinations
4fa2d8
4fa2d8
* Fri Mar  7 2008 Bill Nottingham <notting@redhat.com> - 2.86-23
4fa2d8
- move mountpoint to -tools subpackage
4fa2d8
- don't build sysvinit package itself
4fa2d8
4fa2d8
* Fri Feb 29 2008 Bill Nottingham <notting@redhat.com> - 2.86-22
4fa2d8
- don't kill pid 1 with killall5
4fa2d8
4fa2d8
* Fri Feb 15 2008 Bill Nottingham <notting@redhat.com> - 2.86-21
4fa2d8
- split off a -tools subpackage to avoid upstart conflicts (#431110)
4fa2d8
4fa2d8
* Fri Feb 15 2008 Bill Nottingham <notting@redhat.com> - 2.86-20
4fa2d8
- don't abort if policy is already loaded (#431113)
4fa2d8
4fa2d8
* Wed Oct 10 2007 Bill Nottingham <notting@redhat.com> - 2.86-18
4fa2d8
- rebuild for buildid
4fa2d8
4fa2d8
* Fri Aug  3 2007 Bill Nottingham <notting@redhat.com>
4fa2d8
- tweak license tag
4fa2d8
4fa2d8
* Fri May  4 2007 Bill Nottingham <notting@redhat.com> - 2.86-17
4fa2d8
- rename to sysvinit to match upstream, do the usual
4fa2d8
  provides/obsoletes (#226475)
4fa2d8
4fa2d8
* Mon Apr 16 2007 Bill Nottingham <notting@redhat.com> - 2.86-16
4fa2d8
- pidof: ignore '-c' when called as non-root (#230829)
4fa2d8
4fa2d8
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> - 2.86-15
4fa2d8
- spec cleanups; remove initunlvl part of %%post, as that hasn't
4fa2d8
  been supported for nearly 4 years
4fa2d8
4fa2d8
* Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> - 2.86-14
4fa2d8
- revert fix for #184340 (#210549, #209169)
4fa2d8
4fa2d8
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.86-13
4fa2d8
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
4fa2d8
4fa2d8
* Thu Sep 21 2006 Bill Nottingham <notting@redhat.com> - 2.86-12
4fa2d8
- set controlling tty for /etc/rc so that ctrl-c can be passed to hung
4fa2d8
  services (#184340)
4fa2d8
4fa2d8
* Thu Aug 10 2006 Bill Nottingham <notting@redhat.com> - 2.86-11
4fa2d8
- fix warning on SELinux policy load failure (#185603)
4fa2d8
- don't package /dev/initctl (#174652, #199939)
4fa2d8
- allow some time for failed console opens to resolve themselves (#181546)
4fa2d8
- add documentation of -f to last(1) (#192804)
4fa2d8
4fa2d8
* Wed Aug  9 2006 Bill Nottingham <notting@redhat.com> - 2.86-9
4fa2d8
- preserve 'WAITING' across re-exec (#143289, others)
4fa2d8
- actually apply quiet patch
4fa2d8
- don't write garbage to utmp on x86-64 (#176494)
4fa2d8
4fa2d8
* Tue Aug  8 2006 Bill Nottingham <notting@redhat.com> - 2.86-7
4fa2d8
- be slightly less verbose when booted with 'quiet'
4fa2d8
4fa2d8
* Wed Jul 19 2006 Bill Nottingham <notting@redhat.com> - 2.86-6
4fa2d8
- fix IPv6 patch (<mzazrive@redhat.com>)
4fa2d8
4fa2d8
* Tue Jul 18 2006 Bill Nottingham <notting@redhat.com> - 2.86-5
4fa2d8
- IPv6 support for last (<mzazrive@redhat.com>)
4fa2d8
4fa2d8
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.86-4.1
4fa2d8
- rebuild
4fa2d8
4fa2d8
* Wed May 10 2006 Bill Nottingham <notting@redhat.com> - 2.86-3
4fa2d8
- fix potential under-copy of proc title (#188160, <kir@sacred.ru>)
4fa2d8
4fa2d8
* Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> - 2.86-3
4fa2d8
- document that the kernel may sync even if reboot is called with -n (#180967)
4fa2d8
4fa2d8
* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> - 2.86-2.2.2
4fa2d8
- and again...
4fa2d8
4fa2d8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.86-2.2
4fa2d8
- bump again for double-long bug on ppc(64)
4fa2d8
4fa2d8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.86-2.1
4fa2d8
- rebuilt for new gcc4.1 snapshot and glibc changes
4fa2d8
4fa2d8
* Wed Dec 21 2005 Bill Nottingham <notting@redhat.com> - 2.86-2
4fa2d8
- fix single user mode (#176348)
4fa2d8
4fa2d8
* Mon Dec 19 2005 Bill Nottingham <notting@redhat.com> - 2.86-1
4fa2d8
- update to upstream 2.86
4fa2d8
- adjust patches
4fa2d8
- install initreq.h (#119039)
4fa2d8
- allow halt/reboot to handle being called by login correctly (#104062, <worley@theworld.com>)
4fa2d8
- document pam_console usage for halt (#114970)
4fa2d8
4fa2d8
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
4fa2d8
- rebuilt for new gcj
4fa2d8
4fa2d8
* Mon Dec 5 2005 Dan Walsh <dwalsh@redhat.com> - 2.85-43
4fa2d8
- Use log(L_VB for SELinux error
4fa2d8
4fa2d8
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com>
4fa2d8
- clean up examples in inittab(5) (#173572)
4fa2d8
4fa2d8
* Sat Oct 14 2005 Dan Walsh <dwalsh@redhat.com> - 2.85-42
4fa2d8
- Fix patch
4fa2d8
4fa2d8
* Fri Oct 14 2005 Dan Walsh <dwalsh@redhat.com> - 2.85-41
4fa2d8
- replace load_policy with selinux_init_load_policy
4fa2d8
- add getseuserbyname to sulogin
4fa2d8
4fa2d8
* Thu Jun 30 2005 Bill Nottingham <notting@redhat.com> - 2.85-40
4fa2d8
- pidof: fix the fix for #85796, which broke the fix for #138788
4fa2d8
4fa2d8
* Wed Apr 27 2005 Bill Nottingham <notting@redhat.com> - 2.85-39
4fa2d8
- invoke single-user shell as a login shell (#105653)
4fa2d8
4fa2d8
* Mon Apr 25 2005 Bill Nottingham <notting@redhat.com> - 2.85-38
4fa2d8
- pidof: use readlink instead of stat to avoid NFS hangs (#138788, 
4fa2d8
- pidof: fix handling of scripts (#85796)
4fa2d8
- pidof: add -c option for only matching processes with the same root (<twoerner@redhat.com>)
4fa2d8
4fa2d8
* Wed Feb 23 2005 Bill Nottingham <notting@redhat.com> - 2.85-37
4fa2d8
- add patch for SELinux user configs (<dwalsh@redhat.com>)
4fa2d8
- disable readlink patch while it's being fixed
4fa2d8
4fa2d8
* Mon Nov 15 2004 Bill Nottingham <notting@redhat.com> - 2.85-35
4fa2d8
- use readlink instead of stat to avoid NFS hangs (#138788, <constgq@yahoo.com>)
4fa2d8
4fa2d8
* Thu Oct 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
4fa2d8
- add patch from Steve Grubb to re-build as non-root, #131841
4fa2d8
4fa2d8
* Fri Sep 17 2004 Bill Nottingham <notting@redhat.com> 2.85-33
4fa2d8
- updated SELinux patch from Stephen Smalley
4fa2d8
4fa2d8
* Wed Aug 11 2004 Dan Walsh <dwalsh@redhat.com> 2.85-32
4fa2d8
- Read booleans file to setup booleans on reboot
4fa2d8
4fa2d8
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4fa2d8
- rebuilt
4fa2d8
4fa2d8
* Wed Jun 8 2004 Dan Walsh <dwalsh@redhat.com> 2.85-30
4fa2d8
- Remove MLS Support from selinux patch, new design allows this for free
4fa2d8
4fa2d8
* Thu Jun 3 2004 Dan Walsh <dwalsh@redhat.com> 2.85-29
4fa2d8
- Add MLS Support to selinux patch
4fa2d8
4fa2d8
* Thu Jun  3 2004 Bill Nottingham <notting@redhat.com> 2.85-28
4fa2d8
- fix overrun of argv[0] (#125172, #124813, <alexl@redhat.com>)
4fa2d8
4fa2d8
* Wed Jun  2 2004 Bill Nottingham <notting@redhat.com> 2.85-27
4fa2d8
- cleanup logic some
4fa2d8
4fa2d8
* Thu May 27 2004 Dan Walsh <dwalsh@redhat.com> 2.85-26
4fa2d8
- Use selinux_getenforcemode
4fa2d8
4fa2d8
* Tue May 25 2004 Dan Walsh <dwalsh@redhat.com> 2.85-25
4fa2d8
- Change to use /etc/sysconfig/selinux to find policy file.
4fa2d8
4fa2d8
* Thu Apr 29 2004 Bill Nottingham <notting@redhat.com> 2.85-25
4fa2d8
- fix build warning on make install (#121977)
4fa2d8
- umount the SELinux filesystem on disabling it
4fa2d8
4fa2d8
* Fri Apr 23 2004 Dan Walsh <dwalsh@redhat.com> 2.85-24
4fa2d8
- Add security-disable, for disabling SELinux entirely
4fa2d8
4fa2d8
* Mon Apr  5 2004 Bill Nottingham <notting@redhat.com> 2.85-23
4fa2d8
- fix selinux=0 booting (#118826, #119037)
4fa2d8
4fa2d8
* Tue Mar 23 2004 Bill Nottingham <notting@redhat.com> 2.85-22
4fa2d8
- move /selinux to filesystem
4fa2d8
- print out warning if we're terminating because of enforcing + no policy
4fa2d8
- handle non-selinux kernels better (#118826)
4fa2d8
4fa2d8
* Thu Mar 18 2004 Bill Nottingham <notting@redhat.com> 2.85-21
4fa2d8
- fix parsing of /proc/cmdline
4fa2d8
4fa2d8
* Tue Mar 16 2004 Bill Nottingham <notting@redhat.com> 2.85-20
4fa2d8
- handle /etc/sysconfig/selinux
4fa2d8
4fa2d8
* Tue Mar 9 2004 Dan Walsh <dwalsh@redhat.com> 2.85-19
4fa2d8
- Add SELinux support to sulogin
4fa2d8
4fa2d8
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4fa2d8
- rebuilt
4fa2d8
4fa2d8
* Tue Feb 10 2004 Dan Walsh <dwalsh@redhat.com> 2.85-17
4fa2d8
- Check for current policy and previous depending on how policy was written
4fa2d8
4fa2d8
* Thu Feb  5 2004 Jonathan Blandford <jrb@redhat.com> 2.85-15
4fa2d8
- rebuild w/o SELINUX for RHEL 3 U2
4fa2d8
4fa2d8
* Mon Dec 22 2003 Dan Walsh <dwalsh@redhat.com> 2.85-15
4fa2d8
- Change pidof to not call getsid since it does not use it
4fa2d8
- Eliminates SELinux access control.
4fa2d8
4fa2d8
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 2.85-14
4fa2d8
- set selinux-mnt so libraries will work.
4fa2d8
4fa2d8
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 2.85-13
4fa2d8
- Rollback
4fa2d8
4fa2d8
* Wed Dec 17 2003 Dan Walsh <dwalsh@redhat.com> 2.85-12
4fa2d8
- Fix protocol change via libselinux that broke sysinit.
4fa2d8
4fa2d8
* Mon Dec 1 2003 Dan Walsh <dwalsh@redhat.com> 2.85-11.sel
4fa2d8
- Don't umount /selinux, this is required for selinux to work correctly.
4fa2d8
4fa2d8
* Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 2.85-10.sel
4fa2d8
- Create /selinux mount point
4fa2d8
- Don't exit on non selinux kernel boot.
4fa2d8
4fa2d8
* Fri Oct 24 2003 Dan Walsh <dwalsh@redhat.com> 2.85-9.sel
4fa2d8
- close file descriptor
4fa2d8
4fa2d8
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 2.85-8.sel
4fa2d8
- Remove constants that were added to libselinux
4fa2d8
4fa2d8
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 2.85-7.sel
4fa2d8
- Fix error handling on enforcing kernels
4fa2d8
4fa2d8
* Tue Oct 21 2003 Dan Walsh <dwalsh@redhat.com> 2.85-7
4fa2d8
- Turn off selinux
4fa2d8
4fa2d8
* Mon Oct 20 2003 Dan Walsh <dwalsh@redhat.com> 2.85-6.sel
4fa2d8
- add selinux processing
4fa2d8
4fa2d8
* Mon Sep 22 2003 Bill Nottingham <notting@redhat.com> 2.85-5
4fa2d8
- add change_console, for changing console used by init
4fa2d8
4fa2d8
* Wed Jun 25 2003 Bill Nottingham <notting@redhat.com> 2.85-4
4fa2d8
- block signals when calling syslog() (#97534, <joden@lee.k12.nc.us>)
4fa2d8
4fa2d8
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4fa2d8
- rebuilt
4fa2d8
4fa2d8
* Fri May 23 2003 Bill Nottingham <notting@redhat.com> 2.85-2
4fa2d8
- clean up killall5 some
4fa2d8
4fa2d8
* Thu May 22 2003 Florian La Roche <Florian.LaRoche@redhat.de>
4fa2d8
- update to 2.85, remove already applied patches
4fa2d8
4fa2d8
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 2.84-13
4fa2d8
- fix s390x build
4fa2d8
- fix silly warning (#83943)
4fa2d8
4fa2d8
* Mon Feb 10 2003 Arjan van de Ven <arjanv@redhat.com>
4fa2d8
- fix wait() handling wrt setting SIGCHLD to SIG_IGN in shutdown
4fa2d8
- fix segfault in spawn() function in shutdown
4fa2d8
4fa2d8
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4fa2d8
- rebuilt
4fa2d8
4fa2d8
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 2.84-7
4fa2d8
- Pass __cc macro to build, to facilitate cross-compiling
4fa2d8
- _smp_mflags
4fa2d8
4fa2d8
* Mon Dec  2 2002 Bill Nottingham <notting@redhat.com> 2.84-6
4fa2d8
- rebuild on all arches
4fa2d8
- change sulogin message to be slightly more correct (#65828)
4fa2d8
4fa2d8
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com>
4fa2d8
- don't strip binaries
4fa2d8
- have wall not write to non-ttys (#65412)
4fa2d8
- update usage for halt/reboot (#57753)
4fa2d8
- allow '-t' argument to last for checking state at certain times (#56863)
4fa2d8
- make 'pidof /foo/bar' not match /baz/bar (#53918)
4fa2d8
4fa2d8
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4fa2d8
- automated rebuild
4fa2d8
4fa2d8
* Thu May 23 2002 Tim Powers <timp@redhat.com>
4fa2d8
- automated rebuild
4fa2d8
4fa2d8
* Thu Mar 12 2002 Bill Nottingham <notting@redhat.com> 2.84-2
4fa2d8
- add patch to log messages on shutdown/reboot
4fa2d8
4fa2d8
* Fri Feb 22 2002 Bill Nottingham <notting@redhat.com> 2.84-1
4fa2d8
- update to 2.84
4fa2d8
4fa2d8
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
4fa2d8
- automated rebuild
4fa2d8
4fa2d8
* Fri Nov  9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.79-2
4fa2d8
- Fix pidof -o (#55954)
4fa2d8
- Handle RPM_OPT_FLAGS
4fa2d8
- s/Copyright/License/
4fa2d8
4fa2d8
* Mon Sep 17 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- update to 2.79
4fa2d8
4fa2d8
* Tue Aug 28 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- unlink /.autofsck on shutdown -f
4fa2d8
4fa2d8
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
4fa2d8
- Bump release + rebuild.
4fa2d8
4fa2d8
* Thu Jun 21 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- update 'no logout' patch
4fa2d8
- fix setting of CREAD to work with 2.4.3+ kernels (#45284)
4fa2d8
4fa2d8
* Tue Jun 12 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- show users with no login pid but no logout record as gone (#42550,
4fa2d8
  <cwolf@starclass.com>)
4fa2d8
- fix sulogin to *always* work without a tty (#40934)
4fa2d8
4fa2d8
* Tue Apr  3 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- set umask 022 on startup
4fa2d8
- manpage tweaks (#21628, #27173)
4fa2d8
4fa2d8
* Mon Apr  2 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- fix dangling symlink in %%doc (#34383)
4fa2d8
4fa2d8
* Thu Mar 15 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- don't run telinit u if we don't appear to be on the root fs
4fa2d8
4fa2d8
* Fri Feb 16 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- run telinit u on upgrade
4fa2d8
4fa2d8
* Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
4fa2d8
- document '-n' option to wall, make it root-only (#18672)
4fa2d8
- don't open files in sulogin unless they're really ttys (#21862)
4fa2d8
4fa2d8
* Tue Aug  8 2000 Bill Nottingham <notting@redhat.com>
4fa2d8
- set SHLVL in sulogin so /etc/profile.d stuff isn't run by default
4fa2d8
4fa2d8
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
4fa2d8
- automatic rebuild
4fa2d8
4fa2d8
* Thu Jun  8 2000 Bill Nottingham <notting@redhat.com>
4fa2d8
- fix the md5 code (#11534)
4fa2d8
- rebuild for FHS & the like
4fa2d8
4fa2d8
* Wed Apr 19 2000 Bill Nottingham <notting@redhat.com>
4fa2d8
- ignore sigint in sulogin (#9803)
4fa2d8
- touch file in root directory if powering off (#7318)
4fa2d8
4fa2d8
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
4fa2d8
- rebuild for sparc baud rates > 38400.
4fa2d8
4fa2d8
* Thu Feb 24 2000 Bill Nottingham <notting@redhat.com>
4fa2d8
- update to 2.78-final
4fa2d8
4fa2d8
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
4fa2d8
- handle compressed manpages
4fa2d8
4fa2d8
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
4fa2d8
- build to fix dependency problem
4fa2d8
4fa2d8
* Tue Jan 10 2000 Bill Nottingham <notting@redhat.com>
4fa2d8
- update to 2.78
4fa2d8
4fa2d8
* Mon Sep 06 1999 Jakub Jelinek <jj@ultra.linux.cz>
4fa2d8
- on big endian machines use a kludge for broken pam md5 passwords
4fa2d8
4fa2d8
* Fri Aug 27 1999 Bill Nottingham <notting@redhat.com>
4fa2d8
- update to 2.77
4fa2d8
4fa2d8
* Tue Jul 06 1999 Bill Nottingham <notting@redhat.com>
4fa2d8
- move pam_console stuff to usermode package
4fa2d8
4fa2d8
* Fri Jul 02 1999 Cristian Gafton <gafton@redhat.com>
4fa2d8
- requires usermode to express the dependency on /usr/bin/consolehelper
4fa2d8
(#2813)
4fa2d8
4fa2d8
* Wed Jun 23 1999 Bill Nottingham <notting@redhat.com>
4fa2d8
- make man page references to single-user mode consistent with RH usage
4fa2d8
4fa2d8
* Sat Apr 17 1999 Jeff Johnson <jbj@redhat.com>
4fa2d8
- remove /etc/initlvl compatibility symlink from file list (#2236).
4fa2d8
4fa2d8
* Fri Mar 26 1999 Michael Johnson <johnsonm@redhat.com>
4fa2d8
- pam.d files marked noreplace
4fa2d8
- added poweroff as a console application
4fa2d8
4fa2d8
* Mon Mar 22 1999 Michael Johnson <johnsonm@redhat.com>
4fa2d8
- marked config files as such in consolehelper part of filelist
4fa2d8
4fa2d8
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
4fa2d8
- auto rebuild in the new build environment (release 8)
4fa2d8
4fa2d8
* Fri Mar 19 1999 Michael Johnson <johnsonm@redhat.com>
4fa2d8
- consolehelper support
4fa2d8
4fa2d8
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
4fa2d8
- glibc 2.1
4fa2d8
4fa2d8
* Sun Aug 23 1998 Jeff Johnson <jbj@redhat.com>
4fa2d8
- poweroff symlink not included (problem #762)
4fa2d8
4fa2d8
* Thu Jul 09 1998 Chris Evans <chris@ferret.lmh.ox.ac.uk>
4fa2d8
- Fix a securelevel releated security hole. Go on, try and break append
4fa2d8
  only files + securelevel now ;-)
4fa2d8
4fa2d8
* Wed Jul  8 1998 Jeff Johnson <jbj@redhat.com>
4fa2d8
- remove /etc/nologin at end of shutdown.
4fa2d8
- compile around missing SIGPWR on sparc
4fa2d8
4fa2d8
* Thu May 07 1998 Prospector System <bugs@redhat.com>
4fa2d8
- translations modified for de, fr, tr
4fa2d8
4fa2d8
* Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
4fa2d8
- upgraded to 2.74
4fa2d8
- fixed the package source url... (yeah, it was wrong !)
4fa2d8
4fa2d8
* Wed Oct 1 1997 Cristian Gafton <gafton@redhat.com>
4fa2d8
- fixed the MD5 check in sulogin (128 hash bits encoded with base64 gives
4fa2d8
  22 bytes, not 24...). Fix in -md5.patch
4fa2d8
4fa2d8
* Thu Sep 11 1997 Christian 'Dr. Disk' Hechelmann <drdisk@ds9.au.s.shuttle.de>
4fa2d8
- /etc/initrunlvl gets linked to /tmp/init-root/var/run/initrunlvl which is
4fa2d8
  just plain wrong..
4fa2d8
- /usr/bin/utmpdump was missing in the files section, although it was
4fa2d8
  explicitly patched into PROGS.
4fa2d8
- added attr's to the files section.
4fa2d8
- various small fixes.
4fa2d8
4fa2d8
* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
4fa2d8
- updated to 2.71
4fa2d8
- built against glibc 2.0.4
4fa2d8
4fa2d8
* Fri Feb 07 1997 Michael K. Johnson <johnsonm@redhat.com>
4fa2d8
- Added sulogin.8 man page to file list.