From 187800c19769361d33945e4779768c48b9f23528 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:34:11 +0100 Subject: [PATCH] provide /bin/fuser required by openmamba-lsb-core [release 23.5-2mamba;Fri May 27 2022] --- psmisc.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/psmisc.spec b/psmisc.spec index 1a68460..b8a2b56 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -1,24 +1,21 @@ Name: psmisc -Version: 23.4 -Release: 1mamba +Version: 23.5 +Release: 2mamba Summary: Small utilities that use the /proc filesystem Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://psmisc.sourceforge.net/ +URL: https://gitlab.com/psmisc/psmisc Source: https://gitlab.com/psmisc/psmisc.git/v%{version}/psmisc-%{version}.tar.bz2 -#Source: http://downloads.sourceforge.net/psmisc/psmisc-%{version}.tar.gz Patch0: psmisc-22.20-selinux-scontext.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libncurses-devel -%if "%{stage1}" != "1" -BuildRequires: libselinux-devel -%endif ## AUTOBUILDREQ-END BuildRequires: gettext-devel +Provides: /bin/fuser %description The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser. @@ -50,9 +47,6 @@ ac_cv_func_realloc_0_nonnull=yes [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -install -d %{buildroot}/bin -mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser - %find_lang %{name} --with-man --all-name %clean @@ -60,7 +54,7 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser %files -f %{name}.lang %defattr(-,root,root) -/bin/fuser +%{_bindir}/fuser %{_bindir}/peekfd %{_bindir}/killall %{_bindir}/prtstat @@ -76,6 +70,12 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser %doc AUTHORS COPYING %changelog +* Fri May 27 2022 Silvan Calarco 23.5-2mamba +- provide /bin/fuser required by openmamba-lsb-core + +* Thu May 26 2022 Silvan Calarco 23.5-1mamba +- update to 23.5 + * Sat Mar 13 2021 Automatic Build System 23.4-1mamba - automatic version update by autodist