[fedfs-utils] - update to upstream release 0.9.2.

Chuck Lever mrchuck at fedoraproject.org
Tue Jul 2 20:41:22 UTC 2013


commit a4b8b60561a78c1f801a45da9dea68a41d9844e7
Author: Chuck Lever <chuck.lever at oracle.com>
Date:   Tue Jul 2 16:40:49 2013 -0400

    - update to upstream release 0.9.2.

 .gitignore       |    1 +
 fedfs-utils.spec |   26 ++++++++++++++++++++++++--
 sources          |    2 +-
 3 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a68962d..67744e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /fedfs-utils-0.8.0.tar.gz
 /fedfs-utils-0.9.0.tar.gz
 /fedfs-utils-0.9.1.tar.gz
+/fedfs-utils-0.9.2.tar.gz
diff --git a/fedfs-utils.spec b/fedfs-utils.spec
index bc7b208..33d5658 100644
--- a/fedfs-utils.spec
+++ b/fedfs-utils.spec
@@ -1,5 +1,5 @@
 Name:           fedfs-utils
-Version:        0.9.1
+Version:        0.9.2
 Release:        1%{?dist}
 Summary:        Utilities for mounting and managing FedFS
 
@@ -12,7 +12,8 @@ BuildRequires:  openssl-devel libxml2-devel uriparser-devel
 
 Source0:        http://oss.oracle.com/projects/%{name}/dist/files/%{name}-%{version}.tar.gz
 
-%global		unit_name	rpcfedfsd
+%global unit_name rpcfedfsd
+%define debug_package %{nil}
 
 %description
 RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
@@ -46,9 +47,12 @@ make %{?_smp_mflags}
 make install DESTDIR=%{buildroot}
 mkdir -p %{buildroot}%{_sharedstatedir}/fedfs
 mkdir -p %{buildroot}%{_unitdir}
+mkdir -p %{buildroot}/nfs4
 install -m 644 contrib/init/%{unit_name}.service %{buildroot}%{_unitdir}
 mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
 install -m 644 contrib/init/fedfs %{buildroot}%{_sysconfdir}/sysconfig
+mkdir -p %{buildroot}/etc/auto.master.d
+install -m 644 contrib/init/fedfs.autofs %{buildroot}/etc/auto.master.d
 
 # Don't package static libs to encourage use of shared library.
 rm -f %{buildroot}%{_libdir}/libnfsjunct.a
@@ -89,6 +93,9 @@ FedFS may support other network file system protocols in the future.
 Summary:      Utilities for mounting FedFS domains
 Group:        System Environment/Daemons
 Requires:     %{name}-common = %{version}-%{release}
+Requires:     autofs
+Requires(post): systemd-units
+Requires(postun): systemd-units
 %description client
 This package contains the tools needed to mount a FedFS domain and act
 as a client.
@@ -118,6 +125,16 @@ FedFS may support other network file system protocols in the future.
 %{_sbindir}/fedfs-map-nfs4
 %{_mandir}/man8/mount.fedfs.8.*
 %{_mandir}/man8/fedfs-map-nfs4.8.*
+%dir /nfs4
+%config(noreplace) /etc/auto.master.d/fedfs.autofs
+
+%post client
+# We may have changed the automounter configuration
+/bin/systemctl reload autofs.service >/dev/null 2>&1 || :
+
+%postun client
+# We may have changed the automounter configuration
+/bin/systemctl reload autofs.service >/dev/null 2>&1 || :
 
 %package nsdbparams
 Summary:      FedFS nsdbparams utility
@@ -332,6 +349,11 @@ FedFS may support other network file system protocols in the future.
 %{_mandir}/man8/nsdb-*
 
 %changelog
+* Tue Jun 25 2013 Chuck Lever <chuck.lever at oracle.com> - 0.9.2-1
+- update to fedfs-utils-0.9.2
+- installing fedfs-utils-client package should configure automounter
+- find-debuginfo.sh sometimes fails during "fedpkg local" (bz977556)
+
 * Thu Jun 20 2013 Chuck Lever <chuck.lever at oracle.com> - 0.9.1-1
 - update to fedfs-utils-0.9.1.
 
diff --git a/sources b/sources
index 3ae1602..3c0d469 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c7c7513e3c347c8f1387e351f83276b  fedfs-utils-0.9.1.tar.gz
+9eabf1b98e564c50fc45a1e03e0a0da3  fedfs-utils-0.9.2.tar.gz


More information about the scm-commits mailing list