|
@@ -1,15 +1,14 @@
|
|
-%define gitdate 20120105
|
|
|
|
|
|
+%define gitdate 20120525
|
|
Name: lxc
|
|
Name: lxc
|
|
Version: 0.8.0
|
|
Version: 0.8.0
|
|
-Release: 0.rc1%{?_dist_release}
|
|
|
|
|
|
+Release: 1.%{gitdate}%{?_dist_release}
|
|
Summary: Linux Resource Containers
|
|
Summary: Linux Resource Containers
|
|
Summary(ja): Linux リソースコンテナ
|
|
Summary(ja): Linux リソースコンテナ
|
|
|
|
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://lxc.sourceforge.net
|
|
URL: http://lxc.sourceforge.net
|
|
-Source0: http://lxc.sourceforge.net/download/lxc/%{name}-%{version}-rc1.tar.gz
|
|
|
|
-Patch1: lxc-0.8.0-rc1-fix-broken-ns-cgroup.patch
|
|
|
|
|
|
+Source0: http://lxc.sourceforge.net/download/lxc/%{name}-%{version}-%{gitdate}.tar.xz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
@@ -76,8 +75,7 @@ Requires: %{name} = %{version}-%{release}
|
|
This package contains documentation for %{name}.
|
|
This package contains documentation for %{name}.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n %{name}-%{version}-rc1
|
|
|
|
-%patch1 -p1
|
|
|
|
|
|
+%setup -q -n %{name}-%{version}-%{gitdate}
|
|
|
|
|
|
%build
|
|
%build
|
|
./autogen.sh
|
|
./autogen.sh
|
|
@@ -135,6 +133,9 @@ find %{buildroot} -name '*.la' -delete
|
|
%{_docdir}/%{name}
|
|
%{_docdir}/%{name}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri May 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-1.20120525
|
|
|
|
+- update to git master
|
|
|
|
+
|
|
* Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.rc1
|
|
* Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.rc1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|