Changelog + RHEL/Fedora compatibility

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-12-18 05:37:54 +01:00
parent ea79239887
commit eb8045959b
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22
2 changed files with 17 additions and 0 deletions

9
shmux.changes Normal file
View File

@ -0,0 +1,9 @@
-------------------------------------------------------------------
Sat Dec 18 04:36:14 UTC 2021 - Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
- RHEL and Fedora compatibility
-------------------------------------------------------------------
Sat Dec 18 03:39:23 UTC 2021 - Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
- Initial package for shmux

View File

@ -33,7 +33,11 @@ shmux is program for executing the same command on many hosts in parallel.
%build
%configure
%if 0%{?rhel_version}
make %{?_smp_mflags}
%else
%make_build
%endif
%install
%make_install
@ -42,7 +46,11 @@ shmux is program for executing the same command on many hosts in parallel.
%license LICENSE
%doc README.md CHANGES
%{_bindir}/%{name}
%if 0%{?fedora}
%{_mandir}/man1/%{name}.*
%else
%{_mandir}/man1/%{name}.1%{?ext_man}
%endif
%dir %{_datadir}/%{name}
%attr (755,-,-) %{_datadir}/%{name}/mcmd.sh