2017-03-26 14:40:39 +00:00
|
|
|
%global fuse2ver 2.9.7
|
|
|
|
%global fuse2sver 2
|
2017-07-17 20:08:25 +00:00
|
|
|
%global fuse3ver 3.1.0
|
2017-03-26 14:40:39 +00:00
|
|
|
|
|
|
|
Name: fuse
|
|
|
|
Version: %{fuse2ver}
|
2017-07-17 20:08:25 +00:00
|
|
|
Release: 5%{?dist}
|
2017-03-26 14:40:39 +00:00
|
|
|
Summary: File System in Userspace (FUSE) v2 utilities
|
|
|
|
License: GPL+
|
|
|
|
URL: http://fuse.sf.net
|
|
|
|
#fuse2 sources
|
|
|
|
Source0: https://github.com/libfuse/libfuse/archive/%{name}-%{fuse2ver}.tar.gz
|
|
|
|
#fuse3 sources
|
|
|
|
Source1: https://github.com/libfuse/libfuse/archive/%{name}-%{fuse3ver}.tar.gz
|
|
|
|
Source2: %{name}.conf
|
2017-07-18 13:25:17 +00:00
|
|
|
Source3: printsize.c
|
2017-03-26 14:40:39 +00:00
|
|
|
|
|
|
|
Patch1: fuse-3.0.0-More-parentheses.patch
|
|
|
|
Patch2: fuse-0001-More-parentheses.patch
|
2013-06-26 13:34:52 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=970768
|
2017-03-26 14:40:39 +00:00
|
|
|
Patch3: fuse-2.9.2-namespace-conflict-fix.patch
|
|
|
|
|
|
|
|
Requires: which
|
|
|
|
Conflicts: filesystem < 3
|
|
|
|
BuildRequires: libselinux-devel
|
2016-07-06 17:49:51 +00:00
|
|
|
BuildRequires: autoconf, automake, libtool, gettext-devel
|
2017-03-26 14:40:39 +00:00
|
|
|
Requires: fuse-common = %{fuse3ver}
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%description
|
2008-07-12 06:04:30 +00:00
|
|
|
With FUSE it is possible to implement a fully functional filesystem in a
|
2017-03-26 14:40:39 +00:00
|
|
|
userspace program. This package contains the FUSE v2 userspace tools to
|
|
|
|
mount a FUSE filesystem.
|
|
|
|
|
|
|
|
%package -n fuse3
|
|
|
|
Version: %{fuse3ver}
|
|
|
|
Summary: File System in Userspace (FUSE) v3 utilitie
|
|
|
|
Requires: fuse-common = %{fuse3ver}
|
|
|
|
|
|
|
|
%description -n fuse3
|
|
|
|
With FUSE it is possible to implement a fully functional filesystem in a
|
|
|
|
userspace program. This package contains the FUSE v3 userspace tools to
|
2006-01-15 10:16:27 +00:00
|
|
|
mount a FUSE filesystem.
|
|
|
|
|
|
|
|
%package libs
|
2017-03-26 14:40:39 +00:00
|
|
|
Version: %{fuse2ver}
|
|
|
|
Summary: File System in Userspace (FUSE) v2 libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
Conflicts: filesystem < 3
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%description libs
|
2008-07-12 06:04:30 +00:00
|
|
|
Devel With FUSE it is possible to implement a fully functional filesystem in a
|
2017-03-26 14:40:39 +00:00
|
|
|
userspace program. This package contains the FUSE v2 libraries.
|
|
|
|
|
|
|
|
%package -n fuse3-libs
|
|
|
|
Version: %{fuse3ver}
|
|
|
|
Summary: File System in Userspace (FUSE) v3 libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
Conflicts: filesystem < 3
|
2006-01-15 10:16:27 +00:00
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
%description -n fuse3-libs
|
|
|
|
Devel With FUSE it is possible to implement a fully functional filesystem in a
|
|
|
|
userspace program. This package contains the FUSE v3 libraries.
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%package devel
|
2017-03-26 14:40:39 +00:00
|
|
|
Version: %{fuse2ver}
|
|
|
|
Summary: File System in Userspace (FUSE) v2 devel files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}-libs = %{fuse2ver}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
License: LGPLv2+
|
|
|
|
Conflicts: filesystem < 3
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%description devel
|
2008-07-12 06:04:30 +00:00
|
|
|
With FUSE it is possible to implement a fully functional filesystem in a
|
|
|
|
userspace program. This package contains development files (headers,
|
2017-03-26 14:40:39 +00:00
|
|
|
pgk-config) to develop FUSE v2 based applications/filesystems.
|
|
|
|
|
|
|
|
%package -n fuse3-devel
|
|
|
|
Version: %{fuse3ver}
|
|
|
|
Summary: File System in Userspace (FUSE) v3 devel files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}3-libs = %{fuse3ver}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
License: LGPLv2+
|
|
|
|
Conflicts: filesystem < 3
|
|
|
|
|
|
|
|
%description -n fuse3-devel
|
|
|
|
With FUSE it is possible to implement a fully functional filesystem in a
|
|
|
|
userspace program. This package contains development files (headers,
|
|
|
|
pgk-config) to develop FUSE v3 based applications/filesystems.
|
2006-01-15 10:16:27 +00:00
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
%package common
|
|
|
|
Version: %{fuse3ver}
|
|
|
|
Summary: Common files for File System in Userspace (FUSE) v2 and v3
|
|
|
|
License: GPL+
|
|
|
|
|
|
|
|
%description common
|
|
|
|
Common files for FUSE v2 and FUSE v3.
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%prep
|
2017-03-26 14:40:39 +00:00
|
|
|
%setup -q -T -c -n fuse2and3 -a0 -a1
|
|
|
|
|
2017-07-18 13:25:17 +00:00
|
|
|
cp %{SOURCE3} .
|
|
|
|
gcc -o printsize printsize.c
|
|
|
|
echo "%{_arch}"
|
|
|
|
./printsize
|
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
# fuse 3
|
|
|
|
pushd lib%{name}-%{name}-%{fuse3ver}
|
2016-07-06 17:26:20 +00:00
|
|
|
./makeconf.sh
|
2006-01-15 10:16:27 +00:00
|
|
|
#disable device creation during build/install
|
|
|
|
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
|
2012-04-16 04:15:03 +00:00
|
|
|
%patch1 -p1 -b .add_parentheses
|
2017-03-26 14:40:39 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
# fuse 2
|
|
|
|
pushd lib%{name}-%{name}-%{fuse2ver}
|
|
|
|
./makeconf.sh
|
|
|
|
#disable device creation during build/install
|
|
|
|
sed -i 's|mknod|echo Disabled: mknod |g' util/Makefile.in
|
|
|
|
%patch2 -p1 -b .add_parentheses
|
|
|
|
%patch3 -p1 -b .conflictfix
|
|
|
|
popd
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%build
|
2017-03-26 14:40:39 +00:00
|
|
|
# fuse 3
|
|
|
|
pushd lib%{name}-%{name}-%{fuse3ver}
|
2007-07-22 05:58:39 +00:00
|
|
|
# Can't pass --disable-static here, or else the utils don't build
|
2012-04-16 04:15:03 +00:00
|
|
|
export MOUNT_FUSE_PATH="%{_sbindir}"
|
|
|
|
CFLAGS="%{optflags} -D_GNU_SOURCE" %configure
|
2006-01-15 10:16:27 +00:00
|
|
|
make %{?_smp_mflags}
|
2017-03-26 14:40:39 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
# fuse 2
|
|
|
|
pushd lib%{name}-%{name}-%{fuse2ver}
|
|
|
|
# Can't pass --disable-static here, or else the utils don't build
|
|
|
|
export MOUNT_FUSE_PATH="%{_sbindir}"
|
|
|
|
CFLAGS="%{optflags} -D_GNU_SOURCE" %configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
popd
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%install
|
2017-03-26 14:40:39 +00:00
|
|
|
# fuse 3
|
|
|
|
pushd lib%{name}-%{name}-%{fuse3ver}
|
2013-05-18 13:54:31 +00:00
|
|
|
make install DESTDIR=%{buildroot}
|
2017-03-26 14:40:39 +00:00
|
|
|
popd
|
2013-05-18 13:54:31 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
2006-01-15 10:16:27 +00:00
|
|
|
# change from 4755 to 0755 to allow stripping -- fixed later in files
|
2017-03-26 14:40:39 +00:00
|
|
|
chmod 0755 %{buildroot}/%{_bindir}/fusermount3
|
|
|
|
|
|
|
|
# fuse 2
|
|
|
|
pushd lib%{name}-%{name}-%{fuse2ver}
|
|
|
|
install -m 0755 lib/.libs/libfuse.so.%{fuse2ver} %{buildroot}/%{_libdir}
|
|
|
|
install -m 0755 lib/.libs/libulockmgr.so.1.0.1 %{buildroot}/%{_libdir}
|
|
|
|
install -p fuse.pc %{buildroot}/%{_libdir}/pkgconfig/
|
|
|
|
install -m 0755 util/fusermount %{buildroot}/%{_bindir}
|
|
|
|
install -m 0755 util/mount.fuse %{buildroot}/%{_sbindir}
|
|
|
|
install -m 0755 util/ulockmgr_server %{buildroot}/%{_bindir}
|
|
|
|
mkdir -p %{buildroot}/%{_includedir}/fuse
|
|
|
|
install -p include/old/fuse.h %{buildroot}/%{_includedir}/
|
|
|
|
install -p include/ulockmgr.h %{buildroot}/%{_includedir}/
|
|
|
|
for i in cuse_lowlevel.h fuse_common_compat.h fuse_common.h fuse_compat.h fuse.h fuse_lowlevel_compat.h fuse_lowlevel.h fuse_opt.h; do
|
|
|
|
install -p include/$i %{buildroot}/%{_includedir}/fuse/
|
|
|
|
done
|
|
|
|
popd
|
|
|
|
pushd %{buildroot}/%{_libdir}
|
|
|
|
ln -s libfuse.so.%{fuse2ver} libfuse.so.%{fuse2sver}
|
|
|
|
ln -s libfuse.so.%{fuse2ver} libfuse.so
|
|
|
|
ln -s libulockmgr.so.1.0.1 libulockmgr.so.1
|
|
|
|
ln -s libulockmgr.so.1.0.1 libulockmgr.so
|
|
|
|
popd
|
2006-01-15 10:16:27 +00:00
|
|
|
|
2007-07-22 05:58:39 +00:00
|
|
|
# Get rid of static libs
|
2013-05-18 13:54:31 +00:00
|
|
|
rm -f %{buildroot}/%{_libdir}/*.a
|
2009-11-19 19:13:52 +00:00
|
|
|
# No need to create init-script
|
2017-03-26 14:40:39 +00:00
|
|
|
rm -f %{buildroot}%{_sysconfdir}/init.d/fuse3
|
2006-01-15 10:16:27 +00:00
|
|
|
|
2011-02-15 18:56:11 +00:00
|
|
|
# Install config-file
|
2017-03-26 14:40:39 +00:00
|
|
|
install -p -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}
|
2011-02-15 18:56:11 +00:00
|
|
|
|
2012-04-15 12:22:54 +00:00
|
|
|
# Delete pointless udev rules, which do not belong in /etc (brc#748204)
|
2017-03-26 14:40:39 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/udev/rules.d/99-fuse3.rules
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
%post -n fuse3-libs -p /sbin/ldconfig
|
|
|
|
|
2006-01-15 10:16:27 +00:00
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
%postun -n fuse3-libs -p /sbin/ldconfig
|
|
|
|
|
2006-01-15 10:16:27 +00:00
|
|
|
%files
|
2017-03-26 14:40:39 +00:00
|
|
|
%license libfuse-fuse-%{fuse2ver}/COPYING
|
|
|
|
%doc libfuse-fuse-%{fuse2ver}/AUTHORS libfuse-fuse-%{fuse2ver}/ChangeLog libfuse-fuse-%{fuse2ver}/NEWS libfuse-fuse-%{fuse2ver}/README.md libfuse-fuse-%{fuse2ver}/README.NFS
|
install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 17:37:03 +00:00
|
|
|
%{_sbindir}/mount.fuse
|
|
|
|
%attr(4755,root,root) %{_bindir}/fusermount
|
2007-07-24 16:15:01 +00:00
|
|
|
%{_bindir}/ulockmgr_server
|
2017-03-26 14:40:39 +00:00
|
|
|
|
|
|
|
%files -n fuse3
|
|
|
|
%license libfuse-fuse-%{fuse3ver}/COPYING
|
|
|
|
%doc libfuse-fuse-%{fuse3ver}/AUTHORS libfuse-fuse-%{fuse3ver}/ChangeLog.rst libfuse-fuse-%{fuse3ver}/README.md
|
|
|
|
%{_sbindir}/mount.fuse3
|
|
|
|
%attr(4755,root,root) %{_bindir}/fusermount3
|
|
|
|
|
|
|
|
%files common
|
2011-03-03 09:33:30 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
2012-08-28 17:22:07 +00:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
%{_mandir}/man8/*
|
2006-01-15 10:16:27 +00:00
|
|
|
|
|
|
|
%files libs
|
2017-03-26 14:40:39 +00:00
|
|
|
%license libfuse-fuse-%{fuse2ver}/COPYING.LIB
|
install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 17:37:03 +00:00
|
|
|
%{_libdir}/libfuse.so.*
|
|
|
|
%{_libdir}/libulockmgr.so.*
|
2006-01-15 10:16:27 +00:00
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
%files -n fuse3-libs
|
|
|
|
%license libfuse-fuse-%{fuse3ver}/COPYING.LIB
|
|
|
|
%{_libdir}/libfuse3.so.*
|
|
|
|
|
2006-01-15 10:16:27 +00:00
|
|
|
%files devel
|
install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 17:37:03 +00:00
|
|
|
%{_libdir}/libfuse.so
|
|
|
|
%{_libdir}/libulockmgr.so
|
2017-03-26 14:40:39 +00:00
|
|
|
%{_libdir}/pkgconfig/fuse.pc
|
2006-01-15 10:16:27 +00:00
|
|
|
%{_includedir}/fuse.h
|
2006-11-11 06:14:37 +00:00
|
|
|
%{_includedir}/ulockmgr.h
|
2006-01-15 10:16:27 +00:00
|
|
|
%{_includedir}/fuse
|
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
%files -n fuse3-devel
|
|
|
|
%{_libdir}/libfuse3.so
|
|
|
|
%{_libdir}/pkgconfig/fuse3.pc
|
|
|
|
%{_includedir}/fuse3/
|
|
|
|
|
2006-01-15 10:16:27 +00:00
|
|
|
%changelog
|
2017-07-17 20:08:25 +00:00
|
|
|
* Mon Jul 17 2017 Tom Callaway <spot@fedoraproject.org> - 3.1.0-5
|
|
|
|
- update to 3.1.0
|
|
|
|
|
2017-06-01 19:54:59 +00:00
|
|
|
* Thu Jun 1 2017 Tom Callaway <spot@fedoraproject.org> - 3.0.2-4
|
|
|
|
- update to 3.0.2
|
|
|
|
|
2017-03-26 14:52:57 +00:00
|
|
|
* Sun Mar 26 2017 Tom Callaway <spot@fedoraproject.org> - 3.0.0-3
|
|
|
|
- update release to 3 to make clean upgrade
|
|
|
|
|
2017-03-26 14:40:39 +00:00
|
|
|
* Tue Mar 21 2017 Tom Callaway <spot@fedoraproject.org> - 3.0.0-1
|
|
|
|
- update to 3.0.0
|
|
|
|
- split out fuse3 packages
|
|
|
|
|
2017-02-10 10:05:24 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-06 17:26:20 +00:00
|
|
|
* Wed Jul 6 2016 Tom Callaway <spot@fedoraproject.org> - 2.9.7-1
|
|
|
|
- update to 2.9.7
|
|
|
|
|
2016-02-03 20:53:09 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-08 22:40:30 +00:00
|
|
|
* Thu Oct 08 2015 Adam Williamson <awilliam@redhat.com> - 2.9.4-3
|
|
|
|
- backport patch allowing setting SELinux context on FUSE mounts
|
|
|
|
|
2015-06-17 06:49:38 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-22 20:19:45 +00:00
|
|
|
* Fri May 22 2015 Tom Callaway <spot@fedoraproject.org> 2.9.4-1
|
|
|
|
- update to 2.9.4
|
|
|
|
- fixes CVE-2015-3202
|
|
|
|
|
2014-08-16 13:27:19 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 13:05:21 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 12:09:08 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-06 04:21:02 +00:00
|
|
|
* Sat Jul 6 2013 Tom Callaway <spot@fedoraproject.org> - 2.9.3-1
|
|
|
|
- update to 2.9.3
|
|
|
|
|
2013-06-26 13:34:52 +00:00
|
|
|
* Wed Jun 26 2013 Tom Callaway <spot@fedoraproject.org> - 2.9.2-4
|
|
|
|
- add fix for namespace conflict in fuse_kernel.h
|
|
|
|
|
2013-05-18 13:54:31 +00:00
|
|
|
* Sat May 18 2013 Peter Lemenkov <lemenkov@gmail.com> - 2.9.2-3
|
|
|
|
- Removed pre-F12 stuff
|
|
|
|
- Dropped ancient dependency on initscripts and chkconfig
|
|
|
|
|
2013-02-13 22:06:16 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.9.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-06 19:29:11 +00:00
|
|
|
* Thu Dec 06 2012 Adam Jackson <ajax@redhat.com>
|
|
|
|
- Remove ancient Requires: kernel >= 2.6.14, FC6 was 2.6.18.
|
|
|
|
|
2012-10-23 19:11:06 +00:00
|
|
|
* Tue Oct 23 2012 Tom Callaway <spot@fedoraproject.org> - 2.9.2-1
|
|
|
|
- update to 2.9.2
|
|
|
|
|
2012-08-28 17:22:07 +00:00
|
|
|
* Tue Aug 28 2012 Tom Callaway <spot@fedoraproject.org> - 2.9.1-1
|
|
|
|
- update to 2.9.1
|
|
|
|
|
2012-07-19 03:30:37 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-16 04:15:03 +00:00
|
|
|
* Mon Apr 16 2012 Peter Lemenkov <lemenkov@gmail.com> - 2.8.7-1
|
|
|
|
- Ver. 2.8.7
|
|
|
|
|
2012-04-15 12:22:54 +00:00
|
|
|
* Sun Apr 15 2012 Kay Sievers <kay@redhat.com> - 2.8.6-4
|
|
|
|
- remove needless udev rule
|
|
|
|
|
install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 17:37:03 +00:00
|
|
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 2.8.6-3
|
|
|
|
- install everything in /usr
|
|
|
|
https://fedoraproject.org/wiki/Features/UsrMove
|
|
|
|
|
2012-01-13 02:48:56 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-09-22 13:48:42 +00:00
|
|
|
* Thu Sep 22 2011 Peter Lemenkov <lemenkov@gmail.com> - 2.8.6-1
|
|
|
|
- Ver. 2.8.6
|
|
|
|
- Dropped patch 3 - fixed upstream
|
|
|
|
|
2011-03-03 09:33:30 +00:00
|
|
|
* Thu Mar 03 2011 Peter Lemenkov <lemenkov@gmail.com> - 2.8.5-5
|
|
|
|
- Use noreplace for /etc/fuse.conf
|
|
|
|
|
2011-02-15 18:56:11 +00:00
|
|
|
* Tue Feb 15 2011 Peter Lemenkov <lemenkov@gmail.com> - 2.8.5-4
|
|
|
|
- Provide /etc/fuse.conf (see rhbz #292811)
|
|
|
|
|
2011-02-08 22:14:41 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-10-27 13:11:42 +00:00
|
|
|
* Wed Oct 27 2010 Peter Lemenkov <lemenkov@gmail.com> 2.8.5-2
|
|
|
|
- Fixed rhbz #622255
|
|
|
|
|
2010-10-26 11:11:50 +00:00
|
|
|
* Tue Oct 26 2010 Peter Lemenkov <lemenkov@gmail.com> 2.8.5-1
|
|
|
|
- Ver. 2.8.5
|
|
|
|
|
2010-06-08 05:07:55 +00:00
|
|
|
* Tue Jun 8 2010 Peter Lemenkov <lemenkov@gmail.com> 2.8.4-1
|
|
|
|
- Ver. 2.8.4
|
|
|
|
- CVE-2009-3297 patch dropped (merged upstream)
|
|
|
|
|
2010-01-26 16:17:48 +00:00
|
|
|
* Tue Jan 26 2010 Peter Lemenkov <lemenkov@gmail.com> 2.8.1-4
|
|
|
|
- Fixed CVE-2009-3297 (rhbz #558833)
|
|
|
|
|
2009-11-19 19:13:52 +00:00
|
|
|
* Thu Nov 19 2009 Peter Lemenkov <lemenkov@gmail.com> 2.8.1-3
|
|
|
|
- Fixed udev rules (bz# 538606)
|
|
|
|
|
|
|
|
* Thu Nov 19 2009 Peter Lemenkov <lemenkov@gmail.com> 2.8.1-2
|
|
|
|
- Removed support for MAKEDEV (bz# 511220)
|
|
|
|
|
2009-09-28 09:17:00 +00:00
|
|
|
* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> 2.8.1-1
|
|
|
|
- Ver. 2.8.1
|
|
|
|
|
2009-09-16 08:28:02 +00:00
|
|
|
* Wed Aug 19 2009 Peter Lemenkov <lemenkov@gmail.com> 2.8.0-1
|
|
|
|
- Ver. 2.8.0
|
|
|
|
|
2009-07-24 23:18:00 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-24 18:48:41 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-28 15:50:11 +00:00
|
|
|
* Wed Jan 28 2009 Peter Lemenkov <lemenkov@gmail.com> 2.7.4-2
|
|
|
|
- Fixed BZ#479581
|
|
|
|
|
2008-09-28 10:32:57 +00:00
|
|
|
* Sat Aug 23 2008 Peter Lemenkov <lemenkov@gmail.com> 2.7.4-1
|
|
|
|
- Ver. 2.7.4
|
|
|
|
|
2008-07-12 06:04:30 +00:00
|
|
|
* Sat Jul 12 2008 Peter Lemenkov <lemenkov@gmail.com> 2.7.3-3
|
|
|
|
- Fixed initscripts (BZ#441284)
|
|
|
|
|
2008-02-28 10:50:59 +00:00
|
|
|
* Thu Feb 28 2008 Peter Lemenkov <lemenkov@gmail.com> 2.7.3-2
|
|
|
|
- Fixed BZ#434881
|
|
|
|
|
2008-02-20 21:38:16 +00:00
|
|
|
* Wed Feb 20 2008 Peter Lemenkov <lemenkov@gmail.com> 2.7.3-1
|
|
|
|
- Ver. 2.7.3
|
|
|
|
- Removed usergroup fuse
|
|
|
|
- Added chkconfig support (BZ#228088)
|
|
|
|
|
2008-02-19 18:36:38 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.7.2-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2008-01-21 15:05:36 +00:00
|
|
|
* Mon Jan 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.2-1
|
|
|
|
- bump to 2.7.2
|
|
|
|
- fix license tag
|
|
|
|
|
|
|
|
* Sun Nov 4 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.0-9
|
|
|
|
- fix initscript to work with chkconfig
|
2007-10-01 10:28:03 +00:00
|
|
|
|
|
|
|
* Mon Oct 1 2007 Peter Lemenkov <lemenkov@gmail.com> 2.7.0-8
|
|
|
|
- Added Require: which (BZ#312511)
|
|
|
|
|
2007-09-21 17:00:53 +00:00
|
|
|
* Fri Sep 21 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.0-7
|
|
|
|
- revert udev rules change
|
|
|
|
|
2007-09-20 19:59:00 +00:00
|
|
|
* Thu Sep 20 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.0-6
|
|
|
|
- change udev rules so that /dev/fuse is chmod 666 (bz 298651)
|
|
|
|
|
2007-08-29 21:24:37 +00:00
|
|
|
* Wed Aug 29 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.0-5
|
|
|
|
- fix open issue (bz 265321)
|
|
|
|
|
2007-08-29 05:21:13 +00:00
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.7.0-4
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-07-24 16:15:01 +00:00
|
|
|
* Sun Jul 22 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.0-3
|
|
|
|
- put pkgconfig file in correct place
|
|
|
|
- enable compat symlinks for files in /bin
|
|
|
|
|
2007-07-22 05:58:39 +00:00
|
|
|
* Sat Jul 21 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.7.0-2
|
|
|
|
- redefine exec_prefix to /
|
|
|
|
- redefine bindir to /bin
|
|
|
|
- redefine libdir to %%{_lib}
|
|
|
|
- don't pass --disable-static to configure
|
|
|
|
- manually rm generated static libs
|
|
|
|
|
|
|
|
* Wed Jul 18 2007 Peter Lemenkov <lemenkov@gmail.com> 2.7.0-1
|
|
|
|
- Version 2.7.0
|
|
|
|
- Redefined exec_prefix due to demands from NTFS-3G
|
2006-03-30 06:33:08 +00:00
|
|
|
|
2007-06-05 21:38:46 +00:00
|
|
|
* Wed Jun 6 2007 Peter Lemenkov <lemenkov@gmail.com> 2.6.5-2
|
|
|
|
- Add BR libselinux-devel (bug #235145)
|
|
|
|
- Config files properly marked as config (bug #211122)
|
|
|
|
|
2007-05-12 13:51:26 +00:00
|
|
|
* Sat May 12 2007 Peter Lemenkov <lemenkov@gmail.com> 2.6.5-1
|
|
|
|
- Version 2.6.5
|
|
|
|
|
2007-02-22 14:23:20 +00:00
|
|
|
* Thu Feb 22 2007 Peter Lemenkov <lemenkov@gmail.com> 2.6.3-2
|
|
|
|
- Fixed bug #229642
|
|
|
|
|
2007-02-07 08:58:53 +00:00
|
|
|
* Wed Feb 7 2007 Peter Lemenkov <lemenkov@gmail.com> 2.6.3-1
|
|
|
|
* Ver. 2.6.3
|
|
|
|
|
2006-12-26 18:56:22 +00:00
|
|
|
* Tue Dec 26 2006 Peter Lemenkov <lemenkov@gmail.com> 2.6.1-1
|
|
|
|
- Ver. 2.6.1
|
|
|
|
|
2006-11-25 10:43:21 +00:00
|
|
|
* Sat Nov 25 2006 Peter Lemenkov <lemenkov@gmail.com> 2.6.0-2
|
|
|
|
- fixed nasty typo (see bug #217075)
|
|
|
|
|
2006-11-11 06:14:37 +00:00
|
|
|
* Fri Nov 3 2006 Peter Lemenkov <lemenkov@gmail.com> 2.6.0-1
|
|
|
|
- Ver. 2.6.0
|
|
|
|
|
2006-10-29 19:30:32 +00:00
|
|
|
* Sun Oct 29 2006 Peter Lemenkov <lemenkov@gmail.com> 2.5.3-5
|
|
|
|
- Fixed udev-rule again
|
|
|
|
|
2006-10-07 06:47:05 +00:00
|
|
|
* Sat Oct 7 2006 Peter Lemenkov <lemenkov@gmail.com> 2.5.3-4
|
|
|
|
- Fixed udev-rule
|
|
|
|
|
2006-09-12 05:08:34 +00:00
|
|
|
* Tue Sep 12 2006 Peter Lemenkov <lemenkov@gmail.com> 2.5.3-3%{?dist}
|
|
|
|
- Rebuild for FC6
|
|
|
|
|
2006-05-03 08:54:29 +00:00
|
|
|
* Wed May 03 2006 Peter Lemenkov <lemenkov@newmail.ru> 2.5.3-1%{?dist}
|
|
|
|
- Update to 2.5.3
|
|
|
|
|
2006-03-30 06:33:08 +00:00
|
|
|
* Thu Mar 30 2006 Peter Lemenkov <lemenkov@newmail.ru> 2.5.2-4%{?dist}
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-13 11:10:34 +00:00
|
|
|
* Mon Feb 13 2006 Peter Lemenkov <lemenkov@newmail.ru> - 2.5.2-3
|
|
|
|
- Proper udev rule
|
|
|
|
|
2006-02-13 07:35:30 +00:00
|
|
|
* Mon Feb 13 2006 Peter Lemenkov <lemenkov@newmail.ru> - 2.5.2-2
|
|
|
|
- Added missing requires
|
|
|
|
|
2006-02-07 20:52:31 +00:00
|
|
|
* Tue Feb 07 2006 Peter Lemenkov <lemenkov@newmail.ru> - 2.5.2-1
|
|
|
|
- Update to 2.5.2
|
|
|
|
- Dropped fuse-mount.fuse.patch
|
|
|
|
|
2006-01-15 10:16:27 +00:00
|
|
|
* Wed Nov 23 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.4.2-1
|
|
|
|
- Use dist
|
|
|
|
|
|
|
|
* Wed Nov 23 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.4.2-1
|
|
|
|
- Update to 2.4.2 (solves CVE-2005-3531)
|
|
|
|
- Update README.fedora
|
|
|
|
|
|
|
|
* Sat Nov 12 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.4.1-3
|
|
|
|
- Add README.fedora
|
|
|
|
- Add hint to README.fedora and that you have to be member of the group "fuse"
|
|
|
|
in the description
|
|
|
|
- Use groupadd instead of fedora-groupadd
|
|
|
|
|
|
|
|
* Fri Nov 04 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.4.1-2
|
|
|
|
- Rename packages a bit
|
|
|
|
- use makedev.d/40-fuse.nodes
|
|
|
|
- fix /sbin/mount.fuse
|
|
|
|
- Use a fuse group to restict access to fuse-filesystems
|
|
|
|
|
|
|
|
* Fri Oct 28 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.4.1-1
|
|
|
|
- Initial RPM release.
|