Hello community, here is the log from the commit of package ima-evm-utils for openSUSE:Factory checked in at 2014-10-19 19:28:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ima-evm-utils (Old) and /work/SRC/openSUSE:Factory/.ima-evm-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ima-evm-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes 2013-10-21 19:52:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new/ima-evm-utils.changes 2014-10-19 19:28:39.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Oct 12 15:03:26 UTC 2014 - [email protected] + +- ima-evm-utils-xattr.patch: libattr is never linked, things + still work because glibc provides the same interface, switch + the includes to the glibc headers and remove the build dependency. + +------------------------------------------------------------------- New: ---- ima-evm-utils-xattr.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ima-evm-utils.spec ++++++ --- /var/tmp/diff_new_pack.f2Kazr/_old 2014-10-19 19:28:40.000000000 +0200 +++ /var/tmp/diff_new_pack.f2Kazr/_new 2014-10-19 19:28:40.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ima-evm-utils # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,13 +26,13 @@ Source0: http://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/ima-evm-utils-0.2.tar.gz Source1: COPYING Patch0: automake.patch +Patch1: ima-evm-utils-xattr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake -BuildRequires: libtool BuildRequires: keyutils-devel -BuildRequires: libattr-devel +BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: pkg-config @@ -42,11 +42,12 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build ./autogen.sh %configure --prefix=/usr -make +make %{?_smp_mflags} cp %{SOURCE1} . %install ++++++ ima-evm-utils-xattr.patch ++++++ --- ima-evm-utils-0.2.orig/src/evmctl.c +++ ima-evm-utils-0.2/src/evmctl.c @@ -36,13 +36,12 @@ #include <stdio.h> #include <stdint.h> #include <string.h> -#include <attr/xattr.h> +#include <sys/xattr.h> #include <getopt.h> #include <signal.h> #include <keyutils.h> #include <asm/byteorder.h> #include <syslog.h> -#include <attr/xattr.h> #include <dirent.h> #include <openssl/sha.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
