Package Release Info

libpwquality-1.4.5-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libpwquality1-32bit
pam_pwquality-32bit

Change Logs

* Fri Jan 24 2025 schubi@suse.com
- pwquality.conf moved from /etc/security to /usr/lib/security
* Fri Jan 10 2025 dimstar@opensuse.org
- Add libpwquality-fix-python-install.patch: Fix installation of
  python bindings after moving to setuptools.
* Fri Nov 22 2024 dmueller@suse.com
- Drop python 2.x support (it's been 4 years).
- Add python3-setuptools BuildRequires which is needed for
  distutils.
* Wed Dec 20 2023 gcomes.obs@gmail.com
- add: prereq "pam-config" in baselibs.conf
  * post scriptlet in pam_pwquality-32bit runs: pam-config
* Mon Dec 26 2022 andreas.stieger@gmx.de
- Update to version 1.4.5:
  + Minor bug fixes and documentation enhancements.
  + Updated translations.
* Mon Jan 17 2022 mgorse@suse.com
- Add python-rpm-macros to BuildRequires (boo#1194757).
* Tue Sep 28 2021 dimstar@opensuse.org
- Use %_pam_moduledir instead of hardcoding %{_lib}/security
  (boo#1191042).
* Tue Jan 05 2021 josef.moellers@suse.com
- Do not use macro %make_build pre SLE-15
  Use "make -O %{?_smp_mflags}" instead
  [libpwquality.spec]
* Fri Oct 16 2020 dsauer@suse.com
- update to 1.4.4
  * e11f2bd Fix regression with enabling cracklib check
  * 02e6728 Use make macros in rpm spec file
  * xxxxxxx Translated using Weblate (Polish, Turkish, Ukrainian)
- update to 1.4.3
  * 1213d33 Update translation files
  * a951fbe Add --disable-cracklib-check configure parameter
  * 6a8845b fixup static compilation
  * 92c6066 python: Add missing getters/setters for newly added settings
  * bfef79d Add usersubstr check
  * 09a2e65 pam_pwquality: Add debug message for the local_users_only option
  * a6f7705 Fix some gcc warnings
  * 8c8a260 pwmake: Properly validate the bits parameter.
  * 7be4797 we use Fedora Weblate now
  * xxxxxxx Translated using Weblate (Azerbaijani, Bulgarian,
    Chinese (Simplified), Czech, French, Friulian, Hungarian, Italian,
    Japanese, Norwegian Bokmål, Persian, Russian, Spanish, Turkish)
* Thu Aug 20 2020 dmueller@suse.com
- update to 1.4.2:
  * Fix regression in handling retry, enforce_for_root, and
    local_users_only options introduced with the previous
    release.