Rebase build failed due to missing peekfd export on aarch64

This commit is contained in:
Jan Rybar 2019-11-28 16:53:19 +01:00
parent 3316c5e8a7
commit c9a94f1e4d

View File

@ -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 <jrybar@redhat.com> - 23.3-2
- Rebase build failed due to missing peekfd export on aarch64
* Thu Nov 28 2019 Jan Rybar <jrybar@redhat.com> - 23.3-1
- Rebase to v23.3
- Related: bz#1768993