Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
@ -1 +0,0 @@
|
||||
467c60bb602d426d901c8f7084ae17e67066d68f SOURCES/cockpit-ostree-204.tar.xz
|
33
.gitignore
vendored
33
.gitignore
vendored
@ -1 +1,32 @@
|
||||
SOURCES/cockpit-ostree-204.tar.xz
|
||||
/cockpit-ostree-175.tar.gz
|
||||
/cockpit-ostree-176.tar.gz
|
||||
/cockpit-ostree-178.tar.gz
|
||||
/cockpit-ostree-179.tar.gz
|
||||
/cockpit-ostree-180.tar.gz
|
||||
/cockpit-ostree-181.tar.gz
|
||||
/cockpit-ostree-182.tar.gz
|
||||
/cockpit-ostree-183.tar.gz
|
||||
/cockpit-ostree-184.tar.gz
|
||||
/cockpit-ostree-185.tar.gz
|
||||
/cockpit-ostree-186.tar.gz
|
||||
/cockpit-ostree-187.tar.gz
|
||||
/cockpit-ostree-188.tar.xz
|
||||
/cockpit-ostree-189.tar.xz
|
||||
/cockpit-ostree-190.tar.xz
|
||||
/cockpit-ostree-190.1.tar.xz
|
||||
/cockpit-ostree-191.tar.xz
|
||||
/cockpit-ostree-192.tar.xz
|
||||
/cockpit-ostree-193.tar.xz
|
||||
/cockpit-ostree-194.tar.xz
|
||||
/cockpit-ostree-195.tar.xz
|
||||
/cockpit-ostree-196.tar.xz
|
||||
/cockpit-ostree-197.tar.xz
|
||||
/cockpit-ostree-198.tar.xz
|
||||
/cockpit-ostree-198.1.tar.xz
|
||||
/cockpit-ostree-199.tar.xz
|
||||
/cockpit-ostree-200.tar.xz
|
||||
/cockpit-ostree-201.tar.xz
|
||||
/cockpit-ostree-202.tar.xz
|
||||
/cockpit-ostree-203.tar.xz
|
||||
/cockpit-ostree-204.tar.xz
|
||||
/cockpit-ostree-205.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.102.1.post1.dev6+g64f7460b.
|
@ -1,7 +1,7 @@
|
||||
Name: cockpit-ostree
|
||||
Epoch: 1
|
||||
Version: 204
|
||||
Release: 1%{?dist}
|
||||
Version: 205
|
||||
Release: 2%{?dist}
|
||||
BuildArch: noarch
|
||||
Summary: Cockpit user interface for rpm-ostree
|
||||
License: LGPL-2.1-or-later
|
||||
@ -12,6 +12,10 @@ Requires: rpm-ostree
|
||||
|
||||
Source: https://github.com/cockpit-project/%{name}/releases/download/%{version}/cockpit-ostree-%{version}.tar.xz
|
||||
|
||||
%if 0%{?fedora} >= 41 || 0%{?rhel}
|
||||
ExcludeArch: %{ix86}
|
||||
%endif
|
||||
|
||||
%define debug_package %{nil}
|
||||
|
||||
%description
|
||||
@ -29,6 +33,13 @@ Cockpit component for managing software updates for ostree based systems.
|
||||
%{_datadir}/cockpit/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:205-2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Wed Oct 23 2024 Packit <hello@packit.dev> - 1:205-1
|
||||
- Bug fixes and translation updates
|
||||
|
||||
* Thu Aug 08 2024 Packit <hello@packit.dev> - 1:204-1
|
||||
- Bug fixes
|
||||
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.rpminspect.static-analysis}
|
61
packit.yaml
Normal file
61
packit.yaml
Normal 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
|
||||
- nodejs-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-40
|
||||
- fedora-41
|
||||
- fedora-development
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- fedora-development
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
# rawhide updates are created automatically
|
||||
- fedora-40
|
||||
- fedora-41
|
Loading…
Reference in New Issue
Block a user