Skip to content

Commit

Permalink
Revert "fix pam_wrapper build (microsoft#8194)" (microsoft#8302)
Browse files Browse the repository at this point in the history
  • Loading branch information
anphel31 authored Mar 8, 2024
1 parent 25b405a commit d218657
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions SPECS/pam_wrapper/pam_wrapper.spec
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -124,10 +135,10 @@ popd
%license LICENSE
%doc obj/doc/html

%changelog
* Thu Feb 29 2024 Andrew Phelps <[email protected]> - 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 <[email protected]> - 1.1.5-1
- Auto-upgrade to 1.1.5 - Azure Linux 3.0 - package upgrades

Expand All @@ -138,7 +149,7 @@ popd
- Bumping version to 1.1.4.
- Remove gpg signature verification
- License verified

* Tue Jun 08 2021 Thomas Crain <[email protected]> - 1.1.3-3
- Remove python2 macros

Expand Down

0 comments on commit d218657

Please sign in to comment.