podman-1.7.0-0.25.dev.git9758a97.fc32

- add podman-manpages provide to main podman package

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2020-01-06 16:54:08 +01:00
parent acfe9eb7ff
commit bc9a997854

View File

@ -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 <jnovy@redhat.com> - 2:1.7.0-0.25.dev.git9758a97
- add podman-manpages provide to main podman package
* Mon Jan 06 2020 Jindrich Novy <jnovy@redhat.com> - 2:1.7.0-0.24.dev.git9758a97
- merge podman-manpages with podman package