.
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=190
This commit is contained in:
parent
bfcf5dd080
commit
0b5e6efb5f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 7 10:30:04 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
- Skip binaries now part of util-linux
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 24 08:49:40 UTC 2013 - werner@suse.de
|
Wed Apr 24 08:49:40 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
@ -16,6 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_with util_linux
|
||||||
|
%if 0%{suse_version} < 1300
|
||||||
|
%global with_util_linux 1
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: sysvinit
|
Name: sysvinit
|
||||||
%define PDVER 2.0.2
|
%define PDVER 2.0.2
|
||||||
%define KPVER 2.21
|
%define KPVER 2.21
|
||||||
@ -32,6 +37,7 @@ BuildRequires: audit-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsepol-devel
|
BuildRequires: libsepol-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
|
#!BuildIgnore: sysvinit-tools
|
||||||
Requires(post): coreutils grep mkinitrd
|
Requires(post): coreutils grep mkinitrd
|
||||||
Requires(postun): mkinitrd
|
Requires(postun): mkinitrd
|
||||||
Url: http://savannah.nongnu.org/projects/sysvinit/
|
Url: http://savannah.nongnu.org/projects/sysvinit/
|
||||||
@ -231,6 +237,14 @@ popd
|
|||||||
rm -f ${RPM_BUILD_ROOT}/sbin/detectups
|
rm -f ${RPM_BUILD_ROOT}/sbin/detectups
|
||||||
%endif
|
%endif
|
||||||
chmod 444 ${RPM_BUILD_ROOT}%{_mandir}/man?/*
|
chmod 444 ${RPM_BUILD_ROOT}%{_mandir}/man?/*
|
||||||
|
%if ! %{with util_linux}
|
||||||
|
rm -vf ${RPM_BUILD_ROOT}/bin/mountpoint
|
||||||
|
rm -vf ${RPM_BUILD_ROOT}/usr/bin/utmpdump
|
||||||
|
rm -vf ${RPM_BUILD_ROOT}/sbin/sulogin
|
||||||
|
rm -vf ${RPM_BUILD_ROOT}%{_mandir}/man1/mountpoint.1*
|
||||||
|
rm -vf ${RPM_BUILD_ROOT}%{_mandir}/man1/utmpdump.1*
|
||||||
|
rm -vf ${RPM_BUILD_ROOT}%{_mandir}/man8/sulogin.8*
|
||||||
|
%endif
|
||||||
|
|
||||||
%preun tools
|
%preun tools
|
||||||
%stop_on_removal powerd
|
%stop_on_removal powerd
|
||||||
@ -303,13 +317,16 @@ fi
|
|||||||
%doc doc/powerd
|
%doc doc/powerd
|
||||||
%endif
|
%endif
|
||||||
%config /etc/pam.d/init
|
%config /etc/pam.d/init
|
||||||
|
%if %{with util_linux}
|
||||||
|
/sbin/sulogin
|
||||||
/bin/mountpoint
|
/bin/mountpoint
|
||||||
|
/usr/bin/utmpdump
|
||||||
|
%endif
|
||||||
/bin/pidof
|
/bin/pidof
|
||||||
/bin/usleep
|
/bin/usleep
|
||||||
/bin/fsync
|
/bin/fsync
|
||||||
/usr/bin/last
|
/usr/bin/last
|
||||||
/usr/bin/lastb
|
/usr/bin/lastb
|
||||||
/usr/bin/utmpdump
|
|
||||||
/sbin/blogger
|
/sbin/blogger
|
||||||
/sbin/blogd
|
/sbin/blogd
|
||||||
/sbin/fstab-decode
|
/sbin/fstab-decode
|
||||||
@ -332,15 +349,17 @@ fi
|
|||||||
/sbin/mkill
|
/sbin/mkill
|
||||||
/sbin/startproc
|
/sbin/startproc
|
||||||
/sbin/start_daemon
|
/sbin/start_daemon
|
||||||
/sbin/sulogin
|
%if %{with util_linux}
|
||||||
|
%doc %{_mandir}/man1/mountpoint.1.gz
|
||||||
|
%doc %{_mandir}/man1/utmpdump.1.gz
|
||||||
|
%doc %{_mandir}/man8/sulogin.8.gz
|
||||||
|
%endif
|
||||||
%doc %{_mandir}/man1/last.1.gz
|
%doc %{_mandir}/man1/last.1.gz
|
||||||
%doc %{_mandir}/man1/lastb.1.gz
|
%doc %{_mandir}/man1/lastb.1.gz
|
||||||
%doc %{_mandir}/man1/usleep.1.gz
|
%doc %{_mandir}/man1/usleep.1.gz
|
||||||
%doc %{_mandir}/man1/fsync.1.gz
|
%doc %{_mandir}/man1/fsync.1.gz
|
||||||
# /usr/include/libblogger.h
|
# /usr/include/libblogger.h
|
||||||
# /usr/lib/libblogger.a
|
# /usr/lib/libblogger.a
|
||||||
%doc %{_mandir}/man1/mountpoint.1.gz
|
|
||||||
%doc %{_mandir}/man1/utmpdump.1.gz
|
|
||||||
%doc %{_mandir}/man8/blogger.8.gz
|
%doc %{_mandir}/man8/blogger.8.gz
|
||||||
%doc %{_mandir}/man8/blogd.8.gz
|
%doc %{_mandir}/man8/blogd.8.gz
|
||||||
%doc %{_mandir}/man8/fstab-decode.8.gz
|
%doc %{_mandir}/man8/fstab-decode.8.gz
|
||||||
@ -359,7 +378,6 @@ fi
|
|||||||
%doc %{_mandir}/man8/startproc.8.gz
|
%doc %{_mandir}/man8/startproc.8.gz
|
||||||
%doc %{_mandir}/man8/start_daemon.8.gz
|
%doc %{_mandir}/man8/start_daemon.8.gz
|
||||||
%doc %{_mandir}/man8/startpar.8.gz
|
%doc %{_mandir}/man8/startpar.8.gz
|
||||||
%doc %{_mandir}/man8/sulogin.8.gz
|
|
||||||
%doc %{_mandir}/man8/rvmtab.8.gz
|
%doc %{_mandir}/man8/rvmtab.8.gz
|
||||||
%doc %{_mandir}/man8/vhangup.8.gz
|
%doc %{_mandir}/man8/vhangup.8.gz
|
||||||
%doc %{_mandir}/man8/mkill.8.gz
|
%doc %{_mandir}/man8/mkill.8.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user