summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-30 21:19:23 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-30 21:20:22 +0800
commit378d7d1bd2ef2fdb39fd8bdedd8b3901e5d95bfb (patch)
treeaaf97fb1f3fc794a378ef716360b17fce906d378
parent67bc7f7b1996356cba75ef45eaf6cfafa2bef7e5 (diff)
downloadmod_authnz_pam-378d7d1bd2ef2fdb39fd8bdedd8b3901e5d95bfb.tar.gz
mod_authnz_pam-378d7d1bd2ef2fdb39fd8bdedd8b3901e5d95bfb.tar.xz
mod_authnz_pam-378d7d1bd2ef2fdb39fd8bdedd8b3901e5d95bfb.zip
Adding back -lpam.mod_authnz_pam-0.8.1
Addressing regression ingroduced by 533d8183e1666cf2a19145b99d697ab5fa19622a.
-rw-r--r--mod_authnz_pam.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index dd0c463..9c3dde4 100644
--- a/mod_authnz_pam.spec
+++ b/mod_authnz_pam.spec
@@ -7,7 +7,7 @@
Summary: PAM authorization checker and PAM Basic Authentication provider
Name: mod_authnz_pam
-Version: 0.8
+Version: 0.8.1
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -35,7 +35,7 @@ can also be used as full Basic Authentication provider which runs the
%setup -q -n %{name}-%{version}
%build
-%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic" mod_authnz_pam.c
+%{_httpd_apxs} -c -Wc,"%{optflags} -Wall -pedantic" -lpam mod_authnz_pam.c
%install
rm -rf $RPM_BUILD_ROOT
@@ -59,6 +59,9 @@ install -Dp -m 0644 authnz_pam.conf $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam.
%{_httpd_moddir}/*.so
%changelog
+* Thu Jan 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.8.1-1
+- Fixing regression from previous change.
+
* Thu Jan 30 2014 Jan Pazdziora <jpazdziora@redhat.com> - 0.8-1
- 1058805 - .spec changes for Fedora package review.