Accepting request 645750 from devel:tools

- Update to version 1.1.5
  * Fixed running on older distributions
- Update to version 1.1.4
  * Fixed module getpw* functions
  * Fixed nss_wrapper.pl to use correct perl binary
  * Fixed compatibility with musl-libc

OBS-URL: https://build.opensuse.org/request/show/645750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nss_wrapper?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2018-11-06 14:27:44 +00:00 committed by Git OBS Bridge
commit 683ddb2c1c
6 changed files with 44 additions and 8 deletions

View File

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

3
nss_wrapper-1.1.5.tar.gz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEjf9T4Y8qvI2PPJIjfuD8TcwBTj0FAlvZrO8ACgkQfuD8TcwB
Tj0V+Q/9Gz21FCz7SAqbZjk2sZ+8fMkuiZxkRY046LOwSmCVV1dgNYc5gdkzaPvl
KDD7bNdu8vl9Y//zbEHZ9QwEc1YwuO3l60jcGPHXO8Th8orrDvIbAM65ktxanlgB
73cqpFNfe+BsdpvuC1764e7D/+Ji/0dhVBTzXL05ZKMET0mAiBudT8w4f9X+/TfR
ghzlDh5BSZDQKnEnPpdH02zU68F4vhznr+grqlTh+HVGCWiwF380OHlSBn9cLCaj
ZeSbhNMXAoYIOBXfVEkt9Qi05sGVMPBmcZ53/THVwz5QONrIfUysLOIvJptN8IXv
+KUAUpDoZ5hkAT7VhE5gaVyAIukEC1pNey/a2tLMLht1UYeiytOBCDImnYOm4tKO
1TKa4VTRi5goyWjEe2e3MHSXi7WC+QJgFYwF0l1Z1rjNluGdUgWwmx6Vf4DcZqct
RCT0+27y6PHXHczAdv3YE/C1mTaj+ncSKFqp+lQeI8FXhCqstEPQdUQC02CTSDHn
mpXA3ZqhwXC1vYycRiyAcRfiFV9uPbGAblJD8aQzUPYn1nk1MAWuDP1rOSAOSTCK
KOfy15rxDltC9H2bLLzQP+7vHYonO9cTsrdjW1FM6dkMEkY3l+tOnUAfkqt6fJCE
nDBMhDY+OGk4TLyWtKz4tKz7qCjx+lZhQk0qf07LTdOrjrHjFmw=
=Qf+4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 31 13:25:29 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.1.5
* Fixed running on older distributions
-------------------------------------------------------------------
Wed Oct 31 07:30:25 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 1.1.4
* Fixed module getpw* functions
* Fixed nss_wrapper.pl to use correct perl binary
* Fixed compatibility with musl-libc
-------------------------------------------------------------------
Mon Mar 21 18:19:18 UTC 2016 - asn@cryptomilk.org

BIN
nss_wrapper.keyring Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
#
# spec file for package nss_wrapper
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,7 +24,7 @@
############################# NOTE ##################################
Name: nss_wrapper
Version: 1.1.3
Version: 1.1.5
Release: 0
Summary: A wrapper for the user, group and hosts NSS API
@ -33,7 +33,9 @@ Group: Development/Libraries/C and C++
Url: http://cwrap.org/
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
Source1: %{name}-rpmlintrc
Source1: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
Source2: https://cryptomilk.org/gpgkey-8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D.gpg#/%{name}.keyring
Source3: %{name}-rpmlintrc
BuildRequires: cmake
BuildRequires: libcmocka-devel
@ -77,6 +79,9 @@ make %{?_smp_mflags} VERBOSE=1
%install
%cmake_install
find %{buildroot}%{_bindir} -name "*.pl" \
| xargs sed -i '1 s|/usr/bin/env\ perl|/usr/bin/perl|'
%check
pushd build
make %{?_smp_mflags} test || cat $(find Testing -name "*.log")
@ -88,7 +93,8 @@ popd
%files
%defattr(-,root,root)
%doc AUTHORS README ChangeLog COPYING
%doc AUTHORS README ChangeLog
%license LICENSE
%{_bindir}/nss_wrapper.pl
%{_libdir}/libnss_wrapper.so*
%dir %{_libdir}/cmake/nss_wrapper