Update to 27-1
- images: Indicate that force deletion is in progress - images: Fix handling of errors on pull - Use packaged sassc instead of node-sass - tests: Adjust to new Podman versions and robustify them
This commit is contained in:
parent
20d5bb60c3
commit
d1e85603ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/cockpit-podman-24.tar.gz
|
||||
/cockpit-podman-25.tar.gz
|
||||
/cockpit-podman-26.tar.gz
|
||||
/cockpit-podman-27.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 26
|
||||
Version: 27
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2017-2020 Red Hat, Inc.
|
||||
@ -26,7 +26,7 @@ URL: https://github.com/cockpit-project/cockpit-podman
|
||||
Source0: https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
BuildRequires: make
|
||||
|
||||
Requires: cockpit-bridge >= 138
|
||||
Requires: cockpit-shell >= 138
|
||||
@ -52,6 +52,13 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 07 2021 Matej Marusak <mmarusak@redhat.com> - 27-1
|
||||
|
||||
- images: Indicate that force deletion is in progress
|
||||
- images: Fix handling of errors on pull
|
||||
- Use packaged sassc instead of node-sass
|
||||
- tests: Adjust to new Podman versions and robustify them
|
||||
|
||||
* Wed Dec 09 2020 Marius Vollmer <mvollmer@redhat.com> - 26-1
|
||||
- run: Make hostPort optional
|
||||
- run: Enable setting up IP address for exposed ports
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-26.tar.gz) = aad1a11f7b43366ca8a175073d19a51841839250ce282db45f9ece9351d74ac28e92d8207294646f4ae254c7367e347718d5861a75d111bd023fbc4b20f303d1
|
||||
SHA512 (cockpit-podman-27.tar.gz) = e40f8b30e82b9a9f57ecb295ec3098dcb208f29d3828288553528f9c0d5723b207c11c73ebbe8949c3ed7fe9e3d646b1264be5700c2e44d22aee1f1e4fbdcc9f
|
||||
|
Loading…
Reference in New Issue
Block a user