diff --git a/atomic.spec b/atomic.spec index 7059e30..f096371 100644 --- a/atomic.spec +++ b/atomic.spec @@ -22,7 +22,7 @@ Name: atomic Version: 1.20.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for managing ProjectAtomic systems and containers License: LGPLv2+ URL: https://github.com/projectatomic/atomic @@ -186,7 +186,6 @@ install -p -m 644 registries.conf %{buildroot}%{_sysconfdir}/containers/ %endif install -d %{buildroot}%{_unitdir} install -p -m 644 registries.service %{buildroot}%{_unitdir} -install -p docs/registries.1.md %{buildroot}%{_mandir}/man1/ popd @@ -218,6 +217,9 @@ popd %{pysitelib}/registries-*.egg-info %changelog +* Wed Nov 29 2017 baude - 1.20.1-4 +- Remove md file from rpm + * Tue Nov 21 2017 baude - 1.20.1-3 - BZ #1515783