provide /bin/fuser required by openmamba-lsb-core [release 23.5-2mamba;Fri May 27 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 10:34:11 +01:00
parent b27d3bba16
commit 187800c197

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 23.5-2mamba
- provide /bin/fuser required by openmamba-lsb-core
* Thu May 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 23.5-1mamba
- update to 23.5
* Sat Mar 13 2021 Automatic Build System <autodist@mambasoft.it> 23.4-1mamba
- automatic version update by autodist