Hello community,

here is the log from the commit of package keyutils for openSUSE:Factory 
checked in at 2012-04-12 09:32:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keyutils (Old)
 and      /work/SRC/openSUSE:Factory/.keyutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keyutils", Maintainer is "meiss...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes        2011-10-07 
00:48:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.keyutils.new/keyutils.changes   2012-04-12 
09:32:57.000000000 +0200
@@ -1,0 +2,4 @@
+Wed Apr 11 03:43:35 UTC 2012 - je...@suse.com
+
+- Add nfs4 idmap support
+-------------------------------------------------------------------

New:
----
  request-key-nfs4.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keyutils.spec ++++++
--- /var/tmp/diff_new_pack.2bljqi/_old  2012-04-12 09:32:58.000000000 +0200
+++ /var/tmp/diff_new_pack.2bljqi/_new  2012-04-12 09:32:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package keyutils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,19 @@
 #
 
 
-
 Name:           keyutils
 %define lname  libkeyutils1
 Url:            http://people.redhat.com/~dhowells/keyutils/
+Summary:        Linux Key Management Utilities
 License:        GPL-2.0+ ; LGPL-2.1+
 Group:          System/Kernel
-AutoReqProv:    on
-Summary:        Linux Key Management Utilities
 Version:        1.5.3
-Release:        1
+Release:        0
 Source0:        
http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
 Source1:        baselibs.conf
 Patch1:         request-key-cifs.patch
 Patch2:         parallel-make.patch
+Patch3:         request-key-nfs4.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,7 +49,8 @@
 %package devel
 Summary:        Development package for building linux key management utilities
 Group:          System/Kernel
-Requires:       %lname = %version, glibc-devel 
+Requires:       %lname = %version
+Requires:       glibc-devel
 
 %description devel
 This package provides headers and libraries for building key utilities.
@@ -59,6 +59,7 @@
 %setup -q
 %patch1 -p0
 %patch2 -p0
+%patch3 -p1
 
 %build
 make %{?_smp_mflags} NO_ARLIB=1 CFLAGS="$RPM_OPT_FLAGS" CC="%__cc"

++++++ request-key-nfs4.patch ++++++
---
 request-key.conf |    2 ++
 1 file changed, 2 insertions(+)

--- a/request-key.conf
+++ b/request-key.conf
@@ -40,3 +40,5 @@ create        user    debug:loop:*    *               
|/bin/cat
 create user    debug:*         *               
/usr/share/keyutils/request-key-debug.sh %k %d %c %S
 create cifs.spnego     *       *               /usr/sbin/cifs.upcall -c %k
 negate *       *               *               /bin/keyctl negate %k 30 %S
+create  id_resolver    *       *               /usr/sbin/nfsidmap %k %d 600
+
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to