Update to 179-1
- Update to upstream 179 release
This commit is contained in:
parent
3d456f5c36
commit
0e448c68db
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/cockpit-ostree-175.tar.gz
|
/cockpit-ostree-175.tar.gz
|
||||||
/cockpit-ostree-176.tar.gz
|
/cockpit-ostree-176.tar.gz
|
||||||
/cockpit-ostree-178.tar.gz
|
/cockpit-ostree-178.tar.gz
|
||||||
|
/cockpit-ostree-179.tar.gz
|
||||||
|
@ -1,12 +1,18 @@
|
|||||||
Name: cockpit-ostree
|
# This spec file has been automatically updated
|
||||||
Version: 178
|
Version: 179
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
Name: cockpit-ostree
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: Cockpit user interface for rpm-ostree
|
Summary: Cockpit user interface for rpm-ostree
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Requires: cockpit-bridge >= 125
|
Requires: cockpit-bridge >= 125
|
||||||
Requires: cockpit-system >= 125
|
Requires: cockpit-system >= 125
|
||||||
Requires: /usr/libexec/rpm-ostreed
|
# On RHEL Atomic 7, the package name is different (curiously not on CentOS Atomic)
|
||||||
|
%if 0%{?rhel} == 7
|
||||||
|
Requires: rpm-ostree-client
|
||||||
|
%else
|
||||||
|
Requires: rpm-ostree
|
||||||
|
%endif
|
||||||
|
|
||||||
# Download from https://github.com/cockpit-project/cockpit-ostree/releases
|
# Download from https://github.com/cockpit-project/cockpit-ostree/releases
|
||||||
Source: cockpit-ostree-%{version}.tar.gz
|
Source: cockpit-ostree-%{version}.tar.gz
|
||||||
@ -27,6 +33,9 @@ find %{buildroot}%{_datadir}/cockpit/ -name '*.map' | xargs rm --verbose
|
|||||||
%{_datadir}/cockpit/*
|
%{_datadir}/cockpit/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 24 2019 Martin Pitt <martin@piware.de> - 179-1
|
||||||
|
- Update to upstream 179 release
|
||||||
|
|
||||||
* Fri Jul 12 2019 Martin Pitt <martin@piware.de> - 178-1
|
* Fri Jul 12 2019 Martin Pitt <martin@piware.de> - 178-1
|
||||||
- new upstream release: 178
|
- new upstream release: 178
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-ostree-178.tar.gz) = b0d940d912bfa81487a4967c5edadc0fb5900a86064fc8b3b0ea75d845c84064b1f022a008cf177677fe148274e7b9c755402fccd187beb44dc0dd1f8aa1cff5
|
SHA512 (cockpit-ostree-179.tar.gz) = d8fc2fc480c49f095d59f3158e929be6dc15dc9b94eca52189f68604201f35109c4a6836df1fd56b9758538ddaa57d7a2e42a69fe120fc62e948023b7bc7dbad
|
||||||
|
Loading…
Reference in New Issue
Block a user