Hello community,

here is the log from the commit of package pam_script for openSUSE:Factory 
checked in at 2017-08-24 18:51:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_script (Old)
 and      /work/SRC/openSUSE:Factory/.pam_script.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_script"

Thu Aug 24 18:51:52 2017 rev:1 rq:516621 version:1.1.9

Changes:
--------
New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.pam_script.new/pam_script.changes       
2017-08-24 18:51:53.185750138 +0200
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Sun Aug 13 14:40:06 UTC 2017 - [email protected]
+
+- Update to pam_script version 1.9.1
+  * Merged pull request #8 from mgerstner/audit
+    with security related improvements 
+
+-------------------------------------------------------------------
+Thu Jul 13 13:25:43 UTC 2017 - [email protected]
+
+- First initial package pam_script version 1.8.1 
+- Add patch pam_script-man-section.patch to get
+  manual page section 8 for PAM modules

New:
----
  pam_script-1.1.9.tar.gz
  pam_script-man-section.patch
  pam_script.changes
  pam_script.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pam_script.spec ++++++
#
# spec file for package pam_script
#
# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           pam_script
Version:        1.1.9
Release:        0
License:        GPL-2.0+
Summary:        PAM module which allows executing a script
Url:            https://github.com/jeroennijhof/pam_script
Group:          Productivity/Networking
Source0:        
https://github.com/jeroennijhof/pam_script/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0:         pam_script-man-section.patch
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  gcc-c++
BuildRequires:  glib2-devel
BuildRequires:  libtool
BuildRequires:  pam-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This module will allow you to execute scripts during authorization,
password changes and sessions. This is very handy if your current
security application has no PAM support but is accessible with perl
or other scripts.

%prep
%setup -q -n %{name}-%{version}
%patch0
autoreconf -fis

%build
%configure --disable-static --with-gnu-ld --libdir=/%{_lib}/security
make %{?_smp_mflags}

%install
make install DESTDIR=%{buildroot} man7dir='$(mandir)/man8'
rm -vf %{buildroot}/%{_lib}/security/*.la
rm -vf %{buildroot}%{_sysconfdir}/README
for file in %{buildroot}%{_mandir}/man8/*.7*
do
    test -e "$file" || continue
    path=${file%%/*}
    mv "$file" "${path}/%{name}.8"
done

%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog README NEWS etc/README.pam_script
%config(noreplace) %dir %{_sysconfdir}/pam-script.d/
%config(noreplace) %{_sysconfdir}/pam_script*
/%{_lib}/security/*
%{_mandir}/man8/%{name}.8*

%changelog
++++++ pam_script-man-section.patch ++++++
---
 pam-script.7.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- pam-script.7.in
+++ pam-script.7.in     2017-07-13 13:13:24.983357610 +0000
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH PAM-SCRIPT 7 "August 22, 2007"
+.TH PAM-SCRIPT 8 "August 22, 2007" "Linux-PAM Manual" "Linux-PAM Manual"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -100,7 +100,7 @@ which can be used to modify the script b
 @PACKAGE_STRING@
 
 .SH SEE ALSO
-.BR PAM (7)
+.BR PAM (8)
 and the PAM "The System Administrators' Guide"
 .SH AUTHOR
 .nf

Reply via email to