#3 Remove dependency on pam and build-time warning about unversioned python
Merged 2 years ago by pwouters. Opened 2 years ago by zbyszek.
rpms/ zbyszek/libpwquality remove-pam-dep-and-python-warning  into  rawhide

file modified
+7 -6
@@ -15,7 +15,7 @@ 

  Summary: A library for password generation and password quality checking

  Name: libpwquality

  Version: 1.4.4

- Release: 7%{?dist}

+ Release: 8%{?dist}

  # The package is BSD licensed with option to relicense as GPLv2+

  # - this option is redundant as the BSD license allows that anyway.

  License: BSD or GPLv2+
@@ -27,7 +27,6 @@ 

  

  Requires: (cracklib-dicts >= 2.8 if passwd)

  Requires: (cracklib-dicts >= 2.8 if cryptsetup)

- Requires: pam%{?_isa}

  BuildRequires: gcc make

  BuildRequires: cracklib-devel

  BuildRequires: gettext
@@ -42,9 +41,6 @@ 

  

  URL: https://github.com/libpwquality/libpwquality/

  

- # we don't want to provide private python extension libs

- %define __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\.so$.

- 

  %description

  This is a library for password quality checks and generation

  of random passwords that pass the checks.
@@ -152,10 +148,12 @@ 

  %doc README NEWS AUTHORS

  %{_bindir}/pwmake

  %{_bindir}/pwscore

+ %dir %{_moduledir}

  %{_moduledir}/pam_pwquality.so

  %{_pwqlibdir}/libpwquality.so.*

+ %dir %{_secconfdir}

  %config(noreplace) %{_secconfdir}/pwquality.conf

- %{_secconfdir}/pwquality.conf.d

+ %dir %{_secconfdir}/pwquality.conf.d

  %{_mandir}/man1/*

  %{_mandir}/man5/*

  %{_mandir}/man8/*
@@ -179,6 +177,9 @@ 

  %endif

  

  %changelog

+ * Wed Feb 16 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.4.4-8

+ - Co-own security directory instead of pulling in pam (#2018913)

+ 

  * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.4-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

no initial comment

Pull-Request has been merged by pwouters

2 years ago
Metadata