diff --git a/rrdtool.spec b/rrdtool.spec index 5f9f9f7431ff89d8288c85a1741d23dfa90a9d92..b5d4577815dada6899649bdd98e40087b3b12ab0 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %if 0%{?rhel} > 7 %global with_python2 %{?_without_python2: 0} %{?!_without_python2: 0} %else @@ -24,7 +25,7 @@ Summary: Round Robin Database Tool to store and display time-series data Name: rrdtool Version: 1.7.0 -Release: 16%{?dist} +Release: 16%{anolis_release}%{?dist} License: GPLv2+ with exceptions Group: Applications/Databases URL: http://oss.oetiker.ch/rrdtool/ @@ -54,6 +55,9 @@ BuildRequires: libdbi-devel BuildRequires: perl-ExtUtils-MakeMaker, perl-generators, perl-Pod-Html, perl-devel BuildRequires: automake, autoconf +Provides: /usr/bin/rrdtool +Requires: glibc + %description RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, @@ -407,7 +411,6 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %files -f %{name}.lang %license LICENSE -%doc CONTRIBUTORS COPYRIGHT TODO NEWS CHANGES THREADS %{_bindir}/* %{_libdir}/*.so.* %{_unitdir}/rrdcached.service @@ -424,6 +427,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ # License file is missing, upstream was notified %files doc %doc examples doc2/html doc2/txt +%doc CONTRIBUTORS COPYRIGHT TODO NEWS CHANGES THREADS %files perl %doc doc3/html @@ -473,6 +477,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \ %endif %changelog +* Sat Jul 16 2022 Xiaoping Liu - 1.7.0-16.0.1 +- Update doc sub package + * Thu Dec 6 2018 Jaroslav Škarvada - 1.7.0-16 - Rebuilt to fix broken build Related: rhbz#1636795