Skip to content

Commit 18693ee

Browse files
authored
Merge pull request #15 from norrisjeremy/rst2man
RPM package: change build dependency on python2-docutils to /usr/bin/…
2 parents 61838a1 + f3f164a commit 18693ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Second, install build dependencies of the collector
7676
# Optionally: doxygen pkg-config
7777
7878
* Note: latest systems (e.g. Fedora) use ``dnf`` instead of ``yum``.
79-
* Note: package ``python-docutils`` may by also named as ``python2-docutils``
79+
* Note: package ``python-docutils`` may by also named as ``python2-docutils`` or ``python3-docutils``
8080
* Note: package ``pkg-config`` may by also named as ``pkgconfig``
8181

8282
**Debian/Ubuntu:**

pkg/rpm/ipfixcol2.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Packager: @CPACK_PACKAGE_CONTACT@
1212

1313
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
1414
BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
15-
BuildRequires: libfds-devel, python2-docutils, zlib-devel
15+
BuildRequires: libfds-devel, /usr/bin/rst2man, zlib-devel
1616
Requires: libfds >= 0.2.0, zlib
1717

1818
%description

0 commit comments

Comments
 (0)