From 4b4e54c22871ecab8309365ac980c71f09b61aba Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:23:27 +0100 Subject: [PATCH] update to 1.3.1 [release 1.3.1-1mamba;Sat Jul 28 2018] --- pam.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pam.spec b/pam.spec index 9203a01..0544371 100644 --- a/pam.spec +++ b/pam.spec @@ -9,15 +9,16 @@ %define unix2_ver 2.6 Name: pam -Version: 1.3.0 -Release: 2mamba +Version: 1.3.1 +Release: 1mamba Summary: Utilities for monitoring your system and processes on your system Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.linux-pam.org -Source: http://linux-pam.org/library/Linux-PAM-%{version}.tar.bz2 +Source: https://github.com/linux-pam/linux-pam.git/v%{version}/linux-pam-%{version}.tar.bz2 +#Source: http://linux-pam.org/library/Linux-PAM-%{version}.tar.bz2 #Source1: pam.conf Source2: pam_other Source3: pam-system-auth @@ -95,13 +96,14 @@ PAM (Pluggable Authentication Modules) is a system security tool which allows sy This package contains the documentation files in html, pdf and postscript formats. %prep -%setup -q -a4 -a5 -a9 -a10 -n Linux-PAM-%{version} +%setup -q -a4 -a5 -a9 -a10 -n linux-pam-%{version} %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %build +./autogen.sh %configure \ --disable-prelude \ --with-mailspool=/var/mail \ @@ -238,6 +240,9 @@ exit 0 #%endif %changelog +* Sat Jul 28 2018 Silvan Calarco 1.3.1-1mamba +- update to 1.3.1 + * Sat Nov 04 2017 Silvan Calarco 1.3.0-2mamba - group.conf: add sddm and gdm support