فهرست منبع

update to git master

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6231 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 سال پیش
والد
کامیت
9334ff2178
1فایلهای تغییر یافته به همراه7 افزوده شده و 6 حذف شده
  1. 7 6
      l/lxc/lxc-vl.spec

+ 7 - 6
l/lxc/lxc-vl.spec

@@ -1,15 +1,14 @@
-%define gitdate 20120105
+%define gitdate 20120525
 Name:           lxc
 Version:        0.8.0
-Release:        0.rc1%{?_dist_release}
+Release:        1.%{gitdate}%{?_dist_release}
 Summary:        Linux Resource Containers
 Summary(ja):    Linux リソースコンテナ
 
 Group:          Applications/System
 License:        LGPLv2+
 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
 
@@ -76,8 +75,7 @@ Requires:       %{name} = %{version}-%{release}
 This package contains documentation for %{name}.
 
 %prep
-%setup -q -n %{name}-%{version}-rc1
-%patch1 -p1
+%setup -q -n %{name}-%{version}-%{gitdate}
 
 %build
 ./autogen.sh
@@ -135,6 +133,9 @@ find %{buildroot} -name '*.la' -delete
 %{_docdir}/%{name}
 
 %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
 - new upstream release