#
# Copyright (C) 2017-2020 Red Hat, Inc.
#
# Cockpit is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# Cockpit is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
#

Name:           cockpit-podman
Version:        101
Release:        1.20250226162753812489.pr2020.22.g308d687%{?dist}
Summary:        Cockpit component for Podman containers
License:        LGPL-2.1-or-later
URL:            https://github.com/cockpit-project/cockpit-podman

Source0:        cockpit-podman-101.22.g308d687.tar.xz
BuildArch:      noarch
%if 0%{?suse_version}
# Suse's package has a different name
BuildRequires:  appstream-glib
%else
BuildRequires:  libappstream-glib
%endif
BuildRequires:  make
BuildRequires: gettext
%if 0%{?rhel} && 0%{?rhel} <= 8
BuildRequires: libappstream-glib-devel
%endif

Requires:       cockpit-bridge
Requires:       podman >= 2.0.4
# HACK https://github.com/containers/crun/issues/1091
%if 0%{?centos} == 9
Requires:       criu-libs
%elif 0%{?suse_version}
Requires:       libcriu2
%endif

Provides: bundled(npm(@patternfly/patternfly)) = 5.4.2
Provides: bundled(npm(@patternfly/react-core)) = 5.4.13
Provides: bundled(npm(@patternfly/react-icons)) = 5.4.2
Provides: bundled(npm(@patternfly/react-styles)) = 5.4.1
Provides: bundled(npm(@patternfly/react-table)) = 5.4.15
Provides: bundled(npm(@patternfly/react-tokens)) = 5.4.1
Provides: bundled(npm(@xterm/addon-canvas)) = 0.7.0
Provides: bundled(npm(@xterm/xterm)) = 5.5.0
Provides: bundled(npm(attr-accept)) = 2.2.5
Provides: bundled(npm(docker-names)) = 1.2.1
Provides: bundled(npm(file-selector)) = 2.1.2
Provides: bundled(npm(focus-trap)) = 7.6.2
Provides: bundled(npm(ipaddr.js)) = 2.2.0
Provides: bundled(npm(js-tokens)) = 4.0.0
Provides: bundled(npm(lodash)) = 4.17.21
Provides: bundled(npm(loose-envify)) = 1.4.0
Provides: bundled(npm(object-assign)) = 4.1.1
Provides: bundled(npm(prop-types)) = 15.8.1
Provides: bundled(npm(react-dom)) = 18.3.1
Provides: bundled(npm(react-dropzone)) = 14.3.6
Provides: bundled(npm(react-is)) = 16.13.1
Provides: bundled(npm(react)) = 18.3.1
Provides: bundled(npm(scheduler)) = 0.23.2
Provides: bundled(npm(tabbable)) = 6.2.0
Provides: bundled(npm(throttle-debounce)) = 5.0.2
Provides: bundled(npm(tslib)) = 2.8.1

%description
The Cockpit user interface for Podman containers.

%prep
%setup -q -n cockpit-podman

%build
# Nothing to build

%install
%make_install PREFIX=/usr
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*

%files
%doc README.md
%license LICENSE dist/index.js.LEGAL.txt dist/index.css.LEGAL.txt
%{_datadir}/cockpit/*
%{_datadir}/metainfo/*

%changelog
* Wed Feb 26 2025 Packit <hello@packit.dev> - 101-1.20250226162753812489.pr2020.22.g308d687
- Move to connection object based API (Martin Pitt)
- Disable container creation dialog buttons while busy (Martin Pitt)
- Disable pod creation dialog buttons while busy (Martin Pitt)
- Reset URL on invalid owners (Martin Pitt)
- Fix onOwnerChanged/onNavigate loop (Martin Pitt)
- Fix Application location state clobbering (Martin Pitt)
- po: Update from Fedora Weblate (GitHub Workflow)
- Generalize React state handling for multiple users (Martin Pitt)
- Factorize cleanupAfterService() (Martin Pitt)
- Generalize ownerFilter for multiple users (Martin Pitt)
- Generalize client.js API for multiple users (Martin Pitt)
- Generalize rest.js API for multiple users (Martin Pitt)
- Clean up user service initialization (Martin Pitt)
- Clean up variable aliasing in updatePod (Martin Pitt)
- Drop obsolete enableService and userServiceExists states (Martin Pitt)
- cockpit-ci: Update container to 2025-02-22 (Cockpit Project)
- Bump the patternfly group with 2 updates (dependabot[bot])
- test: take a pixel test of a pod (Jelle van der Waa)
- test: gradually type more of our tests (Jelle van der Waa)
- Disable container actions when downloading (Jelle van der Waa)
- Makefile: Update Cockpit lib to 9ef2e8ba1d6b4b3db9b8baa45621ca07 (Cockpit Project)
- cockpit-ci: Update container to 2025-02-15 (Cockpit Project)