commit 7981fa62e396e25520e893bc55a4f90740689587
Author: Patrick Griffis <tingping(a)tingping.se>
Date: Sun Jul 24 14:10:27 2016 -0400
Update to 1.2.4
.gitignore | 1 +
fuse-exfat.spec | 11 ++++++-----
sources | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35f1c2b..3553066 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
fuse-exfat-1.1.0.tar.gz
+/fuse-exfat-1.2.4.tar.gz
diff --git a/fuse-exfat.spec b/fuse-exfat.spec
index 7db744e..8f9c31a 100644
--- a/fuse-exfat.spec
+++ b/fuse-exfat.spec
@@ -1,6 +1,6 @@
Name: fuse-exfat
Summary: Free exFAT file system implementation
-Version: 1.2.3
+Version: 1.2.4
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
@@ -24,10 +24,8 @@ make %{?_smp_mflags}
%install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-mkdir -p %{buildroot}%{_mandir}/man8/
-cp -a fuse/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat-fuse.8
-ln -s %{_mandir}/man8/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat.8
+make install DESTDIR="$RPM_BUILD_ROOT"
+ln -s %{_mandir}/man8/mount.exfat-fuse.8.gz %{buildroot}%{_mandir}/man8/mount.exfat.8.gz
%files
@@ -37,6 +35,9 @@ ln -s %{_mandir}/man8/mount.exfat-fuse.8
%{buildroot}%{_mandir}/man8/mount.exfat
%{_mandir}/man8/*
%changelog
+* Sun Jul 24 2016 Patrick Griffis <tingping(a)tingping.se> - 1.2.4-1
+- Update to 1.2.4
+
* Wed Mar 30 2016 Orion Poplawski <orion(a)cora.nwra.com> - 1.2.3-1
- Update to 1.2.3
diff --git a/sources b/sources
index cacfb41..9b588b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fca71e6598f79d037a3c7c969cb5710c fuse-exfat-1.2.3.tar.gz
+1ed881862bea9616003398cb6eab9903 fuse-exfat-1.2.4.tar.gz
Show replies by date