Update to 44-1
- Always use base 10 size units - Move owner option to details tab
This commit is contained in:
parent
98413f8302
commit
db9b13c333
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/cockpit-podman-41.tar.xz
|
||||
/cockpit-podman-42.tar.xz
|
||||
/cockpit-podman-43.tar.xz
|
||||
/cockpit-podman-44.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 43
|
||||
Version: 44
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2017-2020 Red Hat, Inc.
|
||||
@ -27,6 +27,10 @@ Source0: https://github.com/cockpit-project/%{name}/releases/download/%{v
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
BuildRequires: gettext
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 8
|
||||
BuildRequires: libappstream-glib-devel
|
||||
%endif
|
||||
|
||||
Requires: cockpit-bridge >= 138
|
||||
Requires: podman >= 2.0.4
|
||||
@ -51,6 +55,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 16 2022 Simon Kobyda <skobyda@redhat.com> - 44-1
|
||||
- Always use base 10 size units
|
||||
- Move owner option to details tab
|
||||
|
||||
* Wed Mar 02 2022 Martin Pitt <martin@piware.de> - 43-1
|
||||
- Translation updates (rhbz#2017345, #2017266)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-43.tar.xz) = c2539ab052d9122d11891e54cd8f9de4d9d5fba1ae80901bc60514190e1e62b169b144d240cc2e792702bf0b4cf10ddde5a57bf5160a9059811340d83d7cfbc2
|
||||
SHA512 (cockpit-podman-44.tar.xz) = 8bdf1d98276566b06cf98fa0eb249a0bfe6a70de9f76baab4e50e7a1be38fa056a5311c94590dd9435bb92bc6c9d23aad2509f3e72701aac8ca485a56d27fea1
|
||||
|
Loading…
Reference in New Issue
Block a user