From c9a94f1e4dc72ae0c23328569d7d0a2b210f5a04 Mon Sep 17 00:00:00 2001 From: Jan Rybar Date: Thu, 28 Nov 2019 16:53:19 +0100 Subject: [PATCH] Rebase build failed due to missing peekfd export on aarch64 --- psmisc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/psmisc.spec b/psmisc.spec index 03aec85..af9a91f 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -2,7 +2,7 @@ Summary: Utilities for managing processes on your system Name: psmisc Version: 23.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://gitlab.com/psmisc/psmisc @@ -16,6 +16,7 @@ BuildRequires: gettext BuildRequires: ncurses-devel BuildRequires: autoconf automake BuildRequires: gcc +BuildRequires: git %description @@ -28,7 +29,7 @@ of processes that are using specified files or filesystems. The pslog command shows the path of log files owned by a given process. %prep -%setup -q +%autosetup -S git %build %configure --prefix=%{_prefix} --enable-selinux @@ -56,7 +57,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir} %{_mandir}/man1/pstree.1* %{_mandir}/man1/prtstat.1* %{_mandir}/man1/pslog.1* -%ifarch %{ix86} x86_64 ppc %{power64} %{arm} mipsel +%ifarch %{ix86} x86_64 ppc %{power64} %{arm} aarch64 mipsel %{_bindir}/peekfd %{_mandir}/man1/peekfd.1* %else @@ -67,6 +68,9 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir} %changelog +* Thu Nov 28 2019 Jan Rybar - 23.3-2 +- Rebase build failed due to missing peekfd export on aarch64 + * Thu Nov 28 2019 Jan Rybar - 23.3-1 - Rebase to v23.3 - Related: bz#1768993