Update to upstream release 284
Related: rhbz#2139646
This commit is contained in:
parent
7016339a0c
commit
bde42fec0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/cockpit-machines-281.tar.xz
|
||||
/cockpit-machines-282.tar.xz
|
||||
/cockpit-machines-283.tar.xz
|
||||
/cockpit-machines-284.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.66.0.post6+gedfbde6.
|
||||
The file was generated using packit 0.68.0.post2+g8101c6a.
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cockpit-machines
|
||||
Version: 283
|
||||
Version: 284
|
||||
Release: 1%{?dist}
|
||||
Summary: Cockpit user interface for virtual machines
|
||||
License: LGPL-2.1-or-later AND MIT
|
||||
@ -51,6 +51,10 @@ Recommends: qemu-block-curl
|
||||
Recommends: qemu-char-spice
|
||||
Recommends: qemu-device-usb-host
|
||||
Recommends: qemu-device-usb-redirect
|
||||
# HACK: https://bugzilla.redhat.com/show_bug.cgi?id=2170110
|
||||
%if 0%{?fedora} >= 38
|
||||
Requires: (qemu-audio-spice if qemu-char-spice)
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
Requires: libvirt-client
|
||||
@ -84,6 +88,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Feb 22 2023 Packit <hello@packit.dev> - 284-1
|
||||
- Stability and performance improvements
|
||||
|
||||
* Wed Feb 08 2023 Packit <hello@packit.dev> - 283-1
|
||||
- Stability and performance improvements
|
||||
|
||||
|
@ -19,8 +19,8 @@ jobs:
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-36
|
||||
- fedora-37
|
||||
- fedora-38
|
||||
- fedora-development
|
||||
- centos-stream-8
|
||||
- centos-stream-9
|
||||
@ -42,19 +42,19 @@ jobs:
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-36
|
||||
- fedora-37
|
||||
- fedora-38
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-36
|
||||
- fedora-37
|
||||
- fedora-38
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-36
|
||||
- fedora-37
|
||||
- fedora-38
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-machines-283.tar.xz) = f70071c105c909a53525268b5d92846dc9d1497a68b13d5f26816eb80439bf3d071eb3d308f8327de2f7402e595ecc0dccf4070758a574bd0644f83c36317053
|
||||
SHA512 (cockpit-machines-284.tar.xz) = c5ed05a7fd4d5f1a3781c148eea6715a7ef0127d24b9c46503a29fb3480d440b8491bd4b3f989f845dafc53cc63e1f6e037a03f4d8b8394a88ee25e892923f66
|
||||
|
Loading…
Reference in New Issue
Block a user