Accepting request 893445 from Base:System
- modernize spec-file (move license to licensedir) - Update to version 2.3.1 * Update German translation * getfacl: fix indent in --help output * getfacl: Add --one-file-system option, with this option getfacl will not cross mount points * Fix segfault on allocation failure * Avoid SIGSEGV with link-time optimisation enabled - Use SourceUrls OBS-URL: https://build.opensuse.org/request/show/893445 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acl?expand=0&rev=50
This commit is contained in:
commit
c98018ecda
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:503e2ff755b663535f2407184b8b304998f69cee214f352f28b363dced74a01a
|
|
||||||
size 94172
|
|
BIN
acl-2.3.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
acl-2.3.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
acl-2.3.1.tar.xz.sig
Normal file
BIN
acl-2.3.1.tar.xz.sig
Normal file
Binary file not shown.
17
acl.changes
17
acl.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 16 09:19:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- modernize spec-file (move license to licensedir)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 12 17:03:36 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 2.3.1
|
||||||
|
* Update German translation
|
||||||
|
* getfacl: fix indent in --help output
|
||||||
|
* getfacl: Add --one-file-system option, with this option getfacl
|
||||||
|
will not cross mount points
|
||||||
|
* Fix segfault on allocation failure
|
||||||
|
* Avoid SIGSEGV with link-time optimisation enabled
|
||||||
|
- Use SourceUrls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 26 14:15:56 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Jan 26 14:15:56 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
22
acl.spec
22
acl.spec
@ -24,16 +24,13 @@ 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.2.53
|
Version: 2.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://download.savannah.nongnu.org/releases/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/
|
||||||
#Git-Clone: git://git.sv.gnu.org/acl
|
#Git-Clone: git://git.sv.gnu.org/acl
|
||||||
# Source is generated by git-archive v2.2.53 so that the subsequent commits
|
Source: https://download.savannah.nongnu.org/releases/acl/acl-%version.tar.xz
|
||||||
# apply cleanly.
|
Source1: https://download.savannah.nongnu.org/releases/acl/acl-%version.tar.xz.sig
|
||||||
Source: %name-%version.tar.xz
|
|
||||||
Source1: %name-%version.tar.gz.sig
|
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
# http://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=acl
|
# http://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=acl
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
@ -48,7 +45,6 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: user(bin)
|
BuildRequires: user(bin)
|
||||||
BuildRequires: user(daemon)
|
BuildRequires: user(daemon)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: xz
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
getfacl and setfacl commands for retrieving and setting POSIX access
|
getfacl and setfacl commands for retrieving and setting POSIX access
|
||||||
@ -87,11 +83,10 @@ This package contains all necessary include files and libraries needed
|
|||||||
to develop applications that require libacl.
|
to develop applications that require libacl.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n acl-%version
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod a+x po/update-potfiles
|
autoreconf -fi
|
||||||
sh autogen.sh
|
|
||||||
export OPTIMIZER="%optflags -fPIC"
|
export OPTIMIZER="%optflags -fPIC"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
CFLAGS="%optflags"
|
CFLAGS="%optflags"
|
||||||
@ -118,6 +113,7 @@ make %{?_smp_mflags} V=1
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -v %buildroot/%_libdir/lib%name.la
|
rm -v %buildroot/%_libdir/lib%name.la
|
||||||
|
rm -rvf %buildroot/%_defaultdocdir/%name
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
@ -125,10 +121,11 @@ rm -v %buildroot/%_libdir/lib%name.la
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %name.lang
|
%files -f %name.lang
|
||||||
|
%license doc/COPYING
|
||||||
|
%doc doc/PORTING doc/extensions.txt doc/libacl.txt doc/CHANGES
|
||||||
%_bindir/chacl
|
%_bindir/chacl
|
||||||
%_bindir/getfacl
|
%_bindir/getfacl
|
||||||
%_bindir/setfacl
|
%_bindir/setfacl
|
||||||
%_defaultdocdir/acl/
|
|
||||||
%_mandir/man1/*.1*
|
%_mandir/man1/*.1*
|
||||||
%_mandir/man5/*.5*
|
%_mandir/man5/*.5*
|
||||||
|
|
||||||
@ -140,6 +137,7 @@ rm -v %buildroot/%_libdir/lib%name.la
|
|||||||
%_libdir/pkgconfig/libacl.pc
|
%_libdir/pkgconfig/libacl.pc
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
|
%license doc/COPYING.LGPL
|
||||||
%_libdir/libacl.so.1*
|
%_libdir/libacl.so.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user