2017-10-31 19:49:07 +00:00
committed by Git OBS Bridge
parent fd326df824
commit 18d9318395
6 changed files with 41 additions and 20 deletions

View File

@@ -17,7 +17,7 @@
Name: lxcfs
Version: 2.0.7
Version: 2.0.8
Release: 0
Summary: FUSE filesystem for LXC
License: Apache-2.0
@@ -110,6 +110,9 @@ rm -f %{buildroot}%{_libdir}/liblxcfs.la
%{_mandir}/man1/*
%{_unitdir}/*
%dir %{_localstatedir}/lib/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/liblxcfs.la
%{_libdir}/%{name}/liblxcfs.so
# The lxcfs executable requires liblxcfs.so be installed. It calls dlopen() to
# dynamically reload the shared library on upgrade. This is important. Do *not*