[packit] 43 upstream release
Upstream tag: v43 Upstream commit: 36356342 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
27dc04a494
commit
ec12d3d702
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/osbuild-40.tar.gz
|
/osbuild-40.tar.gz
|
||||||
/osbuild-41.tar.gz
|
/osbuild-41.tar.gz
|
||||||
/osbuild-42.tar.gz
|
/osbuild-42.tar.gz
|
||||||
|
/osbuild-43.tar.gz
|
||||||
|
@ -41,6 +41,8 @@ jobs:
|
|||||||
targets:
|
targets:
|
||||||
- centos-stream-8-aarch64
|
- centos-stream-8-aarch64
|
||||||
- centos-stream-8-x86_64
|
- centos-stream-8-x86_64
|
||||||
|
- centos-stream-9-aarch64
|
||||||
|
- centos-stream-9-x86_64
|
||||||
- epel-8-aarch64
|
- epel-8-aarch64
|
||||||
- epel-8-x86_64
|
- epel-8-x86_64
|
||||||
- fedora-all-aarch64
|
- fedora-all-aarch64
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.41.0.
|
The file was generated using packit 0.42.1.dev2+gfd5668f.
|
||||||
|
41
osbuild.spec
41
osbuild.spec
@ -1,7 +1,7 @@
|
|||||||
%global forgeurl https://github.com/osbuild/osbuild
|
%global forgeurl https://github.com/osbuild/osbuild
|
||||||
%global selinuxtype targeted
|
%global selinuxtype targeted
|
||||||
|
|
||||||
Version: 42
|
Version: 43
|
||||||
|
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
@ -93,6 +93,7 @@ containers it uses to build OS artifacts.
|
|||||||
%package tools
|
%package tools
|
||||||
Summary: Extra tools and utilities
|
Summary: Extra tools and utilities
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: python3-pyyaml
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
Contains additional tools and utilities for development of
|
Contains additional tools and utilities for development of
|
||||||
@ -207,6 +208,44 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 01 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 43-1
|
||||||
|
CHANGES WITH 43:
|
||||||
|
----------------
|
||||||
|
* Buildroot: mask `/proc/cmdline` (#895)
|
||||||
|
|
||||||
|
* stages/grub2.inst: Make grub-mkimage binary configurable (#905)
|
||||||
|
|
||||||
|
* tests: enable testing on aarch64 RHEL (#844)
|
||||||
|
|
||||||
|
* gitignore: Ignore generated man pages (#903)
|
||||||
|
|
||||||
|
* stages/ostree.fillvar: fill the correct var (#904)
|
||||||
|
|
||||||
|
* osbuild-mpp: Allow importing multiple pipelines from a manifest (#900)
|
||||||
|
|
||||||
|
* ci: switch to rhel-9 runners (#901)
|
||||||
|
|
||||||
|
* spec: require python3-pyyaml for osbuild-tools (#899)
|
||||||
|
|
||||||
|
* osbuild-mpp: Support loading yaml as well as json files (#893)
|
||||||
|
|
||||||
|
* CI: update the osbuild-ci container (#896)
|
||||||
|
|
||||||
|
* osbuild: Add org.osbuild.gunzip stage (#886)
|
||||||
|
|
||||||
|
* osbuild-mpp: Report the path of the json file when parsing fails (#890)
|
||||||
|
|
||||||
|
* packit: enable copr builds for CS9 on main (#894)
|
||||||
|
|
||||||
|
* tools/osbuild-mpp: add ability to embed files (#859)
|
||||||
|
|
||||||
|
* osbuild-mpp: Add mpp-if feature (#885)
|
||||||
|
|
||||||
|
Contributions from: Alexander Larsson, Christian Kellner, Jakub Rusz, Jelle van der Waa, Ondřej Budai, kingsleyzissou
|
||||||
|
|
||||||
|
— Berlin, 2021-12-01
|
||||||
|
|
||||||
|
|
||||||
* Thu Nov 18 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 42-1
|
* Thu Nov 18 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 42-1
|
||||||
CHANGES WITH 42:
|
CHANGES WITH 42:
|
||||||
----------------
|
----------------
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-42.tar.gz) = 3f896b4fa80be8973da5c517e7a0fa08ced3417a6aca76283735ab80b2ba2abb834f153b4e06ecd44749078b89df63ec8e6fcb3d0b695f602d14547092d15a46
|
SHA512 (osbuild-43.tar.gz) = 2ce0a81e9e79984115542b4d58a48e8ac0dfb2e19ce38ebcd37acb1ce3c47adcf26cd1ef1a438443ef05ae38e11fc0f8aa283dd79c7e95f775d11d3bf353951a
|
||||||
|
Loading…
Reference in New Issue
Block a user