[packit] 46 upstream release
Upstream tag: 46 Upstream commit: 87b01caa If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/cockpit-composer.git refs/heads/*:refs/remotes/packit/* git checkout packit/46-rawhide-update-propose_downstream ```
This commit is contained in:
parent
77980b5f7b
commit
8edee9e1e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/cockpit-composer-43.tar.gz
|
||||
/cockpit-composer-44.tar.gz
|
||||
/cockpit-composer-45.tar.gz
|
||||
/cockpit-composer-46.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.69.0.post12+g060b82c.
|
||||
The file was generated using packit 0.79.0.post2+g93f33d9.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: cockpit-composer
|
||||
Version: 45
|
||||
Release: 2%{?dist}
|
||||
Version: 46
|
||||
Release: 1%{?dist}
|
||||
Summary: Composer GUI for use with Cockpit
|
||||
|
||||
License: MIT
|
||||
@ -8,6 +8,7 @@ URL: http://weldr.io/
|
||||
Source0: https://github.com/osbuild/cockpit-composer/releases/download/%{version}/cockpit-composer-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
Requires: cockpit
|
||||
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 8
|
||||
@ -31,6 +32,7 @@ the cloud. It integrates into Cockpit as a frontend for osbuild.
|
||||
mkdir -p %{buildroot}/%{_datadir}/cockpit/composer
|
||||
cp -a public/* %{buildroot}/%{_datadir}/cockpit/composer
|
||||
mkdir -p %{buildroot}/%{_datadir}/metainfo/
|
||||
appstream-util validate-relax --nonet public/io.weldr.cockpit-composer.metainfo.xml
|
||||
cp -a public/io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
||||
|
||||
%files
|
||||
@ -40,6 +42,11 @@ cp -a public/io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/met
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* Fri Aug 25 2023 Packit <hello@packit.dev> - 46-1
|
||||
- Fix blueprint config bugs
|
||||
- Update translations
|
||||
- Update NPM dependencies
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 45-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
11
packit.yaml
11
packit.yaml
@ -38,22 +38,17 @@ jobs:
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-36
|
||||
- fedora-37
|
||||
- fedora-all
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-development
|
||||
- fedora-36
|
||||
- fedora-37
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-36
|
||||
- fedora-37
|
||||
- fedora-branched
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-composer-45.tar.gz) = 5532797aaf94d3b001312a54e24df1476d5a6dadfc58c61e5e8d7ee6b0017ec9360c17d540069bdd5f636e82235332de4f67f5551a5b9db32b56b731478be9c7
|
||||
SHA512 (cockpit-composer-46.tar.gz) = d4944478f1f536ccf266d70ccb003bbad6011daff8fb90ab93ea38f1adb7949174e7623c87eeadef16cb7eb33c530879d4678e83b51c9a1a369fd5c5c86f0342
|
||||
|
Loading…
Reference in New Issue
Block a user