Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2016-06-08 10:28:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam-config (Old)
 and      /work/SRC/openSUSE:Factory/.pam-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam-config"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes    2016-06-05 
14:19:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes       
2016-06-08 10:28:49.000000000 +0200
@@ -2,10 +1,0 @@
-Tue May 31 15:41:15 CEST 2016 - [email protected]
-
-- No %ghost entries anymore, common-*-pc files are now real config 
-  files for better tracking of modifications.
-- Update to version 0.91
-  - Adjust for Linux-PAM 1.3.0
-  - Automatically replace obsolete PAM modules no longer installed
-  - Extend error messages
-
--------------------------------------------------------------------

Old:
----
  common-account-pc
  common-auth-pc
  common-password-pc
  common-session-pc
  pam-config-0.91.tar.bz2

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

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

Other differences:
------------------
++++++ pam-config.spec ++++++
--- /var/tmp/diff_new_pack.le2woc/_old  2016-06-08 10:28:50.000000000 +0200
+++ /var/tmp/diff_new_pack.le2woc/_new  2016-06-08 10:28:50.000000000 +0200
@@ -20,15 +20,10 @@
 Summary:        Modify common PAM configuration files
 License:        GPL-2.0
 Group:          System/Management
-Version:        0.91
+Version:        0.89
 Release:        0
-PreReq:         pam >= 1.3.0
-Url:            https://github.com/SUSE/pam-config
+PreReq:         pam >= 0.99
 Source:         %{name}-%{version}.tar.bz2
-Source1:        common-account-pc
-Source2:        common-auth-pc
-Source3:        common-password-pc
-Source4:        common-session-pc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,14 +45,13 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
-install -m 644 %SOURCE1 $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/
-install -m 644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/
-install -m 644 %SOURCE3 $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/
-install -m 644 %SOURCE4 $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/
+for i in account auth password session ; do
+  touch $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/common-$i-pc
+done
 %{find_lang} pam-config
 
 %post
-if [ "$1" = "1" ]; then
+if [ ! -f /etc/pam.d/common-auth-pc ] ; then
   pam-config --debug --create --force
 else
   pam-config --debug --update ||:
@@ -88,9 +82,9 @@
 %defattr(-,root,root)
 %{_sbindir}/pam-config
 %doc %{_mandir}/man8/pam-config.8*
-%config %{_sysconfdir}/pam.d/common-account-pc
-%config %{_sysconfdir}/pam.d/common-auth-pc
-%config %{_sysconfdir}/pam.d/common-password-pc
-%config %{_sysconfdir}/pam.d/common-session-pc
+%ghost %config %{_sysconfdir}/pam.d/common-account-pc
+%ghost %config %{_sysconfdir}/pam.d/common-auth-pc
+%ghost %config %{_sysconfdir}/pam.d/common-password-pc
+%ghost %config %{_sysconfdir}/pam.d/common-session-pc
 
 %changelog

++++++ pam-config-0.91.tar.bz2 -> pam-config-0.89.tar.bz2 ++++++
++++ 14075 lines of diff (skipped)


Reply via email to