Add missing dependency on lua-alt-getopt (rhbz#1131707).
This commit is contained in:
parent
fe0bcd19a4
commit
ffce302422
6
lxc.spec
6
lxc.spec
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}.1
|
Release: %{?prerel:0.}3%{?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
|
||||||
@ -60,6 +60,7 @@ BuildRequires: autoconf automake
|
|||||||
%endif
|
%endif
|
||||||
# for lxc-top
|
# for lxc-top
|
||||||
Requires: lua-%{name}%{?_isa} = %{version}-%{release}
|
Requires: lua-%{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: lua-alt-getopt
|
||||||
|
|
||||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
@ -361,6 +362,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 30 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-0.3.alpha1
|
||||||
|
- Add missing dependency on lua-alt-getopt (rhbz#1131707).
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.2.alpha1.1
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.2.alpha1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user