|
|
|
@ -13,9 +13,10 @@
|
|
|
|
|
%define __rc_ver %{nil}
|
|
|
|
|
|
|
|
|
|
%define fish_dir %{_datadir}/fish/vendor_functions.d
|
|
|
|
|
%define zsh_dir %{_datadir}/zsh/site-functions
|
|
|
|
|
|
|
|
|
|
Name: salt
|
|
|
|
|
Version: 3003.3%{?__rc_ver}
|
|
|
|
|
Version: 3004%{?__rc_ver}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
@ -260,6 +261,10 @@ install -p -m 0644 %{SOURCE19} %{buildroot}%{fish_dir}/salt-minion.fish
|
|
|
|
|
install -p -m 0644 %{SOURCE20} %{buildroot}%{fish_dir}/salt-run.fish
|
|
|
|
|
install -p -m 0644 %{SOURCE21} %{buildroot}%{fish_dir}/salt-syndic.fish
|
|
|
|
|
|
|
|
|
|
# ZSH completion
|
|
|
|
|
mkdir -p %{buildroot}%{zsh_dir}
|
|
|
|
|
install -p -m 0644 pkg/salt.zsh %{buildroot}%{zsh_dir}/_salt
|
|
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -275,6 +280,7 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_sysconfdir}/bash_completion.d/salt.bash
|
|
|
|
|
%{_var}/cache/salt
|
|
|
|
|
%{_var}/log/salt
|
|
|
|
|
%{zsh_dir}
|
|
|
|
|
|
|
|
|
|
%doc $RPM_BUILD_DIR/python3-%{name}-%{version}-%{release}/LICENSE
|
|
|
|
|
%doc $RPM_BUILD_DIR/python3-%{name}-%{version}-%{release}/README.fedora
|
|
|
|
@ -284,6 +290,7 @@ rm -rf %{buildroot}
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/salt/
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/salt/pki
|
|
|
|
|
%config(noreplace) %{fish_dir}/salt*.fish
|
|
|
|
|
%config(noreplace) %{zsh_dir}/_salt
|
|
|
|
|
|
|
|
|
|
%files master
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
@ -459,6 +466,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 19 2021 Salt Project Packaging <saltproject-packaging@vmware.com> - 3004-1
|
|
|
|
|
- Update to feature release 3004-1 for Python 3
|
|
|
|
|
|
|
|
|
|
* Wed Sep 08 2021 SaltStack Packaging Team <saltproject-packaging@vmware.com> - 3003.3-1
|
|
|
|
|
- Update to CVE release 3003.3-1 https://saltproject.io/security_announcements/salt-security-advisory-2021-sep-02/
|
|
|
|
|
|
|
|
|
|