From d218657e86a6a9ec5de63554b0abb7a0507a0c8f Mon Sep 17 00:00:00 2001 From: Andrew Phelps Date: Fri, 8 Mar 2024 12:10:29 -0800 Subject: [PATCH] Revert "fix pam_wrapper build (#8194)" (#8302) --- SPECS/pam_wrapper/pam_wrapper.spec | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/SPECS/pam_wrapper/pam_wrapper.spec b/SPECS/pam_wrapper/pam_wrapper.spec index fe52dd5b327..42209b6f0a2 100644 --- a/SPECS/pam_wrapper/pam_wrapper.spec +++ b/SPECS/pam_wrapper/pam_wrapper.spec @@ -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 - 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 - 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 - 1.1.3-3 - Remove python2 macros