Hello community,

here is the log from the commit of package invm-cli for openSUSE:Factory 
checked in at 2018-01-24 15:31:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/invm-cli (Old)
 and      /work/SRC/openSUSE:Factory/.invm-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "invm-cli"

Wed Jan 24 15:31:48 2018 rev:3 rq:568709 version:1.0.0.1104

Changes:
--------
--- /work/SRC/openSUSE:Factory/invm-cli/invm-cli.changes        2017-10-13 
14:17:25.148715908 +0200
+++ /work/SRC/openSUSE:Factory/.invm-cli.new/invm-cli.changes   2018-01-24 
15:31:49.922636593 +0100
@@ -1,0 +2,10 @@
+Thu Jan 18 17:22:17 UTC 2018 - dims...@opensuse.org
+
+- Fixup "grep -lr CONFIDENTIAL ." usage for RPM 4.14: The logic
+  here is: if grep matches the string, we abort the build with
+  'exit 1'. If grep does not find the string, the grep has
+  RETVAL=1, which causes rpmbuild to fail (beofore RPM 4.14, the
+  exit code of the last command in a section was wrongly not
+  interpretet to decide on success/failure of the section).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ invm-cli.spec ++++++
--- /var/tmp/diff_new_pack.145V8N/_old  2018-01-24 15:31:50.558606850 +0100
+++ /var/tmp/diff_new_pack.145V8N/_new  2018-01-24 15:31:50.562606662 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package invm-cli
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Intel Corporation
-# 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
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # allow building with SLE12-compatible package-names
 %bcond_with short-invm-dnames
 
@@ -25,7 +26,7 @@
 Summary:        Framework for Intel Storage CLI Binaries
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-URL:            https://01.org/intel-nvm-cli-library
+Url:            https://01.org/intel-nvm-cli-library
 Source:         https://github.com/01org/lib%{name}/archive/v%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if %{with short-invm-dnames}
@@ -75,7 +76,7 @@
 %prep
 %setup -q -n %{srcname}
 # Remember, remember the 5th^W^W bsc#976448
-grep -lr CONFIDENTIAL . && exit 1
+grep -lr CONFIDENTIAL . && exit 1 || :
 
 %build
 make BUILDNUM=%{version} RELEASE=1 \


Reply via email to