commit nfs4-acl-tools for openSUSE:Factory

2019-11-30 Thread root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2019-11-30 10:38:21

Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new.26869 (New)


Package is "nfs4-acl-tools"

Sat Nov 30 10:38:21 2019 rev:15 rq:751726 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes
2014-06-05 10:50:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new.26869/nfs4-acl-tools.changes 
2019-11-30 10:40:19.024151032 +0100
@@ -1,0 +2,11 @@
+Thu Nov 28 03:36:22 UTC 2019 - Neil Brown 
+
+- nfs4-acl-tools-0.3.5.tar.gz - new upstream release
+- Refresh nfs-acl-tools-xattr.patch
+- Delete allow-spaces-in-principal-names.patch - included upstream
+  Includes fix for bug 967251 : setting inheritable ACLs with -R
+  Includes other fixes including an fd leak, man page typos and
+  proper handling of DENY ACEs.
+  (bsc#96725, boo#1157915)
+
+---

Old:

  allow-spaces-in-principal-names.patch
  nfs4-acl-tools-0.3.3-git4cb4187e83.tar.bz2

New:

  nfs4-acl-tools-0.3.5.tar.gz



Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.KpimHI/_old  2019-11-30 10:40:19.972150918 +0100
+++ /var/tmp/diff_new_pack.KpimHI/_new  2019-11-30 10:40:19.976150918 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs4-acl-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   nfs4-acl-tools
-Version:0.3.3
+Version:0.3.5
 Release:0
 Summary:Command line tools for managing ACLs over NFSv4
 License:BSD-3-Clause
 Group:  System/Filesystems
-Url:http://www.citi.umich.edu/projects/nfsv4/linux/
+Url:http://linux-nfs.org/~bfields/nfs4-acl-tools/
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:%{name}-%{version}-git4cb4187e83.tar.bz2
-# PATCH-FIX-UPSTREAM allow-spaces-in-principal-names.patch bnc#772896 
nfbr...@suse.com
-Patch1: allow-spaces-in-principal-names.patch
+Source0:%{name}-%{version}.tar.gz
 Patch2: nfs-acl-tools-xattr.patch
 BuildRequires:  libtool
 
@@ -37,8 +35,7 @@
 must also support ACLs.
 
 %prep
-%setup -q -n %{name}-%{version}-git4cb4187e83
-%patch1 -p1
+%setup -q -n %{name}-%{version}
 %patch2 -p1
 
 %build

++ nfs-acl-tools-xattr.patch ++
--- /var/tmp/diff_new_pack.KpimHI/_old  2019-11-30 10:40:19.992150916 +0100
+++ /var/tmp/diff_new_pack.KpimHI/_new  2019-11-30 10:40:19.992150916 +0100
@@ -1,6 +1,15 @@
 nfs4-acl-tools-0.3.3-git4cb4187e83.orig/configure.ac
-+++ nfs4-acl-tools-0.3.3-git4cb4187e83/configure.ac
-@@ -23,12 +23,8 @@ AC_FUNC_MALLOC
+---
+ configure.ac   |3 ---
+ include/builddefs.in   |2 +-
+ libnfs4acl/Makefile|2 +-
+ libnfs4acl/nfs4_acl_for_path.c |8 ++--
+ libnfs4acl/nfs4_set_acl.c  |7 ++-
+ nfs4_setfacl/nfs4_setfacl.c|3 ++-
+ 6 files changed, 16 insertions(+), 9 deletions(-)
+
+--- a/configure.ac
 b/configure.ac
+@@ -26,11 +26,8 @@ AC_FUNC_MALLOC
  AC_FUNC_STAT
  AC_CHECK_FUNCS([memset strchr])
  
@@ -8,23 +17,49 @@
 -
  AC_PACKAGE_GLOBALS([nfs4acl])
  AC_PACKAGE_UTILITIES([nfs4acl])
--AC_PACKAGE_NEED_ATTR_XATTR_H
 -AC_PACKAGE_NEED_GETXATTR_LIBATTR
  AC_MANUAL_FORMAT
  
- AC_FUNC_GCC_VISIBILITY
 nfs4-acl-tools-0.3.3-git4cb4187e83.orig/libnfs4acl/nfs4_acl_for_path.c
-+++ nfs4-acl-tools-0.3.3-git4cb4187e83/libnfs4acl/nfs4_acl_for_path.c
-@@ -32,13 +32,17 @@
+ AC_OUTPUT(include/builddefs)
+--- a/include/builddefs.in
 b/include/builddefs.in
+@@ -40,7 +40,7 @@ OPTIMIZER = @opt_build@
+ MALLOCLIB = @malloc_lib@
+ 
+ LIBNFS4ACL = $(TOPDIR)/libnfs4acl/libnfs4acl.la
+-LIBATTR = @libattr@
++LIBATTR =
+ 
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+--- a/libnfs4acl/Makefile
 b/libnfs4acl/Makefile
+@@ -37,7 +37,7 @@ LTLDFLAGS += -Wl,--version-script,$(TOPD
+ include $(TOPDIR)/include/builddefs
+ 
+ LTLIBRARY = libnfs4acl.la
+-LTLIBS = -lattr
++LTLIBS =
+ LTDEPENDENCIES = $(TOPDIR)/include/nfs4.h
+ 
+ # 3 2 1  ->  .so.2.1.2
+--- a/libnfs4acl/nfs4_acl_for_path.c
 b/libnfs4acl/nfs4_ac

commit nfs4-acl-tools for openSUSE:Factory

2014-06-05 Thread h_root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2014-06-05 10:49:59

Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new (New)


Package is "nfs4-acl-tools"

Changes:

--- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes
2014-03-25 13:24:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new/nfs4-acl-tools.changes   
2014-06-05 10:50:04.0 +0200
@@ -1,0 +2,6 @@
+Thu May 29 04:59:29 UTC 2014 - crrodrig...@opensuse.org
+
+- nfs-acl-tools-xattr.patch For over 10 years the *xattr*
+  functions have been in glibc instead of libattr, use them instead.
+
+---

New:

  nfs-acl-tools-xattr.patch



Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.L3UTma/_old  2014-06-05 10:50:07.0 +0200
+++ /var/tmp/diff_new_pack.L3UTma/_new  2014-06-05 10:50:07.0 +0200
@@ -28,8 +28,7 @@
 Source0:%{name}-%{version}-git4cb4187e83.tar.bz2
 # PATCH-FIX-UPSTREAM allow-spaces-in-principal-names.patch bnc#772896 
nfbr...@suse.com
 Patch1: allow-spaces-in-principal-names.patch
-
-BuildRequires:  libattr-devel
+Patch2: nfs-acl-tools-xattr.patch
 BuildRequires:  libtool
 
 %description
@@ -40,6 +39,7 @@
 %prep
 %setup -q -n %{name}-%{version}-git4cb4187e83
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIE"

++ nfs-acl-tools-xattr.patch ++
--- nfs4-acl-tools-0.3.3-git4cb4187e83.orig/configure.ac
+++ nfs4-acl-tools-0.3.3-git4cb4187e83/configure.ac
@@ -23,12 +23,8 @@ AC_FUNC_MALLOC
 AC_FUNC_STAT
 AC_CHECK_FUNCS([memset strchr])
 
-AC_CHECK_LIB([attr], [getxattr])
-
 AC_PACKAGE_GLOBALS([nfs4acl])
 AC_PACKAGE_UTILITIES([nfs4acl])
-AC_PACKAGE_NEED_ATTR_XATTR_H
-AC_PACKAGE_NEED_GETXATTR_LIBATTR
 AC_MANUAL_FORMAT
 
 AC_FUNC_GCC_VISIBILITY
--- nfs4-acl-tools-0.3.3-git4cb4187e83.orig/libnfs4acl/nfs4_acl_for_path.c
+++ nfs4-acl-tools-0.3.3-git4cb4187e83/libnfs4acl/nfs4_acl_for_path.c
@@ -32,13 +32,17 @@
  *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-
+#include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include "libacl_nfs4.h"
 
+#ifndef ENOATTR
+#define ENOATTR ENODATA/* No such attribute */
+#endif
+
 static int nfs4_getxattr(const char *, void *, size_t);
 
 /* returns a newly-allocated struct nfs4_acl for `path', or NULL on error. */
--- nfs4-acl-tools-0.3.3-git4cb4187e83.orig/libnfs4acl/nfs4_set_acl.c
+++ nfs4-acl-tools-0.3.3-git4cb4187e83/libnfs4acl/nfs4_set_acl.c
@@ -29,14 +29,19 @@
  *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
+#include 
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include "libacl_nfs4.h"
 
+#ifndef ENOATTR
+#define ENOATTR ENODATA/* No such attribute */
+#endif
+
 int nfs4_set_acl(struct nfs4_acl *acl, const char *path)
 {
int res = 0;
--- nfs4-acl-tools-0.3.3-git4cb4187e83.orig/nfs4_setfacl/nfs4_setfacl.c
+++ nfs4-acl-tools-0.3.3-git4cb4187e83/nfs4_setfacl/nfs4_setfacl.c
@@ -34,11 +34,12 @@
  */
 
 #define _XOPEN_SOURCE 500
+#include 
 #include 
 #include 
 #include 
 #include 
-#include 
+#include 
 #include 
 #include 
 #include 
--- nfs4-acl-tools-0.3.3-git4cb4187e83.orig/libnfs4acl/Makefile
+++ nfs4-acl-tools-0.3.3-git4cb4187e83/libnfs4acl/Makefile
@@ -37,7 +37,7 @@ LTLDFLAGS += -Wl,--version-script,$(TOPD
 include $(TOPDIR)/include/builddefs
 
 LTLIBRARY = libnfs4acl.la
-LTLIBS = -lattr
+LTLIBS =
 LTDEPENDENCIES = $(TOPDIR)/include/nfs4.h
 
 # 3 2 1  ->  .so.2.1.2
--- nfs4-acl-tools-0.3.3-git4cb4187e83.orig/include/builddefs.in
+++ nfs4-acl-tools-0.3.3-git4cb4187e83/include/builddefs.in
@@ -40,7 +40,7 @@ OPTIMIZER = @opt_build@
 MALLOCLIB = @malloc_lib@
 
 LIBNFS4ACL = $(TOPDIR)/libnfs4acl/libnfs4acl.la
-LIBATTR = @libattr@
+LIBATTR =
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfs4-acl-tools for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2014-03-25 13:24:06

Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new (New)


Package is "nfs4-acl-tools"

Changes:

--- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes
2013-06-18 10:20:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new/nfs4-acl-tools.changes   
2014-03-25 13:24:06.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 24 23:44:01 UTC 2014 - nfbr...@suse.com
+
+- allow-spaces-in-principal-names.patch
+  upstream patch to allow spaces in principal names.
+  (bnc#772896)
+
+---

New:

  allow-spaces-in-principal-names.patch



Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.daMrbe/_old  2014-03-25 13:24:07.0 +0100
+++ /var/tmp/diff_new_pack.daMrbe/_new  2014-03-25 13:24:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs4-acl-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -26,6 +26,8 @@
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}-git4cb4187e83.tar.bz2
+# PATCH-FIX-UPSTREAM allow-spaces-in-principal-names.patch bnc#772896 
nfbr...@suse.com
+Patch1: allow-spaces-in-principal-names.patch
 
 BuildRequires:  libattr-devel
 BuildRequires:  libtool
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-git4cb4187e83
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIE"

++ allow-spaces-in-principal-names.patch ++
Git-commit: ae0916617f38c6e2a90793364c1f4e4b54673254
From: Liam Gretton 
Date: Wed, 18 Jul 2012 17:32:43 -0600
Subject: [PATCH] allow spaces in principal names
References: bnc#772896

Change the behaviour of nfs4_setfacl slightly to allow it to add, remove
and modify ACLs which act on principals containing space characters.

The rationale behind this is to allow us to use nfs4_setfacl on a file
system which is shared via CIFS to Windows clients and NFSv4. Though
very rare in a Unix environment, Windows commonly uses user names (and
hence principals derived from them) which contain spaces. A
particularly common one is 'Domain Admins', the handling of which
prompted me to look at modifying the nfs4_setfacl command.

As of 0.3.3 of nfs4-acl-tools, nfs4_setfacl fails to handle ACLs
containing a space character no matter what attempts to quote the ACE
or escape the space character:

Scanning ACE string 'A:fdg:Domain' failed.
Failed while inserting ACE(s) (at index 1).

(exit status 1.)

Scanning ACE string 'A:fdg:Domain' failed.
Failed while inserting ACE(s) (at index 1).

(exit status 1.)

The attached patch modifies the parsing of the command line and
disallows space as an ACE delimiter. The patched version completes
successfully:

A:fdg:Domain adm...@le.ac.uk:rtncy

ACEs can be chained with commas, but no longer with spaces. With the
-A, -X, -S or -e options which expect a file containing ACLs, ACEs can
be separated with tabs, newlines and/or carriage returns as before.

As there's a slight change in behaviour, the patch also modifies one of
the examples given in the EXAMPLES section of nfs4_setfacl(1) and the
text of the 'ACL FORMAT' section of nfs4_acl.

The patches don't modify any version numbers or dates.

Signed-off-by: J. Bruce Fields 
Acked-by: NeilBrown 

---
 libnfs4acl/nfs4_insert_string_aces.c | 2 +-
 man/man1/nfs4_setfacl.1  | 2 +-
 man/man5/nfs4_acl.5  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libnfs4acl/nfs4_insert_string_aces.c 
b/libnfs4acl/nfs4_insert_string_aces.c
index 5878a9463078..5a482d5e54ee 100644
--- a/libnfs4acl/nfs4_insert_string_aces.c
+++ b/libnfs4acl/nfs4_insert_string_aces.c
@@ -45,7 +45,7 @@ int nfs4_insert_string_aces(struct nfs4_acl *acl, const char 
*acl_spec, unsigned
if ((s = sp = strdup(acl_spec)) == NULL)
goto out_failed;
 
-   while ((ssp = strsep(&sp, " ,\t\n\r")) != NULL) {
+   while ((ssp = strsep(&sp, ",\t\n\r")) != NULL) {
if (!strlen(ssp))
continue;
 
diff --git a/man/man1/nfs4_setfacl.1 b/man/man1/nfs4_setfacl.1
index ea5f4428189b..a316bf2b78c9 100644
--- a/man/man1/nfs4_setfacl.1
+++ b/man/man1/nfs4_setfacl.1
@@ -204,7 +204,7 @@ delete the first ACE, but only print the resulting ACL 
(does not save changes):
 .IP - 2
 delete the l

commit nfs4-acl-tools for openSUSE:Factory

2013-06-18 Thread h_root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2013-06-18 10:20:41

Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new (New)


Package is "nfs4-acl-tools"

Changes:

--- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes
2013-03-13 07:33:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new/nfs4-acl-tools.changes   
2013-06-18 10:20:42.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 16 14:05:31 UTC 2013 - co...@suse.com
+
+- aclocal 1.13 doesn't have a --acdir option
+
+---



Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.NNujrx/_old  2013-06-18 10:20:43.0 +0200
+++ /var/tmp/diff_new_pack.NNujrx/_new  2013-06-18 10:20:43.0 +0200
@@ -41,14 +41,12 @@
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIE"
 export LDFLAGS="-pie"
+sed -e 's,--acdir=,-I ,' -i Makefile
 make
 
 %install
 make DESTDIR=%{buildroot} install
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc COPYING README TODO VERSION

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfs4-acl-tools for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2013-03-13 07:33:02

Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new (New)


Package is "nfs4-acl-tools", Maintainer is "nfbr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/nfs4-acl-tools/nfs4-acl-tools.changes
2011-09-23 02:14:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new/nfs4-acl-tools.changes   
2013-03-13 07:33:19.0 +0100
@@ -1,0 +2,11 @@
+Wed Mar  6 10:58:23 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-3-Clause
+  GPL matches are for e.g. Makefile. Consolidate to BSD (as per Fedora)
+
+---
+Wed Mar  6 06:12:53 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.z0UNpS/_old  2013-03-13 07:33:24.0 +0100
+++ /var/tmp/diff_new_pack.z0UNpS/_new  2013-03-13 07:33:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs4-acl-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:   nfs4-acl-tools
 Version:0.3.3
-Release:3
+Release:0
 Summary:Command line tools for managing ACLs over NFSv4
+License:BSD-3-Clause
 Group:  System/Filesystems
-License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Url:http://www.citi.umich.edu/projects/nfsv4/linux/
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}-git4cb4187e83.tar.bz2
 
-BuildRequires:  libtool
 BuildRequires:  libattr-devel
+BuildRequires:  libtool
 
 %description
 Command line tools for viewing and setting ACLs (Access Control Lists)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfs4-acl-tools for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory 
checked in at 2011-12-06 18:31:57

Comparing /work/SRC/openSUSE:Factory/nfs4-acl-tools (Old)
 and  /work/SRC/openSUSE:Factory/.nfs4-acl-tools.new (New)


Package is "nfs4-acl-tools", Maintainer is "nfbr...@suse.com"

Changes:




Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.7QX6he/_old  2011-12-06 18:53:26.0 +0100
+++ /var/tmp/diff_new_pack.7QX6he/_new  2011-12-06 18:53:26.0 +0100
@@ -22,7 +22,7 @@
 Release:3
 Summary:Command line tools for managing ACLs over NFSv4
 Group:  System/Filesystems
-License:BSD3c(or similar) ; GPLv2 ; LGPLv2.1
+License:BSD-3-Clause ; GPL-2.0 ; LGPL-2.1
 Url:http://www.citi.umich.edu/projects/nfsv4/linux/
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfs4-acl-tools for openSUSE:Factory

2011-08-24 Thread h_root

Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory
checked in at Wed Aug 24 15:50:39 CEST 2011.




--- nfs4-acl-tools/nfs4-acl-tools.changes   2011-08-17 08:17:39.0 
+0200
+++ /mounts/work_src_done/STABLE/nfs4-acl-tools/nfs4-acl-tools.changes  
2011-08-24 11:53:27.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 11:53:10 CEST 2011 - dmuel...@suse.de
+
+- remove strip to generate debuginfo
+- remove generic INSTALL file
+
+---

calling whatdependson for head-i586




Other differences:
--
++ nfs4-acl-tools.spec ++
--- /var/tmp/diff_new_pack.wsk2YC/_old  2011-08-24 15:46:26.0 +0200
+++ /var/tmp/diff_new_pack.wsk2YC/_new  2011-08-24 15:46:26.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   nfs4-acl-tools
 Version:0.3.3
-Release:1
+Release:3
 Summary:Command line tools for managing ACLs over NFSv4
 Group:  System/Filesystems
 License:BSD3c(or similar) ; GPLv2 ; LGPLv2.1
@@ -45,8 +45,6 @@
 make
 
 %install
-strip nfs4_getfacl/nfs4_getfacl
-strip nfs4_setfacl/nfs4_setfacl
 make DESTDIR=%{buildroot} install
 
 %clean
@@ -54,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING INSTALL README TODO VERSION
+%doc COPYING README TODO VERSION
 %{_bindir}/nfs4_editfacl
 %{_bindir}/nfs4_getfacl
 %{_bindir}/nfs4_setfacl






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfs4-acl-tools for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package nfs4-acl-tools for openSUSE:Factory
checked in at Wed Aug 17 10:53:28 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/nfs4-acl-tools/nfs4-acl-tools.changes  
2011-08-17 08:17:39.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Aug 17 06:12:10 UTC 2011 - nfbr...@novell.com
+
+- Initial check-in of nfs4-acl-tools: FATE:312654
+

calling whatdependson for head-i586


New:

  nfs4-acl-tools-0.3.3-git4cb4187e83.tar.bz2
  nfs4-acl-tools.changes
  nfs4-acl-tools.spec



Other differences:
--
++ nfs4-acl-tools.spec ++
#
# spec file for package nfs4-acl-tools
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   nfs4-acl-tools
Version:0.3.3
Release:1
Summary:Command line tools for managing ACLs over NFSv4
Group:  System/Filesystems
License:BSD3c(or similar) ; GPLv2 ; LGPLv2.1
Url:http://www.citi.umich.edu/projects/nfsv4/linux/

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Source0:%{name}-%{version}-git4cb4187e83.tar.bz2

BuildRequires:  libtool
BuildRequires:  libattr-devel

%description
Command line tools for viewing and setting ACLs (Access Control Lists)
when using NFSv4 to access a remote filesystem. The remote filesystem
must also support ACLs.

%prep
%setup -q -n %{name}-%{version}-git4cb4187e83

%build
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
export LDFLAGS="-pie"
make

%install
strip nfs4_getfacl/nfs4_getfacl
strip nfs4_setfacl/nfs4_setfacl
make DESTDIR=%{buildroot} install

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYING INSTALL README TODO VERSION
%{_bindir}/nfs4_editfacl
%{_bindir}/nfs4_getfacl
%{_bindir}/nfs4_setfacl
%{_mandir}/man1/*
%{_mandir}/man5/*

%changelog





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org