Browse Source

update to git aufs3.0 branch head

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6380 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 12 years ago
parent
commit
4a3cd353d9
1 changed files with 6 additions and 4 deletions
  1. 6 4
      a/aufs-util/aufs-util-vl.spec

+ 6 - 4
a/aufs-util/aufs-util-vl.spec

@@ -1,5 +1,5 @@
 Name:		aufs-util
-Version:	0.0.20120127
+Version:	0.0.20120619
 Release:        1%{?_dist_release}
 License:	GNU/GPLv2+	
 URL:		http://aufs.sourceforge.net/
@@ -12,7 +12,7 @@ Source:		%{name}-%{version}.tar.xz
 
 Patch0:		aufs-util-install.patch
 
-BuildRequires: kernel-headers >= 3.2.2-2
+BuildRequires: kernel-headers >= 3.4.3-1
 BuildRequires: glibc-static
 
 %description
@@ -24,8 +24,6 @@ the fly.
 
 %pre
 
-%preun
-
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
@@ -39,6 +37,7 @@ make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
 
 %files
 %defattr(-,root,root)
+%doc COPYING README sample/
 %{_sysconfdir}/default/aufs
 /sbin/auibusy
 /sbin/auplink
@@ -55,6 +54,9 @@ make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Jun 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20120619-1
+- update to git aufs3.0 branch head
+
 * Fri Jan 27 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 	0.0.20120127-1
 - initial build for Vine Linux