[packit] 70 upstream release
Upstream tag: v70 Upstream commit: 976fbe17 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
7d6c5bbf24
commit
8a5f32dbb6
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/osbuild-67.tar.gz
|
||||
/osbuild-68.tar.gz
|
||||
/osbuild-69.tar.gz
|
||||
/osbuild-70.tar.gz
|
||||
|
66
.packit.yaml
66
.packit.yaml
@ -2,7 +2,7 @@
|
||||
|
||||
specfile_path: osbuild.spec
|
||||
|
||||
synced_files:
|
||||
files_to_sync:
|
||||
- osbuild.spec
|
||||
- .packit.yaml
|
||||
|
||||
@ -18,52 +18,36 @@ actions:
|
||||
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
- &copr
|
||||
job: copr_build
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
- centos-stream-8-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- epel-8-aarch64
|
||||
- epel-8-x86_64
|
||||
- epel-9-aarch64
|
||||
- epel-9-x86_64
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-s390x
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all
|
||||
- job: copr_build
|
||||
targets:
|
||||
- centos-stream-8-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- epel-8-aarch64
|
||||
- epel-8-x86_64
|
||||
- epel-9-aarch64
|
||||
- epel-9-x86_64
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-s390x
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all
|
||||
- <<: *copr
|
||||
trigger: commit
|
||||
metadata:
|
||||
branch: main
|
||||
owner: "@osbuild" # copr repo namespace
|
||||
project: osbuild # copr repo name so you can consume the builds
|
||||
targets:
|
||||
- centos-stream-8-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
- centos-stream-9-x86_64
|
||||
- epel-8-aarch64
|
||||
- epel-8-x86_64
|
||||
- epel-9-aarch64
|
||||
- epel-9-x86_64
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-s390x
|
||||
- fedora-all-ppc64le
|
||||
- fedora-all
|
||||
branch: main
|
||||
owner: "@osbuild" # copr repo namespace
|
||||
project: osbuild # copr repo name so you can consume the builds
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
- fedora-branched # rawhide updates are created automatically
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.60.0.
|
||||
The file was generated using packit 0.60.1.dev6+g9c9b2a8.
|
||||
|
26
osbuild.spec
26
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 69
|
||||
Version: 70
|
||||
|
||||
%forgemeta
|
||||
|
||||
@ -251,19 +251,39 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2022 Packit <hello@packit.dev> - 70-1
|
||||
Changes with 70
|
||||
----------------
|
||||
* Build rpms on RHEL 8.8 and 9.2 (#1141)
|
||||
* packit: Replace deprecated config options (#1145)
|
||||
* schutzbot/mockbuild: stop running mock as root (#1148)
|
||||
* schutzfile: update manifest-db ref 2022-10-20 (#1155)
|
||||
* sources/ostree: set contenturl when pulling from remote (#1140)
|
||||
* stages/keymap: add font option (#1158)
|
||||
* stages/logind-systemd: add `ReserveVT` option (#1156)
|
||||
* stages/rpm: make the fake machine-id newline-terminated (#1150)
|
||||
* stages: add systemd-journald stage (#1143)
|
||||
* test: add README.md on how to make tests for stages (#1149)
|
||||
|
||||
Contributions from: Christian Kellner, Irene Diez, Jakub Rusz, Jan Macku, Ondřej Budai, Sanne Raymaekers, SchutzBot
|
||||
|
||||
— Somewhere on the Internet, 2022-10-26
|
||||
|
||||
|
||||
|
||||
* Wed Oct 12 2022 Packit <hello@packit.dev> - 69-1
|
||||
Changes with 69
|
||||
----------------
|
||||
* runners: auto detection based on best matching distro+version (#996)
|
||||
* sources/ostree: pull from remote using rhsm mTLS certs (#1138)
|
||||
* stages: fix ostree config stage (#1129)
|
||||
|
||||
Contributions from: Antonio Murdaca, Christian Kellner, Sanne Raymaekers
|
||||
|
||||
— Somewhere on the Internet, 2022-10-12
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
* Wed Sep 28 2022 Packit <hello@packit.dev> - 68-1
|
||||
Changes with 68
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-69.tar.gz) = 8d87ac58abeb3fe2da01a8034fa9fc925452d00d7799b8e758c71f6653d63a20cd844d5d44ec5ed10783285fa2bf2e67f5a8261e516b64b7d56b6beefd0848b0
|
||||
SHA512 (osbuild-70.tar.gz) = 9b7a054623ba50d1612ee9dc6bda5bee29a2401a6bde6e670d1a7809cad89e0d21f58d96e91a0e36b54b1e12d229f9460e9679bc4a177e66194c95577dc2fda6
|
||||
|
Loading…
Reference in New Issue
Block a user