Update to 2.0.4.
- Remove conditional for older Fedora releases.
This commit is contained in:
parent
71e03671a4
commit
6e7e770af7
16
lxc.spec
16
lxc.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user