Accepting request 1146854 from Base:System

- Update to version 2.3.2:
  + libobj: declare s_str directly in string_obj_tag.
  + Use thread-safe getpwnam_r and getgrnam_r.
  + setfacl: preserve the failed status when processing multiple
    files.
  + man: Document pitfall with negative permissions and user
    namespaces.
  + tools: mark long_options static & const.

- modernize spec-file (move license to licensedir) (forwarded request 1146843 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1146854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acl?expand=0&rev=52
This commit is contained in:
Ana Guerrero 2024-02-18 19:22:54 +00:00 committed by Git OBS Bridge
commit 766356b7ed
6 changed files with 19 additions and 7 deletions

BIN
acl-2.3.1.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
acl-2.3.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97203a72cae99ab89a067fe2210c1cbf052bc492b479eca7d226d9830883b0bd
size 371680

BIN
acl-2.3.2.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 15 13:02:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.3.2:
+ libobj: declare s_str directly in string_obj_tag.
+ Use thread-safe getpwnam_r and getgrnam_r.
+ setfacl: preserve the failed status when processing multiple
files.
+ man: Document pitfall with negative permissions and user
namespaces.
+ tools: mark long_options static & const.
-------------------------------------------------------------------
Fri Apr 8 13:40:20 UTC 2022 - Martin Liška <mliska@suse.cz>
@ -7,7 +19,7 @@ Fri Apr 8 13:40:20 UTC 2022 - Martin Liška <mliska@suse.cz>
-------------------------------------------------------------------
Sun May 16 09:19:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
- modernize spec-file (move license to licensedir)
- modernize spec-file (move license to licensedir)
-------------------------------------------------------------------
Wed May 12 17:03:36 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package acl
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ Name: acl
Summary: Commands for Manipulating POSIX Access Control Lists
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/Filesystems
Version: 2.3.1
Version: 2.3.2
Release: 0
URL: https://savannah.nongnu.org/projects/acl
#Git-Web: http://git.savannah.gnu.org/cgit/acl.git/
@ -127,7 +127,7 @@ rm -rvf %buildroot/%_defaultdocdir/%name
%files -f %name.lang
%license doc/COPYING
%doc doc/PORTING doc/extensions.txt doc/libacl.txt doc/CHANGES
%doc doc/extensions.txt doc/libacl.txt doc/CHANGES
%_bindir/chacl
%_bindir/getfacl
%_bindir/setfacl