Update to 2.0.4.

- Remove conditional for older Fedora releases.
This commit is contained in:
Thomas Moschny 2016-08-16 11:42:45 +02:00
parent 71e03671a4
commit 6e7e770af7
2 changed files with 9 additions and 9 deletions

View File

@ -16,26 +16,22 @@
%endif
%endif
%if 0%{?fedora} >= 22
%if 0%{?fedora}
%global luaver 5.3
%else
%if 0%{?fedora} >= 20
%global luaver 5.2
%else
%global luaver 5.1
%endif
%endif
%global lualibdir %{_libdir}/lua/%{luaver}
%global luapkgdir %{_datadir}/lua/%{luaver}
# for pre-releases
#global prerel
%global commit 62ed104940747d135ffd71f513e51bf3d912d1d9
%global commit 2c7ef9196cef03383a1b6a13628e0227736f8164
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: lxc
Version: 2.0.3
Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}.1
Version: 2.0.4
Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
Summary: Linux Resource Containers
Group: Applications/System
License: LGPLv2+ and GPLv2
@ -377,6 +373,10 @@ fi
%changelog
* Tue Aug 16 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.4-1
- Update to 2.0.4.
- Remove conditional for eol'ed Fedora releases.
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-1.1
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
4a5654005924ec6f52eb9719520547d4 lxc-2.0.3.tar.gz
28db4dbacf860ae742138c0ed8dbf14c lxc-2.0.4.tar.gz