[cifs-utils/f18] update to 5.9 release

Jeff Layton jlayton at fedoraproject.org
Mon Jan 7 14:20:40 UTC 2013


commit 28bb3e8bbcd57b8a1298b087aa762aadb1a5f538
Author: Jeff Layton <jlayton at redhat.com>
Date:   Mon Jan 7 09:17:50 2013 -0500

    update to 5.9 release
    
    Also:
    
    - add a -devel package to hold cifsidmap.h
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

 .gitignore      |    1 +
 cifs-utils.spec |   23 ++++++++++++++++++++++-
 sources         |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2bd24ea..f8b4ec6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ cifs-utils-4.6.tar.bz2
 /cifs-utils-5.6.tar.bz2
 /cifs-utils-5.7.tar.bz2
 /cifs-utils-5.8.tar.bz2
+/cifs-utils-5.9.tar.bz2
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 3d4996c..773d75c 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -2,7 +2,7 @@
 %define pre_release %nil
 
 Name:           cifs-utils
-Version:        5.8
+Version:        5.9
 Release:        1%{pre_release}%{?dist}
 Summary:        Utilities for mounting and managing CIFS mounts
 
@@ -24,6 +24,15 @@ work in conjunction with support in the kernel to allow one to mount a
 SMB/CIFS share onto a client and use it as if it were a standard Linux
 file system.
 
+%package devel
+Summary:        Files needed for building plugins for cifs-utils
+Group:          Development/Libraries
+
+%description devel
+The SMB/CIFS protocol is a standard file sharing protocol widely deployed
+on Microsoft Windows machines. This package contains the header file
+necessary for building ID mapping plugins for cifs-utils.
+
 %prep
 %setup -q -n %{name}-%{version}%{pre_release}
 
@@ -34,6 +43,8 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
+mkdir -p %{buildroot}%{_sysconfdir}/%{name}
+ln -s %{_libdir}/%{name}/idmapwb.so %{buildroot}%{_sysconfdir}/%{name}/idmap-plugin
 mkdir -p %{buildroot}%{_sysconfdir}/request-key.d
 install -m 644 contrib/request-key.d/cifs.idmap.conf %{buildroot}%{_sysconfdir}/request-key.d
 install -m 644 contrib/request-key.d/cifs.spnego.conf %{buildroot}%{_sysconfdir}/request-key.d
@@ -50,16 +61,26 @@ rm -rf %{buildroot}
 %{_bindir}/cifscreds
 %{_sbindir}/cifs.upcall
 %{_sbindir}/cifs.idmap
+%{_libdir}/%{name}/idmapwb.so
 %{_mandir}/man1/getcifsacl.1.gz
 %{_mandir}/man1/setcifsacl.1.gz
 %{_mandir}/man1/cifscreds.1.gz
 %{_mandir}/man8/cifs.upcall.8.gz
 %{_mandir}/man8/cifs.idmap.8.gz
 %{_mandir}/man8/mount.cifs.8.gz
+%{_mandir}/man8/idmapwb.8.gz
+%config(noreplace) %{_sysconfdir}/cifs-utils/idmap-plugin
 %config(noreplace) %{_sysconfdir}/request-key.d/cifs.idmap.conf
 %config(noreplace) %{_sysconfdir}/request-key.d/cifs.spnego.conf
 
+%files devel
+%{_includedir}/cifsidmap.h
+
 %changelog
+* Mon Jan 07 2013 Jeff Layton <jlayton at redhat.com> 5.9-1
+- update to 5.9
+- add -devel package to hold cifsidmap.h
+
 * Sun Nov 11 2012 Jeff Layton <jlayton at redhat.com> 5.8-1
 - update to 5.8
 
diff --git a/sources b/sources
index 6535575..d7fe7d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6aa9c4347780872fefe5823ac06a8ff3  cifs-utils-5.8.tar.bz2
+7164ad6f7963a31fcbffbe4f14a7cfc6  cifs-utils-5.9.tar.bz2


More information about the scm-commits mailing list