From 2494c5f2e84c7d57f3b71cab200e7d2c0b72450a Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 2 Apr 2025 12:53:17 +0200 Subject: [PATCH] create temporary edit files at symlink target location (RHEL-85247) Resolves: RHEL-85247 --- libuser.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libuser.spec b/libuser.spec index bc96b37..1be2707 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,9 +1,11 @@ Name: libuser Version: 0.64 -Release: 10%{?dist} +Release: 11%{?dist} License: LGPL-2.0-or-later URL: https://pagure.io/libuser Source: libuser-%{version}.tar.gz +# sent upstream, for <= 0.64, RHEL-85247 +Patch1: libuser-0.64-editlocation.patch BuildRequires: glib2-devel BuildRequires: linuxdoc-tools BuildRequires: pam-devel @@ -59,7 +61,8 @@ the libuser library, which provides a Python 3 API for manipulating and administering user and group accounts. %prep -%autosetup -p 1 +%autosetup -N +%patch -P 1 -p 1 -b .editlocation %build ./autogen.sh @@ -115,6 +118,9 @@ export PYTHONPATH %{_datadir}/gtk-doc/html/* %changelog +* Wed Apr 02 2025 Michal Hlavinka - 0.64-11 +- create temporary edit files at symlink target location (RHEL-85247) + * Wed Nov 06 2024 Michal Hlavinka - 0.64-10 - rebuild, fix FTBFS (#RHEL-65455)