Hello community,

here is the log from the commit of package pam_ldap for openSUSE:Factory 
checked in at 2016-05-14 12:23:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_ldap (Old)
 and      /work/SRC/openSUSE:Factory/.pam_ldap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_ldap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_ldap/pam_ldap.changes        2014-11-10 
17:29:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pam_ldap.new/pam_ldap.changes   2016-05-14 
12:23:45.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Mar  4 06:20:53 UTC 2016 - [email protected]
+
+- Add reproducible.patch to drop build date to make build-compare work
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ pam_ldap.spec ++++++
--- /var/tmp/diff_new_pack.ktRz6O/_old  2016-05-14 12:23:46.000000000 +0200
+++ /var/tmp/diff_new_pack.ktRz6O/_new  2016-05-14 12:23:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_ldap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -38,6 +38,7 @@
 Patch1:         pam_ldap-arm-linux-gnueabi.patch
 Patch2:         pam_ldap-expirewarning.dif
 Patch3:         pam_ldap-chauthtok-errcode.dif
+Patch4:         reproducible.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +55,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 cp -v  %{S:1} .
 
 %build

++++++ reproducible.patch ++++++
Index: pam_ldap-186/vers_string
===================================================================
--- pam_ldap-186.orig/vers_string
+++ pam_ldap-186/vers_string
@@ -13,7 +13,7 @@ $HEADER = '$Id: vers_string,v 1.2 2010/0
 if ($ENV{'PROGRAM'}) { $PROGRAM = $ENV{'PROGRAM'}; }
 
 chop($AUTHOR);
-chop($DATE=`date -u`);
+$DATE="see rpm -qi pam_ldap";
 chop($CWD=`pwd`);
 
 ($PROJECT, $VERSION) = split(/\-/, &getCVSVersionInfo());

Reply via email to