lxc-device no longer relies on the python3 bindings.
This commit is contained in:
parent
39ccc3c146
commit
48b9d0c54e
7
lxc.spec
7
lxc.spec
@ -279,13 +279,10 @@ fi
|
||||
%exclude %{_mandir}/*/man1/%{name}-user-nic*
|
||||
%{_datadir}/%{name}/%{name}.functions
|
||||
%if 0%{?with_python3}
|
||||
%exclude %{_bindir}/%{name}-device
|
||||
%exclude %{_bindir}/%{name}-ls
|
||||
%exclude %{_bindir}/%{name}-start-ephemeral
|
||||
%exclude %{_mandir}/man1/%{name}-device*
|
||||
%exclude %{_mandir}/man1/%{name}-ls*
|
||||
%exclude %{_mandir}/man1/%{name}-start-ephemeral*
|
||||
%exclude %{_mandir}/*/man1/%{name}-device*
|
||||
%exclude %{_mandir}/*/man1/%{name}-ls*
|
||||
%exclude %{_mandir}/*/man1/%{name}-start-ephemeral*
|
||||
%endif
|
||||
@ -340,13 +337,10 @@ fi
|
||||
|
||||
|
||||
%files extra
|
||||
%{_bindir}/%{name}-device
|
||||
%{_bindir}/%{name}-ls
|
||||
%{_bindir}/%{name}-start-ephemeral
|
||||
%{_mandir}/man1/%{name}-device*
|
||||
%{_mandir}/man1/%{name}-ls*
|
||||
%{_mandir}/man1/%{name}-start-ephemeral*
|
||||
%{_mandir}/*/man1/%{name}-device*
|
||||
%{_mandir}/*/man1/%{name}-ls*
|
||||
%{_mandir}/*/man1/%{name}-start-ephemeral*
|
||||
%endif # with_python3
|
||||
@ -378,6 +372,7 @@ fi
|
||||
%changelog
|
||||
* Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2
|
||||
- lxc-top no longer relies on the lua bindings.
|
||||
- lxc-device no longer relies on the python3 bindings.
|
||||
|
||||
* Sun Feb 8 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-1
|
||||
- Update to 1.1.0.
|
||||
|
Loading…
Reference in New Issue
Block a user