New upstream version 282
Resolves: rhbz#1977789
This commit is contained in:
parent
f21f619ae6
commit
3c1ef291cf
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,5 +43,7 @@
|
|||||||
/cockpit-machines-276.tar.xz
|
/cockpit-machines-276.tar.xz
|
||||||
/cockpit-machines-277.tar.xz
|
/cockpit-machines-277.tar.xz
|
||||||
/cockpit-machines-278.tar.xz
|
/cockpit-machines-278.tar.xz
|
||||||
|
/cockpit-machines-279.tar.xz
|
||||||
/cockpit-machines-280.tar.xz
|
/cockpit-machines-280.tar.xz
|
||||||
/cockpit-machines-281.tar.xz
|
/cockpit-machines-281.tar.xz
|
||||||
|
/cockpit-machines-282.tar.xz
|
||||||
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 0.65.2.post12+gc5a59a6.
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: cockpit-machines
|
Name: cockpit-machines
|
||||||
Version: 281
|
Version: 282
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cockpit user interface for virtual machines
|
Summary: Cockpit user interface for virtual machines
|
||||||
License: LGPLv2+ and MIT
|
License: LGPL-2.1-or-later AND MIT
|
||||||
URL: https://github.com/cockpit-project/cockpit-machines
|
URL: https://github.com/cockpit-project/cockpit-machines
|
||||||
|
|
||||||
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
@ -84,16 +84,26 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 25 2023 Packit <hello@packit.dev> - 282-1
|
||||||
|
- Option to forcefully revert a snapshot
|
||||||
|
- Fix tabular numbers font
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 281-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jan 11 2023 Packit <hello@packit.dev> - 281-1
|
* Wed Jan 11 2023 Packit <hello@packit.dev> - 281-1
|
||||||
- Summarize system and user session differences
|
- Summarize system and user session differences
|
||||||
- Virtual watchdog device support
|
- Virtual watchdog device support
|
||||||
|
|
||||||
|
|
||||||
* Tue Jan 03 2023 Packit <hello@packit.dev> - 280-1
|
* Tue Jan 03 2023 Packit <hello@packit.dev> - 280-1
|
||||||
- Start using tabular fonts
|
- Start using tabular fonts
|
||||||
- Other UI fixes and improvements
|
- Other UI fixes and improvements
|
||||||
|
|
||||||
|
|
||||||
|
* Thu Dec 01 2022 Packit <hello@packit.dev> - 279-1
|
||||||
|
- Autodetect file's format when attaching disk
|
||||||
|
|
||||||
|
|
||||||
* Wed Nov 16 2022 Packit <hello@packit.dev> - 278-1
|
* Wed Nov 16 2022 Packit <hello@packit.dev> - 278-1
|
||||||
- Stability and performance improvements
|
- Stability and performance improvements
|
||||||
|
|
||||||
|
60
packit.yaml
Normal file
60
packit.yaml
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
upstream_project_url: https://github.com/cockpit-project/cockpit-machines
|
||||||
|
# enable notification of failed downstream jobs as issues
|
||||||
|
issue_repository: https://github.com/cockpit-project/cockpit-machines
|
||||||
|
specfile_path: cockpit-machines.spec
|
||||||
|
upstream_package_name: cockpit-machines
|
||||||
|
downstream_package_name: cockpit-machines
|
||||||
|
# use the nicely formatted release description from our upstream release, instead of git shortlog
|
||||||
|
copy_upstream_release_description: true
|
||||||
|
|
||||||
|
srpm_build_deps:
|
||||||
|
- npm
|
||||||
|
- make
|
||||||
|
|
||||||
|
actions:
|
||||||
|
post-upstream-clone: make cockpit-machines.spec
|
||||||
|
create-archive: make dist
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: tests
|
||||||
|
trigger: pull_request
|
||||||
|
targets:
|
||||||
|
- fedora-36
|
||||||
|
- fedora-37
|
||||||
|
- fedora-development
|
||||||
|
- centos-stream-8
|
||||||
|
- centos-stream-9
|
||||||
|
|
||||||
|
- job: copr_build
|
||||||
|
trigger: release
|
||||||
|
owner: "@cockpit"
|
||||||
|
project: "cockpit-preview"
|
||||||
|
preserve_project: True
|
||||||
|
actions:
|
||||||
|
post-upstream-clone: make cockpit-machines.spec
|
||||||
|
# HACK: tarball for releases (copr_build, koji, etc.), copying spec's Source0; this
|
||||||
|
# really should be the default, see https://github.com/packit/packit-service/issues/1505
|
||||||
|
create-archive:
|
||||||
|
- sh -exc "curl -L -O https://github.com/cockpit-project/cockpit-machines/releases/download/${PACKIT_PROJECT_VERSION}/${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
||||||
|
- sh -exc "ls ${PACKIT_PROJECT_NAME_VERSION}.tar.xz"
|
||||||
|
|
||||||
|
- job: propose_downstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-development
|
||||||
|
- fedora-36
|
||||||
|
- fedora-37
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-development
|
||||||
|
- fedora-36
|
||||||
|
- fedora-37
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
# rawhide updates are created automatically
|
||||||
|
- fedora-36
|
||||||
|
- fedora-37
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-machines-281.tar.xz) = 09c1c80f76bec803cb3168520315c9416d0cfeab78291b5f0609788ec931ce563a2ea2e620e95d41f040885b5fe183c069a2337c22343e9a254ba0a1263f113e
|
SHA512 (cockpit-machines-282.tar.xz) = b11119601ace490177dd4a09cb479409240a63457a99dc224e877dc0956e78bfa2341f3ef57d9a15857c07fbf555c72f8dfb5a13d77b5546fcccd95d0d98e08a
|
||||||
|
Loading…
Reference in New Issue
Block a user