Accepting request 67927 from home:philipsb:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/67927 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=16
This commit is contained in:
parent
c207a9caeb
commit
bdb59b4da6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f29cc6c3453703b9f3be2b5fdc60c4af6dc52f1696eaf7b657dd71948bbce27d
|
||||
size 361965
|
3
acl-2.2.51.src.tar.gz
Normal file
3
acl-2.2.51.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06854521cf5d396801af7e54b9636680edf8064355e51c07657ec7442a185225
|
||||
size 385378
|
20
acl.changes
20
acl.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:05:44 UTC 2011 - bphilips@novell.com
|
||||
|
||||
- upgrade to 2.2.51
|
||||
- Test fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 16 00:26:52 UTC 2011 - bphilips@novell.com
|
||||
|
||||
- upgrade to 2.2.50
|
||||
- OPTIONS in man pages should be a section heading, not a subsection heading
|
||||
- Fix a typo in the setfacl man page
|
||||
- setfacl: Clarify that removing a non-existent acl entry is not an error
|
||||
- Prevent setfacl --restore from SIGSEGV on malformed restore file
|
||||
- setfacl: make sure that -R only calls stat(2) on symlinks when it needs to
|
||||
- libacl: fix potential null pointer dereference
|
||||
- setfacl: fix restore crash on malformed input
|
||||
- setfacl: print useful error from read_acl_comments
|
||||
- setfacl: changing owner and when S_ISUID should be set --restore fix
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
7
acl.spec
7
acl.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package acl (Version 2.2.48)
|
||||
# spec file for package acl (Version 2.2.50)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,8 +23,8 @@ BuildRequires: libattr-devel
|
||||
Group: System/Filesystems
|
||||
AutoReqProv: on
|
||||
Summary: Commands for Manipulating POSIX Access Control Lists
|
||||
Version: 2.2.48
|
||||
Release: 5
|
||||
Version: 2.2.51
|
||||
Release: 1
|
||||
Source: %name-%version.src.tar.gz
|
||||
Source2: baselibs.conf
|
||||
Patch0: builddefs.in.diff
|
||||
@ -188,6 +188,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %attr(644,root,root) %{_mandir}/man3/acl_to_any_text.3.gz
|
||||
%doc %attr(644,root,root) %{_mandir}/man3/acl_to_text.3.gz
|
||||
%doc %attr(644,root,root) %{_mandir}/man3/acl_valid.3.gz
|
||||
%doc %attr(644,root,root) %{_mandir}/man3/acl_extended_file_nofollow.3.gz
|
||||
|
||||
%files -n libacl
|
||||
%defattr(755,root,root,755)
|
||||
|
Loading…
Reference in New Issue
Block a user