Hello community,

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

Package is "openscap"

Thu Sep 13 12:11:29 2018 rev:58 rq:635251 version:1.2.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/openscap/openscap.changes        2018-06-08 
23:18:13.650078371 +0200
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2018-09-13 
12:11:35.430288886 +0200
@@ -1,0 +2,5 @@
+Wed Sep 12 05:56:03 UTC 2018 - meiss...@suse.com
+
+- openscap-xattr.patch: build against new libattr 
+
+-------------------------------------------------------------------

New:
----
  openscap-xattr.patch

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

Other differences:
------------------
++++++ openscap.spec ++++++
--- /var/tmp/diff_new_pack.9Oug9u/_old  2018-09-13 12:11:36.478287705 +0200
+++ /var/tmp/diff_new_pack.9Oug9u/_new  2018-09-13 12:11:36.478287705 +0200
@@ -37,6 +37,7 @@
 Source5:        oscap-scan.service
 Source6:        oscap-scan.sh
 Patch0:         openscap-new-suse.patch
+Patch1:         openscap-xattr.patch
 Url:            http://www.open-scap.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
@@ -176,6 +177,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 

++++++ openscap-xattr.patch ++++++
Index: openscap-1.2.17/configure.ac
===================================================================
--- openscap-1.2.17.orig/configure.ac
+++ openscap-1.2.17/configure.ac
@@ -476,7 +476,7 @@ AC_CHECK_HEADERS([acl/libacl.h sys/acl.h
 
 echo
 echo ' * Checking presence of required headers for the fileextendedattribute 
probe'
-AC_CHECK_HEADERS([attr/xattr.h errno.h limits.h pthread.h stdlib.h string.h 
sys/stat.h sys/types.h ],[],[probe_fileextendedattribute_req_deps_ok=no; 
probe_fileextendedattribute_req_deps_missing='header files'],[-])
+AC_CHECK_HEADERS([attr/libattr.h errno.h limits.h pthread.h stdlib.h string.h 
sys/stat.h sys/types.h ],[],[probe_fileextendedattribute_req_deps_ok=no; 
probe_fileextendedattribute_req_deps_missing='header files'],[-])
 
 echo
 echo ' * Checking presence of required headers for the password probe'
Index: openscap-1.2.17/src/OVAL/probes/unix/fileextendedattribute.c
===================================================================
--- openscap-1.2.17.orig/src/OVAL/probes/unix/fileextendedattribute.c
+++ openscap-1.2.17/src/OVAL/probes/unix/fileextendedattribute.c
@@ -41,7 +41,7 @@
 #include <limits.h>
 
 #include <sys/types.h>
-#include <attr/xattr.h>
+#include <attr/libattr.h>
 
 #include <probe/probe.h>
 #include <probe/option.h>

Reply via email to