lxc-top no longer relies on the lua bindings.
This commit is contained in:
parent
731a8f8e34
commit
39ccc3c146
8
lxc.spec
8
lxc.spec
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
|
Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}
|
||||||
Summary: Linux Resource Containers
|
Summary: Linux Resource Containers
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: LGPLv2+ and GPLv2
|
License: LGPLv2+ and GPLv2
|
||||||
@ -62,9 +62,6 @@ BuildRequires: systemd
|
|||||||
%if 0%{?prerel:1}
|
%if 0%{?prerel:1}
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
%endif
|
%endif
|
||||||
# for lxc-top
|
|
||||||
Requires: lua-%{name}%{?_isa} = %{version}-%{release}
|
|
||||||
Requires: lua-alt-getopt
|
|
||||||
|
|
||||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
@ -379,6 +376,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2
|
||||||
|
- lxc-top no longer relies on the lua 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…
Reference in New Issue
Block a user