Browse Source

updated 2 packages

bindfs-1.15.1-1

fuse3-3.10.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12541 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
744ffab77a
2 changed files with 24 additions and 14 deletions
  1. 11 11
      b/bindfs/bindfs-vl.spec
  2. 13 3
      f/fuse3/fuse3-vl.spec

+ 11 - 11
b/bindfs/bindfs-vl.spec

@@ -1,5 +1,5 @@
 Name:           bindfs
-Version:        1.14.8
+Version:        1.15.1
 Release:        1%{?_dist_release}
 Summary:        Fuse filesystem to mirror a directory
 Group:          system,admin-tools
@@ -7,28 +7,25 @@ Vendor:         Project Vine
 Distribution:   Vine Linux
 
 License:        GPLv2+
-URL:            http://bindfs.org/
-Source0:        http://bindfs.org/downloads/bindfs-%{version}.tar.gz
+URL:            https://bindfs.org/
+Source0:        https://bindfs.org/downloads/bindfs-%{version}.tar.gz
 
 BuildRequires:  gcc
-BuildRequires:  fuse-devel
+BuildRequires:  fuse3-devel
 # for test suite
 BuildRequires:  glibc-debuginfo
 BuildRequires:  ruby
 BuildRequires:  valgrind
-%if 0%{?fedora}
-# Needed to mount bindfs via fstab
-Recommends:     fuse
-%else
-Requires:     fuse
-%endif
-
+Requires:     fuse3
 
 %description
 Bindfs allows you to mirror a directory and also change the the permissions in
 the mirror directory.
 
 
+%debug_package
+
+
 %prep
 %autosetup
 
@@ -64,6 +61,9 @@ fi
 
 
 %changelog
+* Sun Feb 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.15.1-1
+- new upstream release.
+
 * Wed Nov 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.14.8-1
 - new upstream release.
 

+ 13 - 3
f/fuse3/fuse3-vl.spec

@@ -1,7 +1,8 @@
 Name:		fuse3
 Summary:	File System in Userspace (FUSE) v3 utilities
-Version:	3.9.2
-Release:	2%{?_dist_release}
+Version:	3.10.2
+Release:	1%{?_dist_release}
+Group:		system,admin-tools
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
@@ -23,6 +24,7 @@ mount a FUSE filesystem.
 
 %package libs
 Summary:	File System in Userspace (FUSE) v3 libraries
+Group:		system
 License:	LGPLv2+
 
 %description libs
@@ -32,9 +34,10 @@ userspace program. This package contains the FUSE v3 libraries.
 
 %package devel
 Summary:	File System in Userspace (FUSE) v3 devel files
+Group:		programming
+License:	LGPLv2+
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	pkgconfig
-License:	LGPLv2+
 
 %description devel
 With FUSE it is possible to implement a fully functional filesystem in a
@@ -44,12 +47,16 @@ pgk-config) to develop FUSE v3 based applications/filesystems.
 
 %package -n fuse-common
 Summary:	Common files for File System in Userspace (FUSE) v2 and v3
+Group:		system
 License:	GPL+
 
 %description -n fuse-common
 Common files for FUSE v2 and FUSE v3.
 
 
+%debug_package
+
+
 %prep
 %setup -n libfuse-fuse-%{version}
 
@@ -123,6 +130,9 @@ rm -f %{buildroot}/usr/lib/udev/rules.d/99-fuse3.rules
 
 
 %changelog
+* Sun Feb 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.10.2-1
+- new upstream release.
+
 * Sun Aug 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.9.2-2
 - initial build for Vine Linux.