|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: lxcfs
|
|
|
|
|
Version: 3.0.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: FUSE based filesystem for LXC
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://linuxcontainers.org/lxcfs
|
|
|
|
@ -46,7 +46,7 @@ proc masking feature.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%configure --with-init-script=systemd
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -86,6 +86,9 @@ mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 23 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.3-2
|
|
|
|
|
- Explicitly set the init system in the configure step.
|
|
|
|
|
|
|
|
|
|
* Fri Nov 23 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.3-1
|
|
|
|
|
- Update to 3.0.3.
|
|
|
|
|
|
|
|
|
|