SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for zfs-fuse-0.7.0-21.fc23.i686.rpm :
Fri Jun 19 14:00:00 2015 Fedora Release Engineering - 0.7.0-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

Mon Sep 8 14:00:00 2014 Karsten Hopp 0.7.0-20
- only use execstack on archs with prelink
- fix ppc64le detection as littleendian
- use up2date config.{guess,sub} with ppc64le support

Mon Aug 18 14:00:00 2014 Fedora Release Engineering - 0.7.0-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

Mon Jul 28 14:00:00 2014 Peter Robinson 0.7.0-18
- Cleanup and modernise spec
- Update systemd scriptlets to the latest standard
- Update exclude arch

Sat Jun 7 14:00:00 2014 Fedora Release Engineering - 0.7.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Mon Feb 10 13:00:00 2014 Jon Ciesla - 0.7.0-16
- Fix format-security FTBFS, BZ 1037411.

Tue Aug 13 14:00:00 2013 Jon Ciesla - 0.7.0-15
- ExcludeArch ARM, BZ 993168.

Sun Aug 4 14:00:00 2013 Fedora Release Engineering - 0.7.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Thu Jul 18 14:00:00 2013 Jon Ciesla - 0.7.0-13
- Fixed date, systemd-units BR.

Wed Jul 17 14:00:00 2013 Petr Pisar - 0.7.0-12
- Perl 5.18 rebuild

Fri May 24 14:00:00 2013 Jon Ciesla - 0.7.0-11
- Fix unit file typo, BZ 966850.

Fri Feb 15 13:00:00 2013 Jon Ciesla - 0.7.0-10
- Patch to add stack-protector and FORTIFY_SOURCE, BZ 911150.

Thu Feb 14 13:00:00 2013 Jon Ciesla - 0.7.0-9
- Set stack not executable on some binaries, BZ 911150.

Tue Jan 29 13:00:00 2013 Jon Ciesla - 0.7.0-8
- Correct OOM immunization.
- Drop PrivateTmp to fix mount issue, BZ 904643.

Tue Jan 15 13:00:00 2013 Jon Ciesla - 0.7.0-7
- Fix directory ownership, BZ 894517.

Sun Jul 22 14:00:00 2012 Fedora Release Engineering - 0.7.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Thu Apr 12 14:00:00 2012 Jon Ciesla - 0.7.0-5
- Add hardened build.

Wed Mar 14 13:00:00 2012 Jon Ciesla - 0.7.0-4
- Migrate to systemd.

Tue Feb 28 13:00:00 2012 Jon Ciesla - 0.7.0-3
- Partially decrufted spec.

Tue Feb 28 13:00:00 2012 Jon Ciesla - 0.7.0-2
- Fixed sysconfig permissions, BZ 757488.

Mon Feb 27 13:00:00 2012 Jon Ciesla - 0.7.0-1
- New upstream, fix FTBFS BZ 716087.
- Patch out bad umem declaration.
- Stop starting automatically in post. BZ 755464.
- Marked sysconfig file noreplace, BZ 772403.
- Setting weekly scrub to off by default in sysconfig to silence crob job if service disabled, BZ 757488 et. al.

Sat Jan 14 13:00:00 2012 Fedora Release Engineering - 0.6.9-9.20100709git
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

Tue Feb 8 13:00:00 2011 Fedora Release Engineering - 0.6.9-8.20100709git
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Sun Aug 1 14:00:00 2010 Uwe Kubosch - 0.6.9-7.20100709git
- Moved to fedpkg and git
- Fixed missing dependency to libaio

Fri Jul 9 14:00:00 2010 Uwe Kubosch - 0.6.9-6.20100709git
- Updated to upstream maintenance snapshot.
- Fixes build problems on EL5
- Added zfs-fuse man page
- Removed package patching of linked libraries

Mon Jul 5 14:00:00 2010 Uwe Kubosch - 0.6.9-5
- Cleanup of RPM spec and init script

Sun Jul 4 14:00:00 2010 Uwe Kubosch - 0.6.9-4
- Patched SConstruct to define NDEBUG instead of DEBUG to avoid debug code while still generating debug symbols
- Added moving of zfs.cache when updating from pre 0.6.9 version

Sat Jul 3 14:00:00 2010 Uwe Kubosch - 0.6.9-2
- Updated to upstream stable release 0.6.9
- Patched default debug level from 0 to 1
- Fixed missing compiler flags and debug flag in build: BUG 595442

Sat May 22 14:00:00 2010 Uwe Kubosch - 0.6.9_beta3-6
- Updated to upstream version 0.6.9_beta3
- Add more build requires to build on F13 BUG 565076
- Add patches for missing libraries and includes to build on F13 BUG 565076
- Added packages for ppc and ppc64
- Build on F13 BUG 565076
- Fixes BUG 558172
- Added man files
- Added zfs_pool_alert
- Added zstreamdump
- Fixed bug in automatic scrub script BUG 559518

Mon Jan 4 13:00:00 2010 Uwe Kubosch - 0.6.0-6
- Added option for automatic weekly scrubbing.
Set ZFS_WEEKLY_SCRUB=yes in /etc/sysconfig/zfs-fuse to enable
- Changed ZFS_AUTOMOUNT option value from \"1\" to \"yes\" for better readability.
ZFS_AUTOMOUNT=1 deprecated and will be removed in version 0.7.0.
- Added option for killing processes with unknown working directory at zfs-fuse startup.
This would be the case if zfs-fuse crashed. Use with care. It may kill unrelated processes.
Set ZFS_KILL_ORPHANS=yes_really in /etc/sysconfig/zfs-fuse to enable.
- Relaxed dependency on fuse from 2.8.0 to 2.7.4 to allow installation on RHEL/Centos 5

Sat Dec 26 13:00:00 2009 Uwe Kubosch - 0.6.0-5
- Removed chckconfig on and service start commands from install script
See https://fedoraproject.org/wiki/Packaging:SysVInitScript#Why_don.27t_we

Sat Dec 26 13:00:00 2009 Uwe Kubosch - 0.6.0-4
- Updated to upstream version 0.6.0 STABLE

Mon Nov 30 13:00:00 2009 Uwe Kubosch - 0.6.0-3
- Updated the home page URL to http://zfs-fuse.net/

Sat Nov 28 13:00:00 2009 Uwe Kubosch - 0.6.0-2
- Corrected some KOJI build errors.

Fri Nov 27 13:00:00 2009 Uwe Kubosch - 0.6.0-1
- Updated to upstream version 0.6.0 BETA
- Updated dependency to Fuse 2.8.0
- Minor change in spec: Source0 to Source00 for consistency

Mon Jul 27 14:00:00 2009 Fedora Release Engineering - 0.5.0-9.20081221.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Wed Jun 10 14:00:00 2009 Karsten Hopp 0.5.0-8.20081221.1
- excludearch s390, s390x as there is no implementation for atomic instructions

Wed Feb 25 13:00:00 2009 Fedora Release Engineering - 0.5.0-8.20081221
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Sat Jan 24 13:00:00 2009 Uwe Kubosch - 0.5.0-7.20081221
- Updated etc/init.d/zfs-fuse init script after feedback from Rudd-O
Removed limits for the fuse process which could lead to a hung system
or use lots of memory.

Sun Dec 28 13:00:00 2008 Uwe Kubosch - 0.5.0-6.20081221
- Updated etc/init.d/zfs-fuse init script after feedback from Rudd-O at
http://groups.google.com/group/zfs-fuse/browse_thread/thread/da94aa803bceef52
- Adds better wait at startup before mounting filesystems.
- Add OOM kill protection.
- Adds syncing of disks at shutdown.
- Adds pool status when asking for service status.
- Changed to start zfs-fuse at boot as default.
- Changed to start zfs-fuse right after installation.
- Cleanup of /var/run/zfs and /var/lock/zfs after uninstall.

Wed Dec 24 13:00:00 2008 Uwe Kubosch - 0.5.0-5.20081221
- Development tag.

Sun Dec 21 13:00:00 2008 Uwe Kubosch - 0.5.0-4.20081221
- Updated to upstream trunk of 2008-12-21
- Added config file in /etc/sysconfig/zfs
- Added config option ZFS_AUTOMOUNT=0|1 to mount filesystems at boot

Tue Nov 11 13:00:00 2008 Uwe Kubosch - 0.5.0-3.20081009
- Rebuild after import into Fedora build system.

Thu Oct 9 14:00:00 2008 Uwe Kubosch - 0.5.0-2.20081009
- Updated to upstream trunk of 2008-10-09
- Adds changes to make zfs-fuse build out-of-the-box on Fedora 9,
and removes the need for patches.

Sat Oct 4 14:00:00 2008 Terje Rosten - 0.5.0-1
- initial build


 
ICM