|
|
@ -15,8 +15,8 @@
|
|
|
|
%define fish_dir %{_datadir}/fish/vendor_functions.d
|
|
|
|
%define fish_dir %{_datadir}/fish/vendor_functions.d
|
|
|
|
|
|
|
|
|
|
|
|
Name: salt
|
|
|
|
Name: salt
|
|
|
|
Version: 3001%{?__rc_ver}
|
|
|
|
Version: 3001.1%{?__rc_ver}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
Summary: A parallel remote execution system
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
@ -264,7 +264,7 @@ rm -rf %{buildroot}
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{python3_sitelib}/%{name}/*
|
|
|
|
%{python3_sitelib}/%{name}/*
|
|
|
|
%{python3_sitelib}/%{name}-*-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitelib}/%{name}-*-py?.?.egg-info
|
|
|
|
%{_sysconfdir}/logrotate.d/salt
|
|
|
|
%{_sysconfdir}/logrotate.d/salt
|
|
|
|
%{_sysconfdir}/bash_completion.d/salt.bash
|
|
|
|
%{_sysconfdir}/bash_completion.d/salt.bash
|
|
|
|
%{_var}/cache/salt
|
|
|
|
%{_var}/cache/salt
|
|
|
@ -453,8 +453,8 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3001-2
|
|
|
|
* Mon Jul 27 2020 SaltStack Packaging Team <packaging@saltstack.com> - 3001.1-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Update to feature release 3001.1-1 for Python 3
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 18 2020 SaltStack Packaging Team <packaging@saltstack.com.com> - 30001-1
|
|
|
|
* Thu Jun 18 2020 SaltStack Packaging Team <packaging@saltstack.com.com> - 30001-1
|
|
|
|
- Update to feature release 30001-1 for Python 3
|
|
|
|
- Update to feature release 30001-1 for Python 3
|
|
|
|