Hello community, here is the log from the commit of package drbd for openSUSE:Factory checked in at 2016-03-16 10:35:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drbd (Old) and /work/SRC/openSUSE:Factory/.drbd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drbd" Changes: -------- --- /work/SRC/openSUSE:Factory/drbd/drbd.changes 2015-11-26 17:01:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.drbd.new/drbd.changes 2016-03-16 10:35:31.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 7 14:23:53 UTC 2016 - [email protected] + +- Remove timstamp from binaries + Add patch drbd-buildcompare.patch + +------------------------------------------------------------------- New: ---- drbd-buildcompare.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drbd.spec ++++++ --- /var/tmp/diff_new_pack.p8aOyn/_old 2016-03-16 10:35:32.000000000 +0100 +++ /var/tmp/diff_new_pack.p8aOyn/_new 2016-03-16 10:35:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package drbd # -# 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 @@ -41,6 +41,7 @@ #Whether can merge into linbit is under discussion Patch3: 0001-Support-zeroout-device-in-initial-sync.patch Patch4: rename-GFP_WAIT-to-GFP_RECLAIM.patch +Patch5: drbd-buildcompare.patch BuildRequires: kernel-source BuildRequires: kernel-syms @@ -78,6 +79,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build rm -rf obj ++++++ drbd-buildcompare.patch ++++++ --- drbd/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: drbd-8.4.6/drbd/Kbuild =================================================================== --- drbd-8.4.6.orig/drbd/Kbuild +++ drbd-8.4.6/drbd/Kbuild @@ -134,5 +134,5 @@ $(obj)/drbd_buildtag.c: $(filter-out drb echo >&2 "Your DRBD source tree is broken. Unpack again."; \ exit 1; \ fi ; \ - echo -e "\t\t\" build by $$USER@$$HOSTNAME, `date "+%F %T"`\";\n}"; \ + echo -e "\t\t\" build by $$USER\";\n}"; \ mv --force [email protected] $@
