forked from microsoft/azurelinux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "fix pam_wrapper build (microsoft#8194)" (microsoft#8302)
- Loading branch information
Showing
1 changed file
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
|
@@ -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 <[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 | ||
|
||
|
@@ -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 | ||
|
||
|