bump to 1.8.1-dev

built commit 0bd29f8
This commit is contained in:
Daniel J Walsh 2020-02-18 16:16:48 -05:00
parent 692e60e47d
commit 1dc0bd307a
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -515,7 +515,7 @@ for file in `find %{buildroot}%{_mandir}/man[15] -type f | sed "s,%{buildroot},,
done
# do not install remote manpages on centos7
%if 0%{?centos} < 8
%if 0%{?centos} && 0%{?centos} < 8
rm -rf %{buildroot}%{_mandir}/man1/docker-remote.1
rm -rf %{buildroot}%{_mandir}/man1/%{name}-remote.1
rm -rf %{buildroot}%{_mandir}/man5/%{name}-remote.conf.5