Accepting request 407751 from home:chbrauner:branches:Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/407751 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxcfs?expand=0&rev=3
This commit is contained in:
parent
f6e0638b0f
commit
269b5969c1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 11 11:22:24 UTC 2016 - cbrauner@suse.de
|
||||||
|
|
||||||
|
- install pam_cgfs.so with the pam_cgfs subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 09:34:39 UTC 2016 - cbrauner@suse.com
|
Sun Jul 10 09:34:39 UTC 2016 - cbrauner@suse.com
|
||||||
|
|
||||||
|
@ -105,7 +105,6 @@ rm -f %{buildroot}%{_libdir}/liblxcfs.la
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_unitdir}/*
|
%{_unitdir}/*
|
||||||
/%{_lib}/security/*
|
|
||||||
%dir %{_localstatedir}/lib/%{name}
|
%dir %{_localstatedir}/lib/%{name}
|
||||||
|
|
||||||
# The lxcfs executable requires liblxcfs.so be installed. It calls dlopen() to
|
# The lxcfs executable requires liblxcfs.so be installed. It calls dlopen() to
|
||||||
@ -115,3 +114,7 @@ rm -f %{buildroot}%{_libdir}/liblxcfs.la
|
|||||||
# restart it which is good when you have important system containers running!)
|
# restart it which is good when you have important system containers running!)
|
||||||
%dir /usr/lib/%{name}
|
%dir /usr/lib/%{name}
|
||||||
/usr/lib/%{name}/liblxcfs.so
|
/usr/lib/%{name}/liblxcfs.so
|
||||||
|
|
||||||
|
%files -n pam_cgfs
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/%{_lib}/security/pam_cgfs.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user