Skip to content

Commit

Permalink
Merge pull request #47 from vrdel/devel
Browse files Browse the repository at this point in the history
spec update for release
  • Loading branch information
kkoumantaros authored Nov 12, 2018
2 parents 0321e0a + 76570cc commit 2cce344
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion argo-nagios-ams-publisher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%endif

Name: argo-nagios-ams-publisher
Version: 0.3.1
Version: 0.3.2
Release: 1%{mydist}
Summary: Bridge from Nagios to the ARGO Messaging system

Expand Down Expand Up @@ -57,6 +57,7 @@ install --directory --mode 755 $RPM_BUILD_ROOT/%{_localstatedir}/run/%{name}/
%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/%{name}/ams-publisher.conf
%config(noreplace) %{_sysconfdir}/%{name}/metric_data.avsc
%dir %{python_sitelib}/%{underscore %{name}}
%{python_sitelib}/%{underscore %{name}}/*.py[co]
%defattr(-,nagios,nagios,-)
Expand Down Expand Up @@ -108,6 +109,11 @@ if ! /usr/bin/getent group nagiocmd &>/dev/null; then
fi

%changelog
* Thu Nov 8 2018 Daniel Vrcic <[email protected]> - 0.3.2-1%{?dist}
- ARGO-1429 Improved msg counter stats for probe testing purposes
- ARGO-1408 Ensure correct permissions on pidfile directory
- ARGO-1348 Descriptive error in case delivery cache tool is called with queue
path not specified in configs
* Tue Jun 19 2018 Daniel Vrcic <[email protected]> - 0.3.1-1%{?dist}
- ARGO-1250 Inspection local socket is left with root permissions
- ARGO-1147 AMS publisher to add optional field
Expand Down

0 comments on commit 2cce344

Please sign in to comment.