podman-4.4.1-10.el9
- build and add missing docker man pages - Resolves: #2187187 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
343d25006b
commit
ea811c6799
18
podman.spec
18
podman.spec
@ -18,7 +18,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 4.4.1
|
Version: 4.4.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?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/
|
||||||
@ -226,6 +226,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
|
||||||
@ -258,7 +259,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
|
||||||
@ -353,8 +358,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
|
||||||
@ -384,6 +390,10 @@ fi
|
|||||||
%{_libexecdir}/%{name}/gvproxy
|
%{_libexecdir}/%{name}/gvproxy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 18 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.1-10
|
||||||
|
- build and add missing docker man pages
|
||||||
|
- Resolves: #2187187
|
||||||
|
|
||||||
* Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.1-9
|
* Fri Apr 14 2023 Jindrich Novy <jnovy@redhat.com> - 2:4.4.1-9
|
||||||
- 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/fd0ea3b)
|
(https://github.com/containers/podman/commit/fd0ea3b)
|
||||||
|
Loading…
Reference in New Issue
Block a user