public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Hlavinka <mhlavink@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ecryptfs-utils] rawhide: use sys/xattr.h instead of attr/xattr.h as attr dropped the workaround
Date: Thu, 06 Aug 2026 18:32:42 GMT	[thread overview]
Message-ID: <178604116284.1.4141924333135893621.rpms-ecryptfs-utils-e885ee2b4b3e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ecryptfs-utils
Branch : rawhide
Commit : e885ee2b4b3ef638024cd8cb5bb6131aff67212c
Author : Michal Hlavinka <mhlavink@redhat.com>
Date   : 2026-08-06T20:31:51+02:00
Stats  : +17/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/ecryptfs-utils/c/e885ee2b4b3ef638024cd8cb5bb6131aff67212c?branch=rawhide

Log:
use sys/xattr.h instead of attr/xattr.h as attr dropped the workaround

---
diff --git a/ecryptfs-utils-111-sysxattr.patch b/ecryptfs-utils-111-sysxattr.patch
new file mode 100644
index 0000000..852c12f
--- /dev/null
+++ b/ecryptfs-utils-111-sysxattr.patch
@@ -0,0 +1,12 @@
+diff -up ecryptfs-utils-111/tests/kernel/lp-509180/test.c.sysxattr ecryptfs-utils-111/tests/kernel/lp-509180/test.c
+--- ecryptfs-utils-111/tests/kernel/lp-509180/test.c.sysxattr	2026-08-06 20:27:22.543313944 +0200
++++ ecryptfs-utils-111/tests/kernel/lp-509180/test.c	2026-08-06 20:27:36.535722619 +0200
+@@ -26,7 +26,7 @@
+ #include <fcntl.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#include <attr/xattr.h>
++#include <sys/xattr.h>
+ 
+ #define TEST_ERROR	(2)
+ 

diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec
index 91529db..7744a81 100644
--- a/ecryptfs-utils.spec
+++ b/ecryptfs-utils.spec
@@ -90,6 +90,9 @@ Patch927: ecryptfs-utils-111-noengine.patch
 # openssl 4.0 compatibility
 Patch928:ecryptfs-utils-111-openssl40.patch
 
+# we should use sys/xattr.h instead of attr/xattr.h as workaround is gone now
+Patch929:ecryptfs-utils-111-sysxattr.patch
+
 ### patches for general cleanup, should be kept and executed after all others
 # allow building with -Werror
 Patch999: %{name}-75-werror.patch
@@ -176,6 +179,7 @@ Obsoletes:  %{name}-python < %{version}-%{release}
 %patch -P926 -p1 -b .authselect
 %patch -P 927 -p1 -b .noengine
 %patch -P 928 -p1 -b .openssl40
+%patch -P 929 -p1 -b .sysxattr
 
 %patch -P999 -p1 -b .werror
 
@@ -348,6 +352,7 @@ fi
 
 %changelog
 * Thu Aug 06 2026 Michal Hlavinka <mhlavink@redhat.com> - 111-45
+- use sys/xattr.h instead of attr/xattr.h as attr dropped the workaround
 - fix FTBFS due to openssl 4.0 changes
 
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 111-44

                 reply	other threads:[~2026-08-06 18:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178604116284.1.4141924333135893621.rpms-ecryptfs-utils-e885ee2b4b3e@fedoraproject.org \
    --to=mhlavink@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox