2.9.7
This commit is contained in:
parent
084f007aa3
commit
4fa5a3adf1
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ fuse-2.8.4.tar.gz
|
|||||||
/fuse-2.9.2.tar.gz
|
/fuse-2.9.2.tar.gz
|
||||||
/fuse-2.9.3.tar.gz
|
/fuse-2.9.3.tar.gz
|
||||||
/fuse-2.9.4.tar.gz
|
/fuse-2.9.4.tar.gz
|
||||||
|
/fuse-2.9.7.tar.gz
|
||||||
|
23
fuse.spec
23
fuse.spec
@ -1,24 +1,21 @@
|
|||||||
Name: fuse
|
Name: fuse
|
||||||
Version: 2.9.4
|
Version: 2.9.7
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: File System in Userspace (FUSE) utilities
|
Summary: File System in Userspace (FUSE) utilities
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL+
|
License: GPL+
|
||||||
URL: http://fuse.sf.net
|
URL: http://fuse.sf.net
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/libfuse/libfuse/archive/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}.conf
|
Source1: %{name}.conf
|
||||||
|
|
||||||
Patch1: fuse-0001-More-parentheses.patch
|
Patch1: fuse-0001-More-parentheses.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=970768
|
# https://bugzilla.redhat.com/show_bug.cgi?id=970768
|
||||||
Patch2: fuse-2.9.2-namespace-conflict-fix.patch
|
Patch2: fuse-2.9.2-namespace-conflict-fix.patch
|
||||||
# Allow setting SELinux context on fuse mounts: backport from master
|
|
||||||
# c52cafc81ced83fbd5cc7edf4ef5f7cb57b82729 , with ChangeLog changes
|
|
||||||
# dropped as they conflict
|
|
||||||
Patch3: 0001-libfuse-pass-security-context-options-to-kernel.patch
|
|
||||||
Requires: which
|
Requires: which
|
||||||
Conflicts: filesystem < 3
|
Conflicts: filesystem < 3
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: autoconf, automake, libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
With FUSE it is possible to implement a fully functional filesystem in a
|
With FUSE it is possible to implement a fully functional filesystem in a
|
||||||
@ -51,12 +48,12 @@ pgk-config) to develop FUSE based applications/filesystems.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n lib%{name}-%{name}-%{version}
|
||||||
|
./makeconf.sh
|
||||||
#disable device creation during build/install
|
#disable device creation during build/install
|
||||||
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
|
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
|
||||||
%patch1 -p1 -b .add_parentheses
|
%patch1 -p1 -b .add_parentheses
|
||||||
%patch2 -p1 -b .conflictfix
|
%patch2 -p1 -b .conflictfix
|
||||||
%patch3 -p1 -b .context
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Can't pass --disable-static here, or else the utils don't build
|
# Can't pass --disable-static here, or else the utils don't build
|
||||||
@ -86,7 +83,8 @@ rm -f %{buildroot}%{_sysconfdir}/udev/rules.d/99-fuse.rules
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING FAQ Filesystems NEWS README README.NFS
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog NEWS README.md README.NFS
|
||||||
%{_sbindir}/mount.fuse
|
%{_sbindir}/mount.fuse
|
||||||
%attr(4755,root,root) %{_bindir}/fusermount
|
%attr(4755,root,root) %{_bindir}/fusermount
|
||||||
%{_bindir}/ulockmgr_server
|
%{_bindir}/ulockmgr_server
|
||||||
@ -95,7 +93,7 @@ rm -f %{buildroot}%{_sysconfdir}/udev/rules.d/99-fuse.rules
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%doc COPYING.LIB
|
%license COPYING.LIB
|
||||||
%{_libdir}/libfuse.so.*
|
%{_libdir}/libfuse.so.*
|
||||||
%{_libdir}/libulockmgr.so.*
|
%{_libdir}/libulockmgr.so.*
|
||||||
|
|
||||||
@ -108,6 +106,9 @@ rm -f %{buildroot}%{_sysconfdir}/udev/rules.d/99-fuse.rules
|
|||||||
%{_includedir}/fuse
|
%{_includedir}/fuse
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 6 2016 Tom Callaway <spot@fedoraproject.org> - 2.9.7-1
|
||||||
|
- update to 2.9.7
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-4
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user