[packit] 191 upstream release

Upstream tag: 191
Upstream commit: 0a623ca2

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-11-07 14:20:21 +00:00
parent 9437c2dc24
commit 3c2d892ef6
5 changed files with 82 additions and 17 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/cockpit-ostree-189.tar.xz
/cockpit-ostree-190.tar.xz
/cockpit-ostree-190.1.tar.xz
/cockpit-ostree-191.tar.xz

View File

@ -1,2 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.62.0.

View File

@ -1,8 +1,7 @@
# This spec file has been automatically updated
Version: 190.1
Release: 2%{?dist}
Name: cockpit-ostree
Epoch: 1
Version: 191
Release: 1%{?dist}
BuildArch: noarch
Summary: Cockpit user interface for rpm-ostree
License: LGPLv2+
@ -11,8 +10,7 @@ Requires: cockpit-bridge >= 125
Requires: cockpit-system >= 125
Requires: rpm-ostree
# Download from https://github.com/cockpit-project/cockpit-ostree/releases
Source: cockpit-ostree-%{version}.tar.xz
Source: https://github.com/cockpit-project/%{name}/releases/download/%{version}/cockpit-ostree-%{version}.tar.xz
%define debug_package %{nil}
@ -23,7 +21,7 @@ Cockpit component for managing software updates for ostree based systems.
%setup -n cockpit-ostree
%install
%make_install
%make_install PREFIX=/usr
%files
%doc README.md
@ -31,6 +29,10 @@ Cockpit component for managing software updates for ostree based systems.
%{_datadir}/cockpit/*
%changelog
* Mon Nov 07 2022 Packit <hello@packit.dev> - 1:191-1
- Dark theme support
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:190.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -62,23 +64,23 @@ Cockpit component for managing software updates for ostree based systems.
* Tue Jul 06 2021 Allison Karlitskaya <allison.karlitskaya@redhat.com> - 186-1
- ockpit-ostree 186
- move to webpack 5 and Dart Sass
- various node modules updates
- set an RPM version epoch (to 1)
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 185-1
* Wed Apr 14 2021 Matej Marusak <mmarusak@redhat.com> - 185-1
- PatternFly 4 updates
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 184-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Oct 12 2020 Martin Pitt <martin@piware.de> - 184-1
- NPM updates
- Release to Fedora 33
* Mon Oct 05 2020 Martin Pitt <martin@piware.de> - 183-3
- Rebuilt after accidental test release 999
@ -86,31 +88,31 @@ Cockpit component for managing software updates for ostree based systems.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 08 2020 Martin Pitt <martin@piware.de> - 183-1
- Rewrite with PatternFly 4
- Send update availability to Overview Health notifications
* Sun Jun 14 2020 Martin Pitt <martin@piware.de> - 182-1
* Sun Jun 14 2020 Martin Pitt <martin@piware.de> - 182-1
- Stop importing cockpit's deprecated base1/patternfly.css
- Use Red Hat font
- npm module updates
* Wed Mar 04 2020 Martin Pitt <martin@piware.de> - 181-1
* Wed Mar 04 2020 Martin Pitt <martin@piware.de> - 181-1
- Fix building under NODE_ENV=production
- NPM updates
- Move translations to weblate
- Translation updates
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 180-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Nov 27 2019 Martin Pitt <martin@piware.de> - 180-1
- timeline: Use PF4 inspired background color
- NPM dependency updates
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 179-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
@ -124,18 +126,18 @@ Cockpit component for managing software updates for ostree based systems.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Aug 27 2018 Martin Pitt <martin@piware.de> - 176-1
- RPM spec fixes
- Drop python3 build requirement
* Thu Aug 02 2018 Martin Pitt <martin@piware.de> - 175-1
* Thu Aug 02 2018 Martin Pitt <martin@piware.de> - 175-1
- Simplify spec file
- Adjust tests for new rpm-ostree on RHEL Atomic
* Thu Jul 19 2018 Martin Pitt <martin@piware.de> - 173-1
* Thu Jul 19 2018 Martin Pitt <martin@piware.de> - 173-1
- Split out into a separate upstream project:
https://github.com/cockpit-project/cockpit-ostree
(rhbz#1603146)
- No behaviour changes

61
packit.yaml Normal file
View File

@ -0,0 +1,61 @@
upstream_project_url: https://github.com/cockpit-project/cockpit-ostree
# enable notification of failed downstream jobs as issues
issue_repository: https://github.com/cockpit-project/cockpit-ostree
specfile_path: cockpit-ostree.spec
upstream_package_name: cockpit-ostree
downstream_package_name: cockpit-ostree
# use the nicely formatted release description from our upstream release, instead of git shortlog
copy_upstream_release_description: true
srpm_build_deps:
- make
- npm
actions:
post-upstream-clone: make cockpit-ostree.spec
create-archive: make dist
jobs:
- job: copr_build
metadata:
targets:
- fedora-rawhide-x86_64
trigger: pull_request
- job: copr_build
trigger: release
metadata:
owner: "@cockpit"
project: "cockpit-preview"
preserve_project: True
actions:
post-upstream-clone: make cockpit-ostree.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-ostree/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
metadata:
dist_git_branches:
- fedora-development
- fedora-36
- fedora-37
- job: koji_build
trigger: commit
metadata:
dist_git_branches:
- fedora-development
- fedora-36
- fedora-37
- job: bodhi_update
trigger: commit
metadata:
dist_git_branches:
# rawhide updates are created automatically
- fedora-36
- fedora-37

View File

@ -1 +1 @@
SHA512 (cockpit-ostree-190.1.tar.xz) = e840ec52d90c084b01ef1940c3e36fe5e2959400c3f3a3034617b5ad9157bee18ceb8aa075646cec41a3f96b53b13bfd164bec23064084b12359881767429a3b
SHA512 (cockpit-ostree-191.tar.xz) = 372070344d42883f2f26d2fb0e4ee8c0646afd18713318812aba87e692005b5e23e4f3b129395bbad66cdb919e7f4ed2f786c72880b1765e1305ffa3b4b03403