Alma 9 packages added and updated

This commit is contained in:
2023-05-19 09:41:21 +02:00
parent eb9304b9c9
commit 3194e5f5f8
10 changed files with 3694 additions and 0 deletions

42
alma/SPECS/sockstat.spec Normal file
View File

@@ -0,0 +1,42 @@
Name: sockstat
Version: 0.4.1
Release: 1%{?dist}
Summary: View detailed information about open connections
License: BSD-3
URL: https://github.com/alteholz/sockstat/
Source0: %{name}-%{version}.tar.gz
# disable debug:
%global debug_package %{nil}
%description
View detailed information about open connections
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
%{__install} -D %{name} %{buildroot}%{_bindir}/%{name}
%{__install} -D %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
%files
%doc LICENSE
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz
%changelog
* Sat Dec 3 2022 Daniel Steiner <daniel.steiner@dsteiner.org>
- Initial version for Almalinux 9 (0.4.1).
* Thu Apr 9 2020 Daniel Steiner <daniel.steiner@dsteiner.org>
- Initial version for CentOS 8 (0.4.1).