lxc-device no longer relies on the python3 bindings.

epel9
Thomas Moschny 10 years ago
parent 39ccc3c146
commit 48b9d0c54e

@ -279,13 +279,10 @@ fi
%exclude %{_mandir}/*/man1/%{name}-user-nic* %exclude %{_mandir}/*/man1/%{name}-user-nic*
%{_datadir}/%{name}/%{name}.functions %{_datadir}/%{name}/%{name}.functions
%if 0%{?with_python3} %if 0%{?with_python3}
%exclude %{_bindir}/%{name}-device
%exclude %{_bindir}/%{name}-ls %exclude %{_bindir}/%{name}-ls
%exclude %{_bindir}/%{name}-start-ephemeral %exclude %{_bindir}/%{name}-start-ephemeral
%exclude %{_mandir}/man1/%{name}-device*
%exclude %{_mandir}/man1/%{name}-ls* %exclude %{_mandir}/man1/%{name}-ls*
%exclude %{_mandir}/man1/%{name}-start-ephemeral* %exclude %{_mandir}/man1/%{name}-start-ephemeral*
%exclude %{_mandir}/*/man1/%{name}-device*
%exclude %{_mandir}/*/man1/%{name}-ls* %exclude %{_mandir}/*/man1/%{name}-ls*
%exclude %{_mandir}/*/man1/%{name}-start-ephemeral* %exclude %{_mandir}/*/man1/%{name}-start-ephemeral*
%endif %endif
@ -340,13 +337,10 @@ fi
%files extra %files extra
%{_bindir}/%{name}-device
%{_bindir}/%{name}-ls %{_bindir}/%{name}-ls
%{_bindir}/%{name}-start-ephemeral %{_bindir}/%{name}-start-ephemeral
%{_mandir}/man1/%{name}-device*
%{_mandir}/man1/%{name}-ls* %{_mandir}/man1/%{name}-ls*
%{_mandir}/man1/%{name}-start-ephemeral* %{_mandir}/man1/%{name}-start-ephemeral*
%{_mandir}/*/man1/%{name}-device*
%{_mandir}/*/man1/%{name}-ls* %{_mandir}/*/man1/%{name}-ls*
%{_mandir}/*/man1/%{name}-start-ephemeral* %{_mandir}/*/man1/%{name}-start-ephemeral*
%endif # with_python3 %endif # with_python3
@ -378,6 +372,7 @@ fi
%changelog %changelog
* Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2 * Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2
- lxc-top no longer relies on the lua bindings. - 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 * Sun Feb 8 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-1
- Update to 1.1.0. - Update to 1.1.0.

Loading…
Cancel
Save