Correct Requires for salt-syndic package

e9
Erik Johnson 9 years ago
parent 657932096e
commit 3d7969bbc5

@ -16,7 +16,7 @@
Name: salt Name: salt
Version: 2015.5.9 Version: 2015.5.9
Release: 2%{?dist} Release: 3%{?dist}
Summary: A parallel remote execution system Summary: A parallel remote execution system
Group: System Environment/Daemons Group: System Environment/Daemons
@ -156,7 +156,7 @@ from the master, runs jobs, and returns results back to the master.
%package syndic %package syndic
Summary: Master-of-master component for Salt, a parallel remote execution system Summary: Master-of-master component for Salt, a parallel remote execution system
Group: System Environment/Daemons Group: System Environment/Daemons
Requires: %{name} = %{version}-%{release} Requires: %{name}-master = %{version}-%{release}
%description syndic %description syndic
The Salt syndic is a master daemon which can receive instruction from a The Salt syndic is a master daemon which can receive instruction from a
@ -460,6 +460,9 @@ rm -rf %{buildroot}
%endif %endif
%changelog %changelog
* Thu Feb 4 2016 Erik Johnson <erik@saltstack.com> - 2015.5.9-3
- Corrected Requires for salt-syndic package
* Sun Jan 24 2016 Erik Johnson <erik@saltstack.com> - 2015.5.9-2 * Sun Jan 24 2016 Erik Johnson <erik@saltstack.com> - 2015.5.9-2
- Updated dnf patch - Updated dnf patch

Loading…
Cancel
Save