Hello community,

here is the log from the commit of package ima-evm-utils for openSUSE:Factory 
checked in at 2018-09-13 12:11:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ima-evm-utils (Old)
 and      /work/SRC/openSUSE:Factory/.ima-evm-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ima-evm-utils"

Thu Sep 13 12:11:36 2018 rev:14 rq:635260 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes      
2018-03-20 21:59:29.147570643 +0100
+++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new/ima-evm-utils.changes 
2018-09-13 12:11:36.686287471 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 06:03:41 UTC 2018 - [email protected]
+
+- ima-evm-utils-xattr.patch: xattr.h is now libattr.h
+
+-------------------------------------------------------------------

New:
----
  ima-evm-utils-xattr.patch

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

Other differences:
------------------
++++++ ima-evm-utils.spec ++++++
--- /var/tmp/diff_new_pack.1mjvEx/_old  2018-09-13 12:11:37.390286677 +0200
+++ /var/tmp/diff_new_pack.1mjvEx/_new  2018-09-13 12:11:37.394286672 +0200
@@ -26,6 +26,7 @@
 Group:          System/Base
 Url:            http://sourceforge.net/projects/linux-ima/
 Source0:        
http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/%{name}-%{version}.tar.gz
+Patch0:         ima-evm-utils-xattr.patch
 Patch2:         ima-evm-utils-fix-docbook-xsl-directory.patch
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
@@ -73,6 +74,7 @@
 %prep
 %setup -q
 %if 0%{?suse_version} >= 1315
+%patch0 -p1
 %patch2 -p1
 %endif
 

++++++ ima-evm-utils-xattr.patch ++++++
Index: ima-evm-utils-1.1/configure.ac
===================================================================
--- ima-evm-utils-1.1.orig/configure.ac
+++ ima-evm-utils-1.1/configure.ac
@@ -30,7 +30,7 @@ AC_SUBST(OPENSSL_LIBS)
 AC_CHECK_HEADER(unistd.h)
 AC_CHECK_HEADERS(openssl/conf.h)
 
-AC_CHECK_HEADERS(attr/xattr.h, , [AC_MSG_ERROR([attr/xattr.h header not found. 
You need the libattr development package.])])
+AC_CHECK_HEADERS(attr/libattr.h, , [AC_MSG_ERROR([attr/libattr.h header not 
found. You need the libattr development package.])])
 AC_CHECK_HEADERS(keyutils.h, , [AC_MSG_ERROR([keyutils.h header not found. You 
need the libkeyutils development package.])])
 
 #debug support - yes for a while
Index: ima-evm-utils-1.1/src/evmctl.c
===================================================================
--- ima-evm-utils-1.1.orig/src/evmctl.c
+++ ima-evm-utils-1.1/src/evmctl.c
@@ -49,7 +49,7 @@
 #include <stdint.h>
 #include <string.h>
 #include <dirent.h>
-#include <attr/xattr.h>
+#include <attr/libattr.h>
 #include <linux/xattr.h>
 #include <getopt.h>
 #include <keyutils.h>

Reply via email to