Accepting request 657516 from filesystems
OBS-URL: https://build.opensuse.org/request/show/657516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fuse-exfat?expand=0&rev=2
This commit is contained in:
commit
62547c6f7d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c3cd328179fd1ab8c5e9f1a10b831c2d67c1cf15a7b9b361fc35d02c63c035
|
||||
size 135447
|
3
fuse-exfat-1.3.0.tar.gz
Normal file
3
fuse-exfat-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3
|
||||
size 161278
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 11 13:49:16 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim filler wording from description.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 20:26:48 UTC 2018 - astieger@suse.com
|
||||
|
||||
- fuse-exfat 1.3.0:
|
||||
* Clean up FUSE code preparing for FUSE 3 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 20:18:13 UTC 2018 - astieger@suse.com
|
||||
|
||||
- fuse-exfat 1.2.8:
|
||||
* Fixed new files or directories creation in the root directory:
|
||||
ensure there are no 0x00 entries before valid ones; otherwise
|
||||
Windows can corrupt them boo#1118871
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 19 13:18:17 UTC 2017 - asarai@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fuse-exfat
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 Sidlovsky, Yaroslav <zawertun@gmail.com>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -13,32 +13,31 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: fuse-exfat
|
||||
Version: 1.2.7
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Free exFAT file system implementation
|
||||
License: GPL-2.0+
|
||||
Summary: exFAT file system implementation
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Filesystems
|
||||
Url: https://github.com/relan/exfat
|
||||
URL: https://github.com/relan/exfat
|
||||
Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: fuse-devel >= 2.6
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
Requires: fuse >= 2.6
|
||||
Recommends: exfat-utils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This driver is the first free exFAT file system implementation with write
|
||||
support. exFAT is a simple file system created by Microsoft. It is intended
|
||||
to replace FAT32 removing some of it's limitations. exFAT is a standard FS
|
||||
for SDXC memory cards.
|
||||
This driver is an exFAT file system implementation with write
|
||||
support. exFAT is a simple file system created by Microsoft. It is
|
||||
intended to replace FAT32, removing some of its limitations. exFAT is
|
||||
a standard FS for SDXC memory cards.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -75,13 +74,13 @@ if [ "$1" == "0" ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README
|
||||
%license COPYING
|
||||
%doc ChangeLog README
|
||||
#UsrMerge
|
||||
/sbin/*
|
||||
#EndUsrMerge
|
||||
%{_sbindir}/mount.exfat
|
||||
%{_sbindir}/mount.exfat-fuse
|
||||
%{_mandir}/man8/mount.exfat-fuse.8%{ext_man}
|
||||
%{_mandir}/man8/mount.exfat-fuse.8%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user