podman-4.4.1-14.el8
- build and add missing docker man pages - Related: #2176055 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
1a8fe2fd6f
commit
409155d071
18
podman.spec
18
podman.spec
@ -21,7 +21,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
Epoch: 3
|
Epoch: 3
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.4.1
|
Version: 4.4.1
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0 and GPLv3+
|
License: ASL 2.0 and GPLv3+
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -245,6 +245,7 @@ export BUILDTAGS="remote $BUILDTAGS"
|
|||||||
%gobuild -o bin/quadlet %{import_path}/cmd/quadlet
|
%gobuild -o bin/quadlet %{import_path}/cmd/quadlet
|
||||||
|
|
||||||
%{__make} docs
|
%{__make} docs
|
||||||
|
%{__make} docker-docs
|
||||||
|
|
||||||
# build dnsname plugin
|
# build dnsname plugin
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
@ -277,7 +278,11 @@ PODMAN_VERSION=%{version} %{__make} PREFIX=%{buildroot}%{_prefix} ETCDIR=%{build
|
|||||||
install.man \
|
install.man \
|
||||||
install.systemd \
|
install.systemd \
|
||||||
install.completions \
|
install.completions \
|
||||||
install.docker
|
install.docker \
|
||||||
|
install.docker-docs
|
||||||
|
|
||||||
|
# remove unwanted man pages
|
||||||
|
rm -f %{buildroot}%{_mandir}/man5/docker*.5
|
||||||
|
|
||||||
# install test scripts, but not the internal helpers.t meta-test
|
# install test scripts, but not the internal helpers.t meta-test
|
||||||
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
|
ln -s ./ ./vendor/src # ./vendor/src -> ./vendor
|
||||||
@ -369,8 +374,9 @@ fi
|
|||||||
|
|
||||||
%files docker
|
%files docker
|
||||||
%{_bindir}/docker
|
%{_bindir}/docker
|
||||||
%{_usr}/lib/tmpfiles.d/%{name}-docker.conf
|
%{_mandir}/man1/docker*.1*
|
||||||
%{_datadir}/user-tmpfiles.d/podman-docker.conf
|
%{_tmpfilesdir}/%{name}-docker.conf
|
||||||
|
%{_user_tmpfilesdir}/%{name}-docker.conf
|
||||||
|
|
||||||
%files remote
|
%files remote
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -410,6 +416,10 @@ fi
|
|||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 18 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-14
|
||||||
|
- build and add missing docker man pages
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
* Mon Apr 03 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-13
|
* Mon Apr 03 2023 Jindrich Novy <jnovy@redhat.com> - 3:4.4.1-13
|
||||||
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
|
- update to the latest content of https://github.com/containers/podman/tree/v4.4.1-rhel
|
||||||
(https://github.com/containers/podman/commit/05037d3)
|
(https://github.com/containers/podman/commit/05037d3)
|
||||||
|
Loading…
Reference in New Issue
Block a user