Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2018-02-25 11:33:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam-config (Old)
 and      /work/SRC/openSUSE:Factory/.pam-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam-config"

Sun Feb 25 11:33:18 2018 rev:76 rq:579500 version:0.95

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes    2018-01-20 
11:25:12.632586302 +0100
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes       
2018-02-25 11:33:19.206317292 +0100
@@ -1,0 +2,11 @@
+Fri Feb 23 12:36:32 UTC 2018 - ku...@suse.com
+
+- Use %license instead of %doc [bsc#1082318]
+
+-------------------------------------------------------------------
+Thu Feb 22 16:25:04 CET 2018 - ku...@suse.de
+
+- Update to version 0.95:
+  - fix migration from pam_unix2/pam_pwcheck to pam_unix/pam_cracklib
+
+-------------------------------------------------------------------

Old:
----
  pam-config-0.94.tar.bz2

New:
----
  pam-config-0.95.tar.bz2

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

Other differences:
------------------
++++++ pam-config.spec ++++++
--- /var/tmp/diff_new_pack.eWfSRO/_old  2018-02-25 11:33:21.634229129 +0100
+++ /var/tmp/diff_new_pack.eWfSRO/_new  2018-02-25 11:33:21.638228985 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam-config
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:           pam-config
+Version:        0.95
+Release:        0
 Summary:        Modify common PAM configuration files
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Management
-Version:        0.94
-Release:        0
-PreReq:         pam >= 1.3.0
-Url:            https://github.com/SUSE/pam-config
+URL:            https://github.com/SUSE/pam-config
 Source:         %{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+PreReq:         pam >= 1.3.0
 
 %description
 pam-config is a command line utility to maintain the common PAM
@@ -34,8 +33,6 @@
 hardware based authentication schemes. pam-config can also
 add/adjust/remove other PAM modules and their options.
 
-
-
 %prep
 %setup -q
 
@@ -44,15 +41,15 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
+%make_install
+mkdir -p %{buildroot}/%{_sysconfdir}/pam.d
 for i in account auth password session ; do
-  touch $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/common-$i-pc
+  touch %{buildroot}/%{_sysconfdir}/pam.d/common-$i-pc
 done
-%{find_lang} pam-config
+%find_lang pam-config
 
 %post
-if [ ! -f /etc/pam.d/common-auth-pc ] ; then
+if [ ! -f %{_sysconfdir}/pam.d/common-auth-pc ] ; then
   pam-config --debug --create --force
 else
   pam-config --debug --update ||:
@@ -61,13 +58,13 @@
 %postun
 if [ $1 = 0 ]; then
   # Deinstall
-  dir=/etc/security
+  dir=%{_sysconfdir}/security
   for conf in pam_unix2.conf pam_pwcheck.conf ; do
     if [ -f $dir/$conf.pam-config-backup -a ! -f $dir/$conf ]; then
       mv -v $dir/$conf.pam-config-backup $dir/$conf
     fi
   done
-  dir=/etc/pam.d
+  dir=%{_sysconfdir}/pam.d
   for pamd in common-account common-auth common-password common-session ; do
     if [ -f $dir/$pamd.pam-config-backup -a -L $dir/$pamd ]; then
       rm -v $dir/$pamd && mv -v $dir/$pamd.pam-config-backup $dir/$pamd
@@ -80,10 +77,9 @@
 fi
 
 %files -f pam-config.lang
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_sbindir}/pam-config
-%doc %{_mandir}/man8/pam-config.8*
+%{_mandir}/man8/pam-config.8*
 %ghost %config %{_sysconfdir}/pam.d/common-account-pc
 %ghost %config %{_sysconfdir}/pam.d/common-auth-pc
 %ghost %config %{_sysconfdir}/pam.d/common-password-pc

++++++ pam-config-0.94.tar.bz2 -> pam-config-0.95.tar.bz2 ++++++
++++ 2673 lines of diff (skipped)


Reply via email to