Add missing scripts to rpm

This commit is contained in:
Daniel A. Wozniak 2023-01-18 10:13:56 -07:00 committed by Megan Wilhite
parent c9b9fd6b7d
commit b2c4aa6cac

View file

@ -310,6 +310,9 @@ rm -rf %{buildroot}
ln -s -f /opt/saltstack/salt/spm %{_bindir}/spm
ln -s -f /opt/saltstack/salt/salt-pip %{_bindir}/salt-pip
%post cloud
ln -s -f /opt/saltstack/salt/salt-cloud %{_bindir}/salt-cloud
%post master
%systemd_post salt-master.service
ln -s -f /opt/saltstack/salt/salt %{_bindir}/salt
@ -346,6 +349,9 @@ if [ $1 -lt 2 ]; then
fi
fi
%post ssh
ln -s -f /opt/saltstack/salt/salt-ssh %{_bindir}/salt-ssh
%post api
%systemd_post salt-api.service
ln -s -f /opt/saltstack/salt/salt-api %{_bindir}/salt-api