Init commit
Resolves: rhbz#2190372
This commit is contained in:
parent
231673eac8
commit
9a6d06c095
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
||||
/cockpit-ostree-193.tar.xz
|
31
cockpit-ostree.spec
Normal file
31
cockpit-ostree.spec
Normal file
@ -0,0 +1,31 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user