diff --git a/podman.spec b/podman.spec index dc896ce..ad87062 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.51.dev.git%{shortcommit0}%{?dist} +Release: 0.52.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ @@ -410,6 +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 # untar dnsname tar zxf %{SOURCE1} @@ -454,8 +455,6 @@ popd %{__make} docs %install -rm -rf docs/containers-mounts.conf.5.md - install -dp %{buildroot}%{_unitdir} PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{buildroot}%{_sysconfdir} \ install.bin-nobuild \ @@ -625,6 +624,9 @@ exit 0 # rhcontainerbot account currently managed by lsm5 %changelog +* Tue Nov 17 2020 Lokesh Mandvekar - 2:2.2.0-0.52.dev.git42ec4cf +- containers-mounts.conf.5 in containers-common + * Tue Nov 17 2020 Eduardo Santiago - 2:2.2.0-0.51.dev.git42ec4cf - completion files: be smarter, package -remote files only with -remote