cockpit-podman-70-2.el9

- add missing prefix
- Related: #2176063

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-06-05 12:48:22 +02:00
parent c7e3fad63b
commit 592cb6e3ba
1 changed files with 7 additions and 3 deletions

View File

@ -16,8 +16,8 @@
#
Name: cockpit-podman
Version: 70
Release: 1%{?dist}
Version: 70
Release: 2%{?dist}
Summary: Cockpit component for Podman containers
License: LGPL-2.1-or-later
URL: https://github.com/cockpit-project/cockpit-podman
@ -74,7 +74,7 @@ The Cockpit user interface for Podman containers.
# Nothing to build
%install
%make_install
%make_install PREFIX=/usr
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%files
@ -84,6 +84,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%{_datadir}/metainfo/*
%changelog
* Mon Jun 05 2023 Jindrich Novy <jnovy@redhat.com> - 70-2
- add missing prefix
- Related: #2176063
* Fri Jun 02 2023 Jindrich Novy <jnovy@redhat.com> - 70-1
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/70
- Related: #2176063