Initial import (#1603146)
This commit is contained in:
parent
5163557161
commit
39f534f1c1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/cockpit-ostree-175.tar.gz
|
39
cockpit-ostree.spec
Normal file
39
cockpit-ostree.spec
Normal file
@ -0,0 +1,39 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 175
|
||||
Release: 1%{?dist}
|
||||
Name: cockpit-ostree
|
||||
BuildArch: noarch
|
||||
BuildRequires: /usr/bin/python3
|
||||
Summary: Cockpit user interface for rpm-ostree
|
||||
License: LGPLv2.1+
|
||||
Requires: cockpit-bridge >= 125
|
||||
Requires: cockpit-system >= 125
|
||||
Requires: /usr/libexec/rpm-ostreed
|
||||
|
||||
# Download from https://github.com/cockpit-project/cockpit-ostree/releases
|
||||
Source: cockpit-ostree-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
Cockpit component for managing software updates for ostree based systems.
|
||||
|
||||
%prep
|
||||
%setup -n cockpit-ostree
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
/usr/share/cockpit/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2018 Martin Pitt <martin@piware.de> - 175-1
|
||||
|
||||
- Simplify spec file
|
||||
- Adjust tests for new rpm-ostree on RHEL Atomic
|
||||
|
||||
* Thu Jul 19 2018 Martin Pitt <martin@piware.de> - 173-1
|
||||
|
||||
- Split out into a separate upstream project:
|
||||
https://github.com/cockpit-project/cockpit-ostree
|
||||
(rhbz#1603146)
|
||||
- No behaviour changes
|
Loading…
Reference in New Issue
Block a user