File project.diff of Package libgsystem
--- libgsystem.changes.orig
+++ libgsystem.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Nov 9 17:31:51 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
+
+- Add fix-xattr.patch in order to compile
+
+-------------------------------------------------------------------
Fri Dec 9 12:58:47 UTC 2016 - jengelh@inai.de
- Update groups and summaries
--- libgsystem.spec.orig
+++ libgsystem.spec
@@ -29,6 +29,7 @@ Url: https://wiki.gnome.org/P
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM libgsystem-libsystemd.patch dimstar@opensuse.org -- Fix build with systemd 232; libsystemd-journal is merged into libsystemd
Patch0: libgsystem-libsystemd.patch
+Patch1: fix-xattr.patch
%if %{_build_from_vcs}
BuildRequires: gnome-common
%endif
@@ -109,6 +110,7 @@ It has a few goals:
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%if %{_build_from_vcs}