Dropped useless Makefile in examples/rrdcached

This commit is contained in:
Jaroslav Škarvada 2018-12-05 21:46:31 +01:00
parent 82fa039180
commit e6ca190c58
1 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@
Summary: Round Robin Database Tool to store and display time-series data
Name: rrdtool
Version: 1.7.0
Release: 18%{?dist}
Release: 19%{?dist}
License: GPLv2+ with exceptions
Group: Applications/Databases
URL: http://oss.oetiker.ch/rrdtool/
@ -352,7 +352,7 @@ mkdir -p doc3/html
mv doc2/html/RRD*.html doc3/html/
# Clean up the examples
rm -f examples/Makefile* examples/*.in
rm -f examples/Makefile* examples/*.in examples/rrdcached/Makefile*
# This is so rpm doesn't pick up perl module dependencies automatically
find examples/ -type f -exec chmod 0644 {} \;
@ -465,6 +465,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \
%endif
%changelog
* Wed Dec 5 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.0-19
- Dropped useless Makefile in examples/rrdcached
* Thu Sep 27 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1.7.0-18
- Introduced python3 change requested by python team