mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Update spec file for 2014.1.3
This commit is contained in:
parent
4a5926bc6c
commit
5ed7be5b2e
@ -31,6 +31,7 @@ Source5: %{name}-master.service
|
||||
Source6: %{name}-syndic.service
|
||||
Source7: %{name}-minion.service
|
||||
Source8: README.fedora
|
||||
Patch0: fix-setup-py.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -69,6 +70,8 @@ BuildRequires: python-unittest2
|
||||
# https://github.com/saltstack/salt/issues/3749
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: git
|
||||
|
||||
Requires: python-libcloud
|
||||
%endif
|
||||
|
||||
BuildRequires: m2crypto
|
||||
@ -136,6 +139,8 @@ Salt minion is queried and controlled from the master.
|
||||
|
||||
%prep
|
||||
%setup -c
|
||||
cd %{name}-%{version}
|
||||
%patch0 -p1
|
||||
%setup -T -D -a 1
|
||||
|
||||
%build
|
||||
@ -320,6 +325,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 18 2014 Erik Johnson <erik@saltstack.com> - 2014.1.3-1
|
||||
- Update to bugfix release 2014.1.3
|
||||
|
||||
* Fri Mar 21 2014 Erik Johnson <erik@saltstack.com> - 2014.1.1-1
|
||||
- Update to bugfix release 2014.1.1
|
||||
|
||||
* Thu Feb 20 2014 Erik Johnson <erik@saltstack.com> - 2014.1.0-1
|
||||
- Update to feature release 2014.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user