forked from pool/pam-config
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
8c4d349394 | |||
7de86ab6fc | |||
ddc19f7c21 | |||
0b64d7eb6f | |||
064f8b2736 | |||
e230bdfa7c | |||
040d092596 | |||
695156b3b1 | |||
d9aecbac47 | |||
269c0b63a0 |
2
_service
2
_service
@@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="filename">pam-config</param>
|
<param name="filename">pam-config</param>
|
||||||
<param name="versionformat">2.11+git.%cd</param>
|
<param name="versionformat">2.13+git.%cd</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="recompress">
|
<service mode="manual" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@@ -2,5 +2,5 @@
|
|||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/SUSE/pam-config.git</param>
|
<param name="url">https://github.com/SUSE/pam-config.git</param>
|
||||||
|
|
||||||
<param name="changesrevision">c328cbfc2b9576a92d32372df03eebef0aefb975</param></service>
|
<param name="changesrevision">f5caa1e70f5af87d7f84e19f7c13ffde1e2cf288</param></service>
|
||||||
</servicedata>
|
</servicedata>
|
BIN
pam-config-2.11+git.20240906.tar.xz
(Stored with Git LFS)
BIN
pam-config-2.11+git.20240906.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
pam-config-2.13+git.20250715.tar.xz
(Stored with Git LFS)
Normal file
BIN
pam-config-2.13+git.20250715.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 06:44:03 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.13+git.20250715:
|
||||||
|
* Release version 2.13
|
||||||
|
* Place himmelblau near the top of pam stack [bsc#1243418]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 18 05:28:06 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.12+git.20250516:
|
||||||
|
* Don't add pam_env twice
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 11 08:14:08 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.12+git.20250411:
|
||||||
|
* Release version 2.12
|
||||||
|
* Call ecryptfs/fscrypt before pam_unix (#30)
|
||||||
|
* Don't exit with error if admin disabled pam-config
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 11 13:54:08 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Add PreRequires for pam-extra, several other packages depend on
|
||||||
|
that pam_limits is installed and enabled by default
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 11 07:58:07 UTC 2024 - kukuk@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.11+git.20240911:
|
||||||
|
* Only add pam_limits if available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 06 08:20:00 UTC 2024 - kukuk@suse.com
|
Fri Sep 06 08:20:00 UTC 2024 - kukuk@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pam-config
|
Name: pam-config
|
||||||
Version: 2.11+git.20240906
|
Version: 2.13+git.20250715
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to modify common PAM configuration files
|
Summary: Utility to modify common PAM configuration files
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@@ -30,6 +30,7 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
PreReq: pam >= 1.3.0
|
PreReq: pam >= 1.3.0
|
||||||
|
PreReq: pam-extra
|
||||||
Recommends: pam_pwquality
|
Recommends: pam_pwquality
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user