[meego-commits] 6309: Changes to Trunk/sysvinit
Peter Zhu
peter.j.zhu at intel.com
Thu Aug 5 08:40:56 UTC 2010
Hi,
I have made the following changes to sysvinit in project Trunk. Please review and accept ASAP.
Thank You,
Peter Zhu
[This message was auto-generated]
---
Request #6309:
submit: Trunk:Testing/sysvinit(r5) -> Trunk/sysvinit
Message:
Move from Trunk:Testing
State: new 2010-08-04T20:33:08 peter
Comment: None
changes files:
--------------
--- sysvinit.changes
+++ sysvinit.changes
@@ -0,0 +1,3 @@
+* Thu Aug 5 2010 Yin Kangkai <kangkai.yin at intel.com> - 2.86-44
+- Split out /usr/include/initreq.h to separate -devel package.
+
@@ -2 +5,2 @@
-- Merged patch from zhao, yakui: Used the smaller sleep inverval(50ms) to avoid the extra sleep time between the SIGTERM and SIGKILL signal
+- Merged patch from zhao, yakui: Used the smaller sleep inverval(50ms) to
+ avoid the extra sleep time between the SIGTERM and SIGKILL signal
spec files:
-----------
--- sysvinit.spec
+++ sysvinit.spec
@@ -1,7 +1,7 @@
Summary: Programs which control basic system processes
Name: sysvinit
Version: 2.86
-Release: 43
+Release: 44
License: GPLv2+
Group: System/Base
Source: ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/sysvinit-%{version}.tar.gz
@@ -59,6 +59,15 @@
The sysvinit-tools package contains various tools used for process
management.
+%package devel
+Summary: development files needed to programming init.
+Group: Development/Libraries
+
+%description devel
+The sysvinit-devel package contains development files needed to programming
+init.
+
+
%prep
%setup -q -n sysvinit-%{version}
# We use a shell, not sulogin. Other random man fixes go here (such as #192804)
@@ -147,7 +156,6 @@
/sbin/shutdown
/sbin/telinit
/sbin/change_console
-%{_includedir}/initreq.h
%doc %{_mandir}/man5/*
%doc %{_mandir}/man8/halt*
%doc %{_mandir}/man8/init*
@@ -176,3 +184,5 @@
%doc %{_mandir}/man8/pidof*
%doc %{_mandir}/man8/sulogin*
+%files devel
+%{_includedir}/initreq.h
other changes:
--------------
More information about the MeeGo-commits
mailing list