incorporate pam modul instalation to the spec file - file part change add dependency
Signed-off-by: Ivana Varekova <[email protected]> --- libcgroup.spec.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libcgroup.spec.in b/libcgroup.spec.in index 177c7c0..e399432 100644 --- a/libcgroup.spec.in +++ b/libcgroup.spec.in @@ -7,6 +7,7 @@ License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: pam-devel BuildRequires: byacc BuildRequires: flex BuildRequires: coreutils @@ -71,6 +72,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/cgrulesengd %attr(0755,root,root) %{_initrddir}/cgconfig %attr(0755,root,root) %{_initrddir}/cgred +%attr(0755,root,root) /%{_lib}/security/pam_cgroup.so %doc COPYING INSTALL README_daemon ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
