rpms/pam_abl/devel pam_abl.spec,1.1,1.2

Alexander Dalloz (adalloz) fedora-extras-commits at redhat.com
Sun Jul 16 19:02:06 UTC 2006


Author: adalloz

Update of /cvs/extras/rpms/pam_abl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28178

Modified Files:
	pam_abl.spec 
Log Message:
upgrade to 0.2.3


Index: pam_abl.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_abl/devel/pam_abl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pam_abl.spec	19 Jul 2005 17:05:09 -0000	1.1
+++ pam_abl.spec	16 Jul 2006 19:02:06 -0000	1.2
@@ -1,14 +1,12 @@
-%define		reldate 20050110
-
 Name:		pam_abl
 Summary:	A Pluggable Authentication Module (PAM) for auto blacklisting
-Version:	0.2.2
-Release:	2%{?dist}
+Version:	0.2.3
+Release:	1%{?dist}
 License:	GPL
 Group:		System Environment/Base
 URL:		http://www.hexten.net/sw/pam_abl/
-Source0:	http://www.hexten.net/sw/pam_abl/pam_abl-%{reldate}-%{version}.tar.gz
-Source1:	README.Fedora
+Source0:	http://dl.sourceforge.net/sourceforge/pam-abl/%{name}-%{version}.tar.gz	
+Patch0:		pam_abl-0.2.3-fixes.patch
 BuildRequires:	db4-devel, pam-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -20,12 +18,11 @@
 databases used by the pam_abl module.
 
 %prep
-%setup -q -n %{name}-%{reldate}-%{version}
-# temporary fix for an outdated document instruction
-sed -i -e '/pam_abl.so$/d' conf/system-auth
+%setup -q -n %{name}
+%patch0 -p1
 
 %build
-make %{?_smp_mflags} all
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
@@ -33,29 +30,37 @@
 install -D -m 644 conf/pam_abl.conf %{buildroot}%{_sysconfdir}/security/pam_abl.conf
 install -D -m 755 tools/pam_abl %{buildroot}%{_sbindir}/pam_abl
 install -d -m 755 %{buildroot}%{_localstatedir}/lib/abl
-install -m 644 %{SOURCE1} README.Fedora
-rm -f doc/._pam_abl.html
+install -D -m 644 doc/pam_abl.1 %{buildroot}%{_mandir}/man1/pam_abl.1
+rm -rf doc/{CVS,._pam_abl.html,pam_abl.1}
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(644,root,root,755)
-%doc README.Fedora Copyright doc conf
+%doc AUTHORS CONFIGURATION COPYING NEWS QUICKSTART THANKS
+%doc Copyright conf/system-auth doc
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/security/pam_abl.conf
 /%{_lib}/security/pam_abl.so
 %{_sbindir}/pam_abl
 %{_localstatedir}/lib/abl/
+%{_mandir}/man?/%{name}.*
 
 %changelog
+* Sun Jul 16 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 0.2.3-1
+- Upgrade to 0.2.3
+  - fixes #165817, #174932, #185866, #192614
+- Added manpage, improved documentation
+  (big thanks to Robert Scheck)
+
 * Fri Jul 15 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 0.2.2-2
-- Defined %{reldate} and made macro usage consistent
+- Defined %%{reldate} and made macro usage consistent
 - pam_abl moved to /usr/sbin.
 
 * Wed Jul 13 2005 Alexander Dalloz <alex {%} dalloz {*} de> - 0.2.2-1
 - Changes following review:
-  - added %{?dist} tag
+  - added %%{?dist} tag
   - set Group to System Environment/Base
   - set Source0 to be an absolute URL
   - changed BuildPrereq to be BuildRequires




More information about the fedora-extras-commits mailing list