packages: upstart-SysVinit/upstart-SysVinit.spec - moved mountpoint to util...
glen
glen at pld-linux.org
Mon Sep 5 17:40:42 CEST 2011
Author: glen Date: Mon Sep 5 15:40:42 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- moved mountpoint to util-linux package; rel 28
---- Files affected:
packages/upstart-SysVinit:
upstart-SysVinit.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: packages/upstart-SysVinit/upstart-SysVinit.spec
diff -u packages/upstart-SysVinit/upstart-SysVinit.spec:1.22 packages/upstart-SysVinit/upstart-SysVinit.spec:1.23
--- packages/upstart-SysVinit/upstart-SysVinit.spec:1.22 Wed May 26 13:50:29 2010
+++ packages/upstart-SysVinit/upstart-SysVinit.spec Mon Sep 5 17:40:36 2011
@@ -7,7 +7,7 @@
Summary(pl.UTF-8): Wsparcie dla System V w upstart
Name: upstart-SysVinit
Version: 2.86
-Release: 27
+Release: 28
License: GPL
Group: Base
Source0: ftp://ftp.cistron.nl/pub/people/miquels/software/sysvinit-%{version}.tar.gz
@@ -32,7 +32,6 @@
BuildRequires: libsepol-devel
%endif
BuildRequires: rpmbuild(macros) >= 1.202
-Requires(post): fileutils
Requires(postun): /usr/sbin/groupdel
Requires(pre): /usr/bin/getgid
Requires(pre): /usr/sbin/groupadd
@@ -43,6 +42,7 @@
Requires: mingetty
Requires: sed
Requires: upstart >= 0.6
+Requires: util-linux >= 2.20-5
Provides: SysVinit = %{version}-%{release}
Provides: group(utmp)
Obsoletes: SysVinit
@@ -159,6 +159,8 @@
rm $RPM_BUILD_ROOT%{_sbindir}/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}
rm $RPM_BUILD_ROOT%{_mandir}/*man8/{init,poweroff,reboot,runlevel,shutdown,telinit}.8*
rm $RPM_BUILD_ROOT%{_mandir}/*man5/inittab.5*
+# in util-linux
+rm $RPM_BUILD_ROOT{/bin/mountpoint,%{_mandir}/man1/mountpoint.1*}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -184,7 +186,6 @@
%files
%defattr(644,root,root,755)
%doc doc/{Propaganda,Changelog,*.lsm}
-%attr(755,root,root) /bin/mountpoint
%attr(755,root,root) %{_sbindir}/*
%attr(755,root,root) %{_bindir}/last
%attr(755,root,root) %{_bindir}/lastb
@@ -212,6 +213,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2011/09/05 15:40:36 glen
+- moved mountpoint to util-linux package; rel 28
+
Revision 1.22 2010/05/26 11:50:29 jajcus
- stop killall5 from 'killing' the init process (it may trigger re-exec or some other funny things)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/upstart-SysVinit/upstart-SysVinit.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list