Accepting request 309815 from home:namtrac:bugfix
- Update to STABLE Version 2015.3.14 (March 31, 2015) ntfs-3g: Fixed inserting a new ACL after wiping out by chkdsk ntfs-3g: Fixed Windows-type inheritance ntfs-3g: Fixed ignoring the umask mount option when permissions are used ntfs-3g: Fixed checking permissions when Posix ACLs are compiled in but not enabled ntfs-3g: Disabled option remove_hiberfile on read-only mounts ntfs-3g: Implemented an extended attribute to get/set EAs ntfs-3g: Avoid full runlist updating in more situations ntfs-3g: Update ctime after setting an ACL ntfs-3g: Use MFT record 15 for the first extent to MFT:DATA ntfs-3g: Ignore the sloppy mount option (-s) ntfs-3g: Implemented FITRIM (fstrim) ioctl ntfs-3g: Reengineered the compression algorithm ntfsprogs: Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate OBS-URL: https://build.opensuse.org/request/show/309815 OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=27
This commit is contained in:
parent
12d5882c56
commit
b29cc2f67d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c3099400cb14b231a3c9d718b3a8d152d38555059341ce5fc6d02292a4a5b56
|
||||
size 1143575
|
3
ntfs-3g_ntfsprogs-2015.3.14.tgz
Normal file
3
ntfs-3g_ntfsprogs-2015.3.14.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2
|
||||
size 1210069
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 12:19:03 UTC 2015 - idonmez@suse.com
|
||||
|
||||
- Update to STABLE Version 2015.3.14 (March 31, 2015)
|
||||
ntfs-3g: Fixed inserting a new ACL after wiping out by chkdsk
|
||||
ntfs-3g: Fixed Windows-type inheritance
|
||||
ntfs-3g: Fixed ignoring the umask mount option when permissions are used
|
||||
ntfs-3g: Fixed checking permissions when Posix ACLs are compiled in but not enabled
|
||||
ntfs-3g: Disabled option remove_hiberfile on read-only mounts
|
||||
ntfs-3g: Implemented an extended attribute to get/set EAs
|
||||
ntfs-3g: Avoid full runlist updating in more situations
|
||||
ntfs-3g: Update ctime after setting an ACL
|
||||
ntfs-3g: Use MFT record 15 for the first extent to MFT:DATA
|
||||
ntfs-3g: Ignore the sloppy mount option (-s)
|
||||
ntfs-3g: Implemented FITRIM (fstrim) ioctl
|
||||
ntfs-3g: Reengineered the compression algorithm
|
||||
ntfsprogs: Added manuals for ntfsdecrypt, ntfswipe, ntfstruncate and ntfsfallocate
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 12 15:56:00 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ntfs-3g_ntfsprogs
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname 85
|
||||
%define soname 86
|
||||
|
||||
Name: ntfs-3g_ntfsprogs
|
||||
Summary: NTFS Support in Userspace
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Version: 2014.2.15
|
||||
Version: 2015.3.14
|
||||
Release: 0
|
||||
Source: http://tuxera.com/opensource/%{name}-%{version}.tgz
|
||||
Source2: 21-storage-ntfs-3g.fdi
|
||||
@ -206,17 +206,21 @@ fi
|
||||
%{_bindir}/ntfsls
|
||||
%{_mandir}/man8/mkfs.ntfs.8%{?ext_man}
|
||||
%{_mandir}/man8/mkntfs.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsfallocate.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfscat.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsclone.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfscluster.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfscmp.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfscp.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsdecrypt.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsfix.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsinfo.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfslabel.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsls.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsprogs.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsresize.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfstruncate.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfsundelete.8%{?ext_man}
|
||||
%{_mandir}/man8/ntfswipe.8%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user