|
@@ -1,6 +1,7 @@
|
|
|
+%define gitdate 20120105
|
|
|
Name: lxc
|
|
|
-Version: 0.7.4.2
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Version: 0.7.5
|
|
|
+Release: 1.%{gitdate}%{?_dist_release}
|
|
|
Summary: Linux Resource Containers
|
|
|
Summary(ja): Linux リソースコンテナ
|
|
|
|
|
@@ -8,6 +9,7 @@ Group: Applications/System
|
|
|
License: LGPLv2+
|
|
|
URL: http://lxc.sourceforge.net
|
|
|
Source0: http://lxc.sourceforge.net/download/lxc/%{name}-%{version}.tar.gz
|
|
|
+Patch0: lxc-0.7.5-git%{gitdate}.patch
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
BuildRequires: automake
|
|
@@ -74,6 +76,7 @@ This package contains documentation for %{name}.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
|
./autogen.sh
|
|
@@ -131,6 +134,9 @@ find %{buildroot} -name '*.la' -delete
|
|
|
%{_docdir}/%{name}
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jan 26 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.5-1.20120105
|
|
|
+- update to git current (20120105)
|
|
|
+
|
|
|
* Mon Jun 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4.2-1
|
|
|
- update to 0.7.4.2
|
|
|
|