Accepting request 1146843 from home:dimstar:Factory
- 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) OBS-URL: https://build.opensuse.org/request/show/1146843 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=72
This commit is contained in:
parent
2b1825ccfb
commit
58d6928bba
BIN
acl-2.3.1.tar.xz
(Stored with Git LFS)
BIN
acl-2.3.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
acl-2.3.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
acl-2.3.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
acl-2.3.2.tar.xz.sig
Normal file
BIN
acl-2.3.2.tar.xz.sig
Normal file
Binary file not shown.
14
acl.changes
14
acl.changes
@ -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>
|
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>
|
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>
|
Wed May 12 17:03:36 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
6
acl.spec
6
acl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@ Name: acl
|
|||||||
Summary: Commands for Manipulating POSIX Access Control Lists
|
Summary: Commands for Manipulating POSIX Access Control Lists
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://savannah.nongnu.org/projects/acl
|
URL: https://savannah.nongnu.org/projects/acl
|
||||||
#Git-Web: http://git.savannah.gnu.org/cgit/acl.git/
|
#Git-Web: http://git.savannah.gnu.org/cgit/acl.git/
|
||||||
@ -127,7 +127,7 @@ rm -rvf %buildroot/%_defaultdocdir/%name
|
|||||||
|
|
||||||
%files -f %name.lang
|
%files -f %name.lang
|
||||||
%license doc/COPYING
|
%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/chacl
|
||||||
%_bindir/getfacl
|
%_bindir/getfacl
|
||||||
%_bindir/setfacl
|
%_bindir/setfacl
|
||||||
|
Loading…
Reference in New Issue
Block a user