fixup rpm pkg to include my changes. updated change by mchestnut to 0.10.5-2 even though it won't be built

This commit is contained in:
Clint Savage 2012-12-14 09:24:29 -07:00
parent c667bde270
commit a02ad59941

View file

@ -10,7 +10,7 @@
Name: salt
Version: 0.10.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A parallel remote execution system
Group: System Environment/Daemons
@ -24,15 +24,16 @@ Source4: %{name}-master.service
Source5: %{name}-syndic.service
Source6: %{name}-minion.service
Source7: README.fedora
Patch0: 0002-Fix-systemd-service-status.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%ifarch %{ix86} x86_64
Requires: dmidecode
Requires: dmidecode
%endif
Requires: pciutils
%if 0%{?with_python26}
BuildRequires: python26-zmq
BuildRequires: python26-crypto
@ -115,7 +116,6 @@ Salt minion is queried and controlled from the master.
%prep
%setup -q
%patch0 -p1 -b .systemd
%build
@ -290,11 +290,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Wed Dec 05 2012 Mike Chesnut <mchesnut@gmail.com> - 0.10.5-1
* Wed Dec 05 2012 Mike Chesnut <mchesnut@gmail.com> - 0.10.5-2
- moved to upstream release 0.10.5
- removing references to minion.template and master.template, as those files
have been removed from the repo
* Sun Nov 18 2012 Clint Savage <herlo1@gmail.com> - 0.10.5-1
- Moved to upstream release 0.10.5
- Added pciutils as Requires
* Tue Oct 24 2012 Clint Savage <herlo1@gmail.com> - 0.10.4-1
- Moved to upstream release 0.10.4
- Patched jcollie/systemd-service-status (SALT@GH#2335) (RHBZ#869669)