summaryrefslogtreecommitdiffstats
path: root/lxc.spec
diff options
context:
space:
mode:
Diffstat (limited to 'lxc.spec')
-rw-r--r--lxc.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/lxc.spec b/lxc.spec
index e680941..3e2f6de 100644
--- a/lxc.spec
+++ b/lxc.spec
@@ -1,11 +1,12 @@
Name: lxc
Version: 0.8.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Linux Resource Containers
Group: Applications/System
License: LGPLv2+
URL: http://lxc.sourceforge.net
Source0: http://lxc.sourceforge.net/download/lxc/%{name}-%{version}.tar.gz
+Patch0: lxc-0.8.0-fedora-template.patch
BuildRequires: docbook-utils
BuildRequires: kernel-headers
BuildRequires: libcap-devel
@@ -74,6 +75,7 @@ This package contains documentation for %{name}.
%prep
%setup -q
+%patch0 -p1
%build
@@ -140,6 +142,9 @@ make check
%changelog
+* Sat Mar 2 2013 Thomas Moschny <thomas.moschny@gmx.de> - 0.8.0-2
+- Add upstream patch fixing the release url in the Fedora template.
+
* Fri Feb 15 2013 Thomas Moschny <thomas.moschny@gmx.de> - 0.8.0-1
- Update to 0.8.0.
- Modernize spec file.