This commit is contained in:
Andrew Phelps 2024-03-08 12:10:29 -08:00 коммит произвёл GitHub
Родитель 25b405a1ad
Коммит d218657e86
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 16 добавлений и 5 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Name: pam_wrapper
Version: 1.1.5
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A tool to test PAM applications and PAM modules
License: GPLv3+
URL: https://cwrap.org/
@ -60,6 +60,17 @@ License: GPLv3+
%description -n libpamtest-doc
Documentation for libpamtest development.
%package -n python3-libpamtest
Summary: A python wrapper for libpamtest
License: GPLv3+
Requires: libpamtest = %{version}-%{release}
Requires: pam_wrapper = %{version}-%{release}
%description -n python3-libpamtest
If you plan to develop python tests for a PAM module you can use this
library, which simplifies testing of modules. This subpackage includes
the header files for libpamtest
%prep
%autosetup -S git
@ -124,10 +135,10 @@ popd
%license LICENSE
%doc obj/doc/html
%changelog
* Thu Feb 29 2024 Andrew Phelps <anphel@microsoft.com> - 1.1.5-2
- Temporarily remove python3-libpamtest subpackage, which is not building with python 3.12
%files -n python3-libpamtest
%{python3_sitearch}/pypamtest.so
%changelog
* Fri Oct 27 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.1.5-1
- Auto-upgrade to 1.1.5 - Azure Linux 3.0 - package upgrades
@ -138,7 +149,7 @@ popd
- Bumping version to 1.1.4.
- Remove gpg signature verification
- License verified
* Tue Jun 08 2021 Thomas Crain <thcrain@microsoft.com> - 1.1.3-3
- Remove python2 macros