diff --git a/podman.spec b/podman.spec index dc9888d..12d82c8 100644 --- a/podman.spec +++ b/podman.spec @@ -48,12 +48,13 @@ Epoch: 2 Version: 1.7.0 # Rawhide almost always ships unreleased builds, # so release tag should be of the form 0.N.blahblah -Release: 0.24.dev.git%{shortcommit0}%{?dist} +Release: 0.25.dev.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 URL: https://%{name}.io/ Source0: %{git0}/archive/%{commit0}/%{repo}-%{shortcommit0}.tar.gz Source1: %{git_plugins}/archive/%{commit_plugins}/%{repo_plugins}-%{shortcommit_plugins}.tar.gz +Provides: %{name}-manpages = %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: btrfs-progs-devel @@ -620,6 +621,9 @@ exit 0 %{_libexecdir}/cni/dnsname %changelog +* Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.25.dev.git9758a97 +- add podman-manpages provide to main podman package + * Mon Jan 06 2020 Jindrich Novy - 2:1.7.0-0.24.dev.git9758a97 - merge podman-manpages with podman package