32 lines
605 B
RPMSpec
32 lines
605 B
RPMSpec
|
Name: cockpit-ostree
|
||
|
Epoch: 1
|
||
|
Version: 193
|
||
|
Release: 1%{?dist}
|
||
|
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
|