Fix names of SNMP MIB files

This commit is contained in:
Ryan O'Hara 2015-06-01 08:39:45 -05:00
parent db5a269aa5
commit 1a1117cb52

View File

@ -92,7 +92,8 @@ rm -rf %{buildroot}
%dir %{_sysconfdir}/keepalived/ %dir %{_sysconfdir}/keepalived/
%dir %{_libexecdir}/keepalived/ %dir %{_libexecdir}/keepalived/
%if %{with snmp} %if %{with snmp}
%{_datadir}/snmp/mibs/KEEPALIVED-MIB.txt %{_datadir}/snmp/mibs/KEEPALIVED-MIB
%{_datadir}/snmp/mibs/VRRP-MIB
%endif %endif
%{_bindir}/genhash %{_bindir}/genhash
%{_unitdir}/keepalived.service %{_unitdir}/keepalived.service
@ -101,7 +102,7 @@ rm -rf %{buildroot}
%{_mandir}/man8/keepalived.8* %{_mandir}/man8/keepalived.8*
%changelog %changelog
* Mon Jun 01 2016 Ryan O'Hara <rohara@redhat.com> - 1.2.17-1 * Mon Jun 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.17-1
- Update to 1.2.17 - Update to 1.2.17
* Wed Apr 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.16-1 * Wed Apr 01 2015 Ryan O'Hara <rohara@redhat.com> - 1.2.16-1