Hello community,
here is the log from the commit of package compat-libldap-2_3 for
openSUSE:Factory checked in at 2016-03-09 15:17:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compat-libldap-2_3 (Old)
and /work/SRC/openSUSE:Factory/.compat-libldap-2_3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compat-libldap-2_3"
Changes:
--------
--- /work/SRC/openSUSE:Factory/compat-libldap-2_3/compat-libldap-2_3.changes
2015-12-01 09:19:46.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.compat-libldap-2_3.new/compat-libldap-2_3.changes
2016-03-09 16:48:40.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 7 13:54:59 UTC 2016 - [email protected]
+
+- Remove buildhost from binary
+ openldap-buildcompare.patch
+
+-------------------------------------------------------------------
New:
----
openldap-buildcompare.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compat-libldap-2_3.spec ++++++
--- /var/tmp/diff_new_pack.6cI4uA/_old 2016-03-09 16:48:41.000000000 +0100
+++ /var/tmp/diff_new_pack.6cI4uA/_new 2016-03-09 16:48:41.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package compat-libldap-2_3
#
-# Copyright (c) 2015 SUSE LINUX 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
@@ -36,6 +36,7 @@
Patch9: openldap-2.3.37-libldap-tls_chkhost-its6239.dif
Patch10: openldap-2.3.37-libldap-ssl.dif
Patch11: 0011-Fix-ldap-host-lookup-ipv6.patch
+Patch12: openldap-buildcompare.patch
BuildRequires: cyrus-sasl-devel
BuildRequires: db-devel
BuildRequires: groff
@@ -73,6 +74,7 @@
%patch9 -p1
%patch10
%patch11 -p1
+%patch12 -p1
%build
%{?suse_update_config:%{suse_update_config -f build}}
++++++ openldap-buildcompare.patch ++++++
---
build/mkversion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: openldap-2.3.37/build/mkversion
===================================================================
--- openldap-2.3.37.orig/build/mkversion
+++ openldap-2.3.37/build/mkversion
@@ -50,7 +50,7 @@ if test $# != 1 ; then
fi
APPLICATION=$1
-WHOWHERE="$USER@`uname -n`:`pwd`"
+WHOWHERE="abuild@buildhost:/proc"
cat << __EOF__
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.