Browse Source

lxc: update to git master

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5495 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
4ace449775
1 changed files with 8 additions and 2 deletions
  1. 8 2
      l/lxc/lxc-vl.spec

+ 8 - 2
l/lxc/lxc-vl.spec

@@ -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