[fedfs-utils/f19] Release 0.9.4-1-fc19

Chuck Lever mrchuck at fedoraproject.org
Tue Oct 15 16:36:24 UTC 2013


commit 81e3012b470ef26da60e8a51c563064b6a55e1fe
Author: Chuck Lever <chuck.lever at oracle.com>
Date:   Tue Oct 15 12:35:58 2013 -0400

    Release 0.9.4-1-fc19
    
    - update to upstream fedfs-utils 0.9.4
    - "make install_strip" works now, so use it

 .gitignore       |    1 +
 fedfs-utils.spec |   10 +++++++---
 sources          |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33484bf..bee187a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /fedfs-utils-0.9.1.tar.gz
 /fedfs-utils-0.9.2.tar.gz
 /fedfs-utils-0.9.3.tar.gz
+/fedfs-utils-0.9.4.tar.gz
diff --git a/fedfs-utils.spec b/fedfs-utils.spec
index 34ae5c1..c6e7683 100644
--- a/fedfs-utils.spec
+++ b/fedfs-utils.spec
@@ -1,6 +1,6 @@
 Name:           fedfs-utils
-Version:        0.9.3
-Release:        2%{?dist}
+Version:        0.9.4
+Release:        1%{?dist}
 Summary:        Utilities for mounting and managing FedFS
 
 Group:          System Environment/Daemons
@@ -46,7 +46,7 @@ FedFS may support other network file system protocols in the future.
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot}
+make install-strip DESTDIR=%{buildroot}
 mkdir -p %{buildroot}%{_sharedstatedir}/fedfs
 mkdir -p %{buildroot}%{_unitdir}
 mkdir -p %{buildroot}/nfs4
@@ -367,6 +367,10 @@ FedFS may support other network file system protocols in the future.
 %{_mandir}/man8/nsdb-*
 
 %changelog
+* Tue Oct 15 2013 Chuck Lever <chuck.lever at oracle.com> - 0.9.4-1
+- update to fedfs-utils 0.9.4
+- "make install_strip" works now, so use it
+
 * Thu Sep 05 2013 Chuck Lever <chuck.lever at oracle.com> - 0.9.3-2
 - Fix fedfs-utils-server dependency on nfs-utils
 - Add kernel version dependency to ensure NFSD supports modern junctions
diff --git a/sources b/sources
index 5490400..f632ef0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1ed17f482103ce629f2439ddc9ab251  fedfs-utils-0.9.3.tar.gz
+5f08127e726c8936c34b6d7582ac4da3  fedfs-utils-0.9.4.tar.gz


More information about the scm-commits mailing list