2023-05-18 07:36:08 +00:00
|
|
|
Name: cockpit-ostree
|
|
|
|
Epoch: 1
|
|
|
|
Version: 193
|
2023-06-22 06:52:58 +00:00
|
|
|
Release: 2%{?dist}
|
2023-05-18 07:36:08 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
Summary: Cockpit user interface for rpm-ostree
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
BuildRequires: make
|
|
|
|
Requires: cockpit-bridge >= 125
|
|
|
|
Requires: cockpit-system >= 125
|
|
|
|
Requires: rpm-ostree
|
|
|
|
|
|
|
|
Source: cockpit-ostree-193.tar.xz
|
|
|
|
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Cockpit component for managing software updates for ostree based systems.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n cockpit-ostree
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install PREFIX=/usr
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README.md
|
|
|
|
%license LICENSE dist/ostree.js.LEGAL.txt dist/ostree.css.LEGAL.txt
|
|
|
|
%{_datadir}/cockpit/*
|
|
|
|
|
|
|
|
%changelog
|