Rebase build failed due to missing peekfd export on aarch64
This commit is contained in:
parent
3316c5e8a7
commit
c9a94f1e4d
10
psmisc.spec
10
psmisc.spec
@ -2,7 +2,7 @@
|
|||||||
Summary: Utilities for managing processes on your system
|
Summary: Utilities for managing processes on your system
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 23.3
|
Version: 23.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://gitlab.com/psmisc/psmisc
|
URL: https://gitlab.com/psmisc/psmisc
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ BuildRequires: gettext
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: git
|
||||||
|
|
||||||
|
|
||||||
%description
|
%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.
|
command shows the path of log files owned by a given process.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=%{_prefix} --enable-selinux
|
%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/pstree.1*
|
||||||
%{_mandir}/man1/prtstat.1*
|
%{_mandir}/man1/prtstat.1*
|
||||||
%{_mandir}/man1/pslog.1*
|
%{_mandir}/man1/pslog.1*
|
||||||
%ifarch %{ix86} x86_64 ppc %{power64} %{arm} mipsel
|
%ifarch %{ix86} x86_64 ppc %{power64} %{arm} aarch64 mipsel
|
||||||
%{_bindir}/peekfd
|
%{_bindir}/peekfd
|
||||||
%{_mandir}/man1/peekfd.1*
|
%{_mandir}/man1/peekfd.1*
|
||||||
%else
|
%else
|
||||||
@ -67,6 +68,9 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT%{_sbindir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 28 2019 Jan Rybar <jrybar@redhat.com> - 23.3-1
|
||||||
- Rebase to v23.3
|
- Rebase to v23.3
|
||||||
- Related: bz#1768993
|
- Related: bz#1768993
|
||||||
|
Loading…
Reference in New Issue
Block a user