Browse Source

2015-09-05 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* aufs-util: updated
	* nftables: added Group tag
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9732 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 8 years ago
parent
commit
61fb8be723
2 changed files with 25 additions and 15 deletions
  1. 19 14
      a/aufs-util/aufs-util-vl.spec
  2. 6 1
      n/nftables/nftables-vl.spec

+ 19 - 14
a/aufs-util/aufs-util-vl.spec

@@ -1,19 +1,19 @@
 Name:		aufs-util
-Version:	0.0.20120619
-Release:        1%{?_dist_release}
-License:	GNU/GPLv2+	
-URL:		http://aufs.sourceforge.net/
-Group:		System/Filesystems
 Summary:	Another unionfs implementation
 Summary(ja):    もうひとつの unionfs 実装
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Version:	0.0.20150511
+Release:        1%{?_dist_release}
 
-Source:		%{name}-%{version}.tar.xz
+Group:		System Environment/Base
+License:	GPLv2+	
+URL:		http://aufs.sourceforge.net/
 
+Source:		%{name}-%{version}.tar.xz
 Patch0:		aufs-util-install.patch
 
-BuildRequires: kernel-headers >= 3.4.3-1
-BuildRequires: glibc-static
+BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: 	kernel-headers >= 3.4.3-1
+BuildRequires: 	glibc-static
 
 %description
 Aufs is a stackable unification file system, which can merge the
@@ -22,8 +22,6 @@ their physical content separate. It allows any mix of read-only and
 read-write branches, as well as insertion and deletion of branches on
 the fly.
 
-%pre
-
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
@@ -35,11 +33,15 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(-,root,root)
 %doc COPYING README sample/
 %{_sysconfdir}/default/aufs
 /sbin/auibusy
+/sbin/aumvdown
 /sbin/auplink
 /sbin/mount.aufs
 /sbin/umount.aufs
@@ -49,11 +51,14 @@ make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir}
 %{_libdir}/libau.so
 %{_libdir}/libau.so.*
 %{_mandir}/man5/aufs.5*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{_mandir}/man8/aumvdown.8*
 
 %changelog
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.0.20150511-1
+- updated to git aufs3.14 branch head
+- updated Patch0
+- changed Group to System Environment/Base
+
 * Tue Jun 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20120619-1
 - update to git aufs3.0 branch head
 

+ 6 - 1
n/nftables/nftables-vl.spec

@@ -1,10 +1,12 @@
 Name:           nftables
 Version:        0.4
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Netfilter Tables userspace utillites
 
 License:        GPLv2
+Group:		System Environment/Base
 URL:            http://netfilter.org/projects/nftables/
+
 Source0:        http://ftp.netfilter.org/pub/nftables/nftables-%{version}.tar.bz2
 # Already applied upstream
 # http://git.netfilter.org/nftables/patch/?id=545c93d54d900e8e20071891b7e2bf3bb0e5fed2
@@ -48,6 +50,9 @@ chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
 %{_mandir}/man8/nft*
 
 %changelog
+* Sat Sep  5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.4-4
+- added Group tag
+
 * Wed Jul  8 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.4-3
 - initial build for Vine Linux.