Update to version 1.2.6
OBS-URL: https://build.opensuse.org/package/show/devel:tools/uid_wrapper?expand=0&rev=21
This commit is contained in:
parent
833c2380f5
commit
38ae90f76e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c60f65371420074ef437796a36beef2d713c28bd5c5fbf29c3e7a9647cd50fa
|
||||
size 311811
|
3
uid_wrapper-1.2.6.tar.gz
Normal file
3
uid_wrapper-1.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9edb1baacbe8b22c721099aea4d10a5fee45e70d338eaacfcffbb0c57283d5c2
|
||||
size 47550
|
16
uid_wrapper-1.2.6.tar.gz.asc
Normal file
16
uid_wrapper-1.2.6.tar.gz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAl0sR5QACgkQfuD8TcwB
|
||||
Tj3f7Q//buv0SFaqOgr89+jyVkBoTlZNyAiC9ciBEgvDHoMd3qQ01ofKfhNyugmz
|
||||
NLQKpP2Hbfa4Bp+M97Xxwj/3ark1ujcLi/VKahNdHgFRtxY0JHwHXaCnrbWDW/f3
|
||||
TjTQQjCq/HeJsSd7+x6jnyrbdykPVfniuwmMoytiF03yDn3AnWEzYHtweeYL5II3
|
||||
EU839t8OeDdYMbYzUE/IZ8yH2PQApunBe9nRG806b78X1WHh4Z/xWDm3UaMeq3ZV
|
||||
hKnZMe3v2j7Q0I2OVJsfnSkW8FwVxawfp7OTKFJxQFa3R0JAohoaiIW7iT+Mce8T
|
||||
9lHokY4IY660nmE9hPNfdRHLTevLSduVq3wR+tqO+p6MF2BPwkV3xaDFDvFKKkeV
|
||||
w26/mf4kfoBZ2EHTt6LLHL0whfJA0ovlsxuKuwUgEHDV8IOq/Op/MEWBF19M4EPw
|
||||
IbX3z+fvvCE4hjuoksExfI3SrOaBLIRNW5OiL8OFFbx/6DA4htZA+twcZnsOuVT0
|
||||
ndLLPOWaEdOV7ib8mxCB/ugYQnxujd4ow09+SzO94kcW2jdsuqQ/6bi5OcdafjtE
|
||||
1rmGjFv9A9lTPo68eY/+0k/rmQP7ie6wpbt2dEgrDSHLpZZHcKES1maEvF7Su2OY
|
||||
Xvf4tqOifrDWuAyYDhGM/4Yu3psu7zWuCh4QZ8TzJETcUnTaHcA=
|
||||
=BPeN
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 09:30:54 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Update to version 1.2.6
|
||||
* Fix manpage installation
|
||||
* Fix cmake-config installation
|
||||
* Fixed running with sanitizers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 09:17:48 UTC 2017 - asn@cryptomilk.org
|
||||
|
||||
|
BIN
uid_wrapper.keyring
Normal file
BIN
uid_wrapper.keyring
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package uid_wrapper
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX 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,7 +12,7 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -24,16 +24,18 @@
|
||||
############################# NOTE ##################################
|
||||
|
||||
Name: uid_wrapper
|
||||
Version: 1.2.4
|
||||
Version: 1.2.6
|
||||
Release: 0
|
||||
|
||||
Summary: A wrapper for privilege seperation
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://cwrap.org/
|
||||
|
||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-rpmlintrc
|
||||
Source2: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
|
||||
Source3: uid_wrapper.keyring
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libcmocka-devel
|
||||
@ -80,7 +82,8 @@ popd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README ChangeLog COPYING
|
||||
%doc AUTHORS README.md ChangeLog
|
||||
%license LICENSE
|
||||
%{_libdir}/libuid_wrapper.so*
|
||||
%dir %{_libdir}/cmake
|
||||
%dir %{_libdir}/cmake/uid_wrapper
|
||||
|
Loading…
Reference in New Issue
Block a user