Hello community,

here is the log from the commit of package keyutils for openSUSE:Factory 
checked in at 2015-02-06 10:52:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keyutils (Old)
 and      /work/SRC/openSUSE:Factory/.keyutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keyutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/keyutils/keyutils.changes        2014-06-18 
07:49:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.keyutils.new/keyutils.changes   2015-02-06 
10:52:32.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb  4 13:11:19 UTC 2015 - meiss...@suse.com
+
+- keyutils-nodate.patch: avoid including the timestamp. bsc#916180
+
+-------------------------------------------------------------------

New:
----
  keyutils-nodate.patch

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

Other differences:
------------------
++++++ keyutils.spec ++++++
--- /var/tmp/diff_new_pack.sKSH26/_old  2015-02-06 10:52:33.000000000 +0100
+++ /var/tmp/diff_new_pack.sKSH26/_new  2015-02-06 10:52:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package keyutils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -27,7 +27,8 @@
 Source0:        
http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
 Source1:        baselibs.conf
 Patch1:         request-key-cifs.patch
-Patch3:         request-key-nfs4.patch
+Patch2:         request-key-nfs4.patch
+Patch3:         keyutils-nodate.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,6 +58,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p1
 %patch3 -p1
 
 %build

++++++ keyutils-nodate.patch ++++++
Index: keyutils-1.5.9/Makefile
===================================================================
--- keyutils-1.5.9.orig/Makefile
+++ keyutils-1.5.9/Makefile
@@ -110,7 +110,7 @@ $(ARLIB): keyutils.o
        $(AR) rcs $@ $<
 endif
 
-VCPPFLAGS      := -DPKGBUILD="\"$(shell date -u +%F)\""
+VCPPFLAGS      := -DPKGBUILD="\"no timestamp to avoid rebuilds\""
 VCPPFLAGS      += -DPKGVERSION="\"keyutils-$(VERSION)\""
 VCPPFLAGS      += -DAPIVERSION="\"libkeyutils-$(APIVERSION)\""
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to