Changelog + RHEL/Fedora compatibility
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
ea79239887
commit
eb8045959b
9
shmux.changes
Normal file
9
shmux.changes
Normal 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
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user