Update to version 1.1.2
This commit is contained in:
parent
3e762ca14f
commit
8215e6fd04
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
||||
/pam_wrapper-1.0.2.tar.gz
|
||||
/pam_wrapper-1.0.3.tar.gz
|
||||
/pam_wrapper-1.0.7.tar.gz
|
||||
/pam_wrapper-1.1.2.tar.gz
|
||||
/pam_wrapper-1.1.2.tar.gz.asc
|
||||
|
||||
BIN
pam_wrapper.keyring
Normal file
BIN
pam_wrapper.keyring
Normal file
Binary file not shown.
@ -1,14 +1,17 @@
|
||||
Name: pam_wrapper
|
||||
Version: 1.0.7
|
||||
Release: 6%{?dist}
|
||||
Version: 1.1.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
Summary: A tool to test PAM applications and PAM modules
|
||||
License: GPLv3+
|
||||
Url: http://cwrap.org/
|
||||
|
||||
Source0: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz
|
||||
Source1: https://ftp.samba.org/pub/cwrap/%{name}-%{version}.tar.gz.asc
|
||||
Source2: pam_wrapper.keyring
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libcmocka-devel
|
||||
BuildRequires: python3-devel
|
||||
@ -19,9 +22,6 @@ BuildRequires: git
|
||||
Recommends: cmake
|
||||
Recommends: pkgconfig
|
||||
|
||||
# https://bugzilla.samba.org/show_bug.cgi?id=14245
|
||||
Patch0: fix-pam-module-output-crash.patch
|
||||
|
||||
%description
|
||||
This component of cwrap allows you to either test your PAM (Linux-PAM
|
||||
and OpenPAM) application or module.
|
||||
@ -79,6 +79,7 @@ the header files for libpamtest
|
||||
|
||||
|
||||
%prep
|
||||
gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%autosetup -S git
|
||||
|
||||
|
||||
@ -88,6 +89,7 @@ if test ! -e "obj"; then
|
||||
fi
|
||||
pushd obj
|
||||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DUNIT_TESTING=ON \
|
||||
%{_builddir}/%{name}-%{version}
|
||||
|
||||
@ -123,6 +125,7 @@ popd
|
||||
%{_libdir}/pam_wrapper/pam_get_items.so
|
||||
%{_libdir}/pam_wrapper/pam_set_items.so
|
||||
%{_mandir}/man1/pam_wrapper.1*
|
||||
%{_mandir}/man8/pam_chatty.8*
|
||||
%{_mandir}/man8/pam_matrix.8*
|
||||
%{_mandir}/man8/pam_get_items.8*
|
||||
%{_mandir}/man8/pam_set_items.8*
|
||||
@ -133,9 +136,10 @@ popd
|
||||
%files -n libpamtest-devel
|
||||
%{_libdir}/libpamtest.so
|
||||
%{_libdir}/pkgconfig/libpamtest.pc
|
||||
%dir %{_libdir}/cmake/libpamtest
|
||||
%{_libdir}/cmake/libpamtest/libpamtest-config-version.cmake
|
||||
%{_libdir}/cmake/libpamtest/libpamtest-config.cmake
|
||||
%dir %{_libdir}/cmake/pamtest
|
||||
%{_libdir}/cmake/pamtest/pamtest-config-relwithdebinfo.cmake
|
||||
%{_libdir}/cmake/pamtest/pamtest-config-version.cmake
|
||||
%{_libdir}/cmake/pamtest/pamtest-config.cmake
|
||||
%{_includedir}/libpamtest.h
|
||||
|
||||
%files -n libpamtest-doc
|
||||
@ -145,6 +149,10 @@ popd
|
||||
%{python3_sitearch}/pypamtest.so
|
||||
|
||||
%changelog
|
||||
* Tue Mar 24 2020 Andreas Schneider <asn@redhat.com> - 1.1.2-1
|
||||
- Update to version 1.1.2
|
||||
* https://gitlab.com/cwrap/pam_wrapper/-/blob/master/CHANGELOG
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (pam_wrapper-1.0.7.tar.gz) = 14b182a99d1a95905d4e58b2b20d4d13538a75d9397768638a64ddf903688114ab58fb283e0425800b42387eda3a9c9e8b827d4f90c51ab3ac4e93d48563b11f
|
||||
SHA512 (pam_wrapper-1.1.2.tar.gz) = 91566183aa0107e4882e03dbd5d70eb18152f04fa17b1fd65062f8f675661ea423e8e4b300bae6936d841b4b66002145c43d9f3b366168bb1bcbad693d368056
|
||||
SHA512 (pam_wrapper-1.1.2.tar.gz.asc) = 1aa72a715e0d93db5a7f0671bc6a5e6fc1236bc0a8c612c3a5d9b273024a3f690f2f6226bb87df844d864cb115a1ffd712f4b5c8af7eeeedf0cbbaae7b816f9e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user