From: Alexandru Cornea Date: Mon, 1 Jul 2013 18:46:20 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215322^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F5256%2F1;p=platform%2Fupstream%2Fpam.git resetting manifest requested domain to floor --- diff --git a/packaging/pam.manifest b/packaging/pam.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/pam.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/pam.spec b/packaging/pam.spec index 9b8a90a..5402e7a 100644 --- a/packaging/pam.spec +++ b/packaging/pam.spec @@ -13,6 +13,7 @@ Group: Security/Access Control Source0: Linux-PAM-%{version}.tar.bz2 Source1: system-auth Source2: other +Source1001: pam.manifest BuildRequires: autoconf BuildRequires: automake @@ -58,6 +59,7 @@ PAM-aware applications and modules for use with PAM. %prep %setup -q -n Linux-PAM-%{version} +cp %{SOURCE1001} . libtoolize -f #--copy --force && aclocal && autoheader autoreconf @@ -107,6 +109,7 @@ fi %files +%manifest %{name}.manifest %license Copyright %{_sbindir}/pam_tally %{_sbindir}/pam_tally2 @@ -149,6 +152,7 @@ fi %{_pamconfdir}/other %files -n pam-modules-extra +%manifest %{name}.manifest %{_moduledir}/pam_access.so %{_moduledir}/pam_debug.so %{_moduledir}/pam_echo.so @@ -177,6 +181,7 @@ fi %{_moduledir}/pam_warn.so %files devel +%manifest %{name}.manifest %{_includedir}/security/* %{_libdir}/libpam.so %{_libdir}/libpam_misc.so