Skip to content

Commit

Permalink
Update spec file for 2014.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalmage committed Feb 21, 2014
1 parent 0e4cbdd commit 3007e68
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkg/rpm/salt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%{!?pythonpath: %global pythonpath %(%{__python} -c "import os, sys; print(os.pathsep.join(x for x in sys.path if x))")}

%define _salttesting SaltTesting
%define _salttesting_ver 0.5.3
%define _salttesting_ver 0.5.4

Name: salt
Version: %{salt_version}
Expand Down Expand Up @@ -199,13 +199,15 @@ rm -rf $RPM_BUILD_ROOT
%files -n salt-master
%defattr(-,root,root)
%doc %{_mandir}/man1/salt.1.*
%doc %{_mandir}/man1/salt-cloud.1.*
%doc %{_mandir}/man1/salt-cp.1.*
%doc %{_mandir}/man1/salt-key.1.*
%doc %{_mandir}/man1/salt-master.1.*
%doc %{_mandir}/man1/salt-run.1.*
%doc %{_mandir}/man1/salt-ssh.1.*
%doc %{_mandir}/man1/salt-syndic.1.*
%{_bindir}/salt
%{_bindir}/salt-cloud
%{_bindir}/salt-cp
%{_bindir}/salt-key
%{_bindir}/salt-master
Expand Down Expand Up @@ -318,6 +320,9 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Thu Feb 20 2014 Erik Johnson <erik@saltstack.com> - 2014.1.0-1
- Update to feature release 2014.1.0

* Mon Jan 27 2014 Erik Johnson <erik@saltstack.com> - 0.17.5-1
- Update to bugfix release 0.17.5

Expand Down

0 comments on commit 3007e68

Please sign in to comment.