Update to 36-1
- Prune unused images - New “Create container” workflow
This commit is contained in:
parent
a2418395db
commit
179fbd5209
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/cockpit-podman-33.tar.gz
|
||||
/cockpit-podman-34.tar.gz
|
||||
/cockpit-podman-35.tar.xz
|
||||
/cockpit-podman-36.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 35
|
||||
Version: 36
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2017-2020 Red Hat, Inc.
|
||||
@ -23,7 +23,7 @@ Summary: Cockpit component for Podman containers
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/cockpit-project/cockpit-podman
|
||||
|
||||
Source0: https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.xz
|
||||
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
@ -35,7 +35,7 @@ Requires: podman >= 2.0.4
|
||||
The Cockpit user interface for Podman containers.
|
||||
|
||||
%prep
|
||||
%setup -q -n cockpit-podman
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
# Nothing to build
|
||||
@ -51,6 +51,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 10 2021 Katerina Koukiou <kkoukiou@redhat.com> - 36-1
|
||||
- Prune unused images
|
||||
- New “Create container” workflow
|
||||
|
||||
* Wed Sep 15 2021 Katerina Koukiou <kkoukiou@redhat.com> - 35-1
|
||||
- Some nice UI improvements
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-35.tar.xz) = 7203731dd5ddab7560760d432ac3094228d545db90e2545a567ff63a586be8678bbac609f00504004944cf14f1956ac59a29356fa110ff8c2d6236ad216bd508
|
||||
SHA512 (cockpit-podman-36.tar.xz) = 74820835e1f939baffd39296735ad367c6bf40a4fd5f4310876c2d5f453b6ab5f858849350fd0cbf4e7105551133125ec797542dcc5229c81c423f45f327581e
|
||||
|
Loading…
Reference in New Issue
Block a user