Corrected changelog and cleaned up spec file

e9
David Murphy 7 years ago
parent a140846d26
commit c9f0bc4967

@ -42,7 +42,7 @@
Name: salt
Version: 2018.3.0%{?__rc_ver}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A parallel remote execution system
Group: System Environment/Daemons
@ -73,8 +73,6 @@ Source21: salt-syndic.fish
## Patch0: salt-%%{version}-tests.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%ifarch %{ix86} x86_64
@ -334,8 +332,6 @@ mkdir %{_tmppath}/salt-test-cache
PYTHONPATH=%{pythonpath} %{__python} setup.py test --runtests-opts=-u
%endif
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
@ -626,6 +622,9 @@ rm -rf %{buildroot}
%endif
%changelog
* mon May 07 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2018.3.0-2
- Corrected changelog and cleaned up spec file
* Fri Mar 30 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2018.3.0-1
- Update to feature release 2018.3.0-1
@ -636,6 +635,9 @@ rm -rf %{buildroot}
- Update to feature release 2017.7.4-1
- Limit to Tornado use to between versions 4.2.1 and less than 5.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017.7.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Jan 30 2018 SaltStack Packaging Team <packaging@saltstack.com> - 2017.7.3-1
- Update to feature release 2017.7.3-1

Loading…
Cancel
Save