Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam_csync for openSUSE:Factory 
checked in at 2022-08-03 21:16:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_csync (Old)
 and      /work/SRC/openSUSE:Factory/.pam_csync.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_csync"

Wed Aug  3 21:16:53 2022 rev:21 rq:992466 version:0.43.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_csync/pam_csync.changes      2020-06-11 
10:08:06.627819986 +0200
+++ /work/SRC/openSUSE:Factory/.pam_csync.new.1533/pam_csync.changes    
2022-08-03 21:17:09.111513538 +0200
@@ -1,0 +2,6 @@
+Wed Aug  3 06:47:39 UTC 2022 - Ludwig Nussel <lnus...@suse.de>
+
+- use %_pam_moduledir (boo#1190949)
+- run spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pam_csync.spec ++++++
--- /var/tmp/diff_new_pack.mmR0qD/_old  2022-08-03 21:17:09.663514986 +0200
+++ /var/tmp/diff_new_pack.mmR0qD/_new  2022-08-03 21:17:09.671515007 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_csync
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,24 @@
 #
 
 
+%if !%{defined _pam_moduledir}
+%define _pam_moduledir /%{_lib}/security
+%endif
 Name:           pam_csync
-BuildRequires:  cmake
-BuildRequires:  libcsync-devel
-BuildRequires:  libiniparser-devel
-BuildRequires:  pam-devel
 Version:        0.43.0
 Release:        0
 Summary:        A PAM module for roaming home directories
 License:        GPL-2.0-or-later
 Group:          System/Libraries
-URL:            http://www.csync.org/
+URL:            https://www.csync.org/
 Source0:        
https://gitlab.com/csync/pam_csync/-/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
 # PATCH-FIX-UPSTREAM 0002-Update-FSF-address.patch
 Patch2:         0002-Update-FSF-address.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cmake
+BuildRequires:  libcsync-devel
+BuildRequires:  libiniparser-devel
+BuildRequires:  pam-devel
 
 %description
 This is a PAM module to provide roaming home directories for a user
@@ -39,18 +41,11 @@
 triggers a synchronization with the server on the first login and the
 last logout.
 
-
-
-Authors:
---------
-    Andreas Schneider
-
-
 %prep
 %autosetup -p1
 
 %build
-%cmake
+%cmake -DPAM_MODULE_INSTALL_DIR=%{_pam_moduledir}
 %cmake_build
 
 %install
@@ -59,7 +54,7 @@
 %files
 %doc FAQ README
 %license COPYING
-/%{_lib}/security/pam_csync.so
+%{_pam_moduledir}/pam_csync.so
 %dir %{_sysconfdir}/security
 %config(noreplace) %{_sysconfdir}/security/pam_csync.conf
 %{_mandir}/man?/pam_csync.*

Reply via email to