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
|
||||
Version: 1.1.0
|
||||
Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
|
||||
Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}
|
||||
Summary: Linux Resource Containers
|
||||
Group: Applications/System
|
||||
License: LGPLv2+ and GPLv2
|
||||
@ -62,9 +62,6 @@ BuildRequires: systemd
|
||||
%if 0%{?prerel:1}
|
||||
BuildRequires: autoconf automake
|
||||
%endif
|
||||
# for lxc-top
|
||||
Requires: lua-%{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: lua-alt-getopt
|
||||
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
@ -379,6 +376,9 @@ 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.
|
||||
|
||||
* 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