provide /bin/fuser required by openmamba-lsb-core [release 23.5-2mamba;Fri May 27 2022]
This commit is contained in:
parent
b27d3bba16
commit
187800c197
22
psmisc.spec
22
psmisc.spec
@ -1,24 +1,21 @@
|
|||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 23.4
|
Version: 23.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Small utilities that use the /proc filesystem
|
Summary: Small utilities that use the /proc filesystem
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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: 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
|
Patch0: psmisc-22.20-selinux-scontext.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
%if "%{stage1}" != "1"
|
|
||||||
BuildRequires: libselinux-devel
|
|
||||||
%endif
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
Provides: /bin/fuser
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser.
|
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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
install -d %{buildroot}/bin
|
|
||||||
mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser
|
|
||||||
|
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -60,7 +54,7 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/bin/fuser
|
%{_bindir}/fuser
|
||||||
%{_bindir}/peekfd
|
%{_bindir}/peekfd
|
||||||
%{_bindir}/killall
|
%{_bindir}/killall
|
||||||
%{_bindir}/prtstat
|
%{_bindir}/prtstat
|
||||||
@ -76,6 +70,12 @@ mv %{buildroot}%{_bindir}/fuser %{buildroot}/bin/fuser
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Mar 13 2021 Automatic Build System <autodist@mambasoft.it> 23.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user