[lxc/f21] Add missing dependency on lua-alt-getopt (rhbz#1131707).

Thomas Moschny thm at fedoraproject.org
Sat Aug 30 12:32:06 UTC 2014


commit b9d9a30024fed79518864e145b73f09461b12e1d
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Aug 30 13:04:46 2014 +0200

    Add missing dependency on lua-alt-getopt (rhbz#1131707).

 lxc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/lxc.spec b/lxc.spec
index 69320d8..6fa0d8d 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -22,7 +22,7 @@
 
 Name:           lxc
 Version:        1.0.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Linux Resource Containers
 Group:          Applications/System
 License:        LGPLv2+ and GPLv2
@@ -48,6 +48,7 @@ BuildRequires:  systemd
 %endif # with_systemd
 # for lxc-top
 Requires:       lua-%{name}%{?_isa} = %{version}-%{release}
+Requires:       lua-alt-getopt
 
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
@@ -346,6 +347,9 @@ fi
 
 
 %changelog
+* Sat Aug 30 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.0.5-5
+- Add missing dependency on lua-alt-getopt (rhbz#1131707).
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list