Rebuild for net-snmp; fix rst2man location.

The net-snmp package had an unnounced soversion bump.
rst2man moved from python2-docutils to python3-docutils.
This commit is contained in:
Jason Tibbitts 2018-07-24 16:56:22 -05:00
parent 1819224242
commit a84ea235e6

View File

@ -9,7 +9,7 @@
Summary: Enhanced system logging and kernel message trapping daemon
Name: rsyslog
Version: 8.36.0
Release: 2%{?dist}
Release: 3%{?dist}
License: (GPLv3+ and ASL 2.0)
Group: System Environment/Daemons
URL: http://www.rsyslog.com/
@ -31,7 +31,7 @@ BuildRequires: libestr-devel >= 0.1.9
BuildRequires: libtool
BuildRequires: libuuid-devel
BuildRequires: pkgconfig
BuildRequires: python-docutils
BuildRequires: python3-docutils
# make sure systemd is in a version that isn't affected by rhbz#974132
BuildRequires: systemd-devel >= 204-8
BuildRequires: zlib-devel
@ -501,6 +501,10 @@ done
%{_libdir}/rsyslog/mmkubernetes.so
%changelog
* Tue Jul 24 2018 Jason L Tibbitts III <tibbs@math.uh.edu> - 8.36.0-3
- Rebuild for unannounced net-snmp soversion bump.
- Use python3-docutils because rst2man has moved there.
* Mon Jul 23 2018 Jiri Vymazal <jvymazal@redhat.com> - 8.36.0-2
- added gcc to buildrequires following f29 system-wide change