From 05b33eb031703b73e01a422868b4a4e6b4dc7f31 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 17 Nov 2020 18:25:34 -0700 Subject: [PATCH] Slight correction to the path of the removed .md file The containers-mounts.conf.5.md file needs to be removed from the source directory; then it won't be generated as a .5 man file. Signed-off-by: Ed Santiago --- podman.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman.spec b/podman.spec index ad87062..431904a 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ Version: 2.2.0 # N.foo if released, 0.N.foo if unreleased # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.foo -Release: 0.52.dev.git%{shortcommit0}%{?dist} +Release: 0.53.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -410,7 +410,7 @@ file. Each CNI network will have its own dnsmasq instance. %prep %autosetup -Sgit -n %{name}-%{commit0} -rm -rf docs/containers-mounts.conf.5.md +rm -f docs/source/markdown/containers-mounts.conf.5.md # untar dnsname tar zxf %{SOURCE1} @@ -624,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.53.dev.git42ec4cf +- slight correction to the path of the containers-mounts source file + * Tue Nov 17 2020 Lokesh Mandvekar - 2:2.2.0-0.52.dev.git42ec4cf - containers-mounts.conf.5 in containers-common