From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:38:25 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen/20130710.135430^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_4.0_unified;p=platform%2Fupstream%2Futempter.git resetting manifest requested domain to floor --- diff --git a/packaging/utempter.manifest b/packaging/utempter.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/utempter.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/utempter.spec b/packaging/utempter.spec index 594e91b..6ada7e1 100644 --- a/packaging/utempter.spec +++ b/packaging/utempter.spec @@ -7,6 +7,7 @@ Summary: A privileged helper for utmp and wtmp updates Group: Productivity/Security Source: utempter-%{version}.tar.gz Source2: baselibs.conf +Source1001: utempter.manifest %description Utempter is a utility that allows non-privileged applications such as @@ -25,6 +26,7 @@ package contains the development files needed. %prep %setup -q +cp %{SOURCE1001} . %build make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" CC="gcc" @@ -40,6 +42,7 @@ chmod 755 $DESTDIR%{_libdir}/libutempter.so* %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(444,root,root,755) %doc COPYING %attr(02755, root, %{utmpGroup}) /usr/sbin/utempter @@ -47,6 +50,7 @@ chmod 755 $DESTDIR%{_libdir}/libutempter.so* %attr(444,root,root) %doc /usr/share/man/man8/* %files devel +%manifest %{name}.manifest %defattr(444,root,root,755) %attr(555,root,root) %{_libdir}/libutempter.so %attr(444,root,root) /usr/include/utempter.h