[packit] 101 upstream release
Upstream tag: v101 Upstream commit: 55a007a8
This commit is contained in:
parent
59ea618069
commit
1382e24f45
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
|||||||
/osbuild-98.tar.gz
|
/osbuild-98.tar.gz
|
||||||
/osbuild-99.tar.gz
|
/osbuild-99.tar.gz
|
||||||
/osbuild-100.tar.gz
|
/osbuild-100.tar.gz
|
||||||
|
/osbuild-101.tar.gz
|
||||||
|
@ -43,6 +43,11 @@ jobs:
|
|||||||
branch: main
|
branch: main
|
||||||
owner: "@osbuild" # copr repo namespace
|
owner: "@osbuild" # copr repo namespace
|
||||||
project: osbuild # copr repo name so you can consume the builds
|
project: osbuild # copr repo name so you can consume the builds
|
||||||
|
- <<: *copr
|
||||||
|
trigger: release
|
||||||
|
branch: main
|
||||||
|
owner: "@osbuild" # copr repo namespace
|
||||||
|
project: osbuild-stable # copr repo name so you can consume the builds
|
||||||
- job: propose_downstream
|
- job: propose_downstream
|
||||||
trigger: release
|
trigger: release
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
|
@ -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.86.2.post1.dev2+g209847d1.
|
The file was generated using packit 0.87.1.post1.dev5+g6e286a7b.
|
||||||
|
59
osbuild.spec
59
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: 100
|
Version: 101
|
||||||
|
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
@ -227,6 +227,7 @@ exit 0
|
|||||||
%exclude %{pkgdir}/inputs/org.osbuild.ostree*
|
%exclude %{pkgdir}/inputs/org.osbuild.ostree*
|
||||||
%exclude %{pkgdir}/sources/org.osbuild.ostree*
|
%exclude %{pkgdir}/sources/org.osbuild.ostree*
|
||||||
%exclude %{pkgdir}/stages/org.osbuild.ostree*
|
%exclude %{pkgdir}/stages/org.osbuild.ostree*
|
||||||
|
%exclude %{pkgdir}/stages/org.osbuild.experimental.ostree*
|
||||||
%exclude %{pkgdir}/stages/org.osbuild.rpm-ostree
|
%exclude %{pkgdir}/stages/org.osbuild.rpm-ostree
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
@ -249,6 +250,7 @@ exit 0
|
|||||||
%{pkgdir}/inputs/org.osbuild.ostree*
|
%{pkgdir}/inputs/org.osbuild.ostree*
|
||||||
%{pkgdir}/sources/org.osbuild.ostree*
|
%{pkgdir}/sources/org.osbuild.ostree*
|
||||||
%{pkgdir}/stages/org.osbuild.ostree*
|
%{pkgdir}/stages/org.osbuild.ostree*
|
||||||
|
%{pkgdir}/stages/org.osbuild.experimental.ostree*
|
||||||
%{pkgdir}/stages/org.osbuild.rpm-ostree
|
%{pkgdir}/stages/org.osbuild.rpm-ostree
|
||||||
|
|
||||||
%files selinux
|
%files selinux
|
||||||
@ -276,6 +278,61 @@ fi
|
|||||||
%{_libexecdir}/osbuild-depsolve-dnf
|
%{_libexecdir}/osbuild-depsolve-dnf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 06 2023 Packit <hello@packit.dev> - 101-1
|
||||||
|
Changes with 101
|
||||||
|
----------------
|
||||||
|
* Create fake `machine-id` and cleanup before exiting (#1458)
|
||||||
|
* Author: Miguel Martin, Reviewers: Brian C. Lane, Michael Vogt, Simon de Vlieger
|
||||||
|
* Move org.osbuild.experimental.ostree.config to osbuild-ostree subpackage (#1464)
|
||||||
|
* Author: Alexander Larsson, Reviewers: Simon de Vlieger
|
||||||
|
* Packit: make COPR builds for new releases in a separate project (#1479)
|
||||||
|
* Author: Tomáš Hozza, Reviewers: Eric Curtin, Simon Steinbeiß
|
||||||
|
* Readme update (#1483)
|
||||||
|
* Author: Paweł Poławski, Reviewers: Simon de Vlieger
|
||||||
|
* enhance support for creating 4k native disk images (#1461)
|
||||||
|
* Author: Dusty Mabe, Reviewers: Simon de Vlieger
|
||||||
|
* osbuild-mpp: Print better errors if eval fails (#1477)
|
||||||
|
* Author: Alexander Larsson, Reviewers: Simon de Vlieger
|
||||||
|
* osbuild-mpp: conditional losetup (#1478)
|
||||||
|
* Author: Simon de Vlieger, Reviewers: Achilleas Koutsou, Alexander Larsson, Michael Vogt
|
||||||
|
* osbuild. add comment why AST is used and not importlib (#1463)
|
||||||
|
* Author: Michael Vogt, Reviewers: Simon de Vlieger
|
||||||
|
* osbuild/util/fscache: calculate actual size of files (#1453)
|
||||||
|
* Author: Dusty Mabe, Reviewers: Simon de Vlieger
|
||||||
|
* osbuild: ensure loop.Loop() has the required device node (#1468)
|
||||||
|
* Author: Michael Vogt, Reviewers: Ondřej Budai
|
||||||
|
* osbuild: fix missing initialization of fd in osbuild.loop.Loop (#1467)
|
||||||
|
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Ondřej Budai
|
||||||
|
* osbuild: improve monitor docstrings/signatures (#1473)
|
||||||
|
* Author: Michael Vogt, Reviewers: Simon de Vlieger
|
||||||
|
* stage(oscap.remediation): link /proc/self/fd to /dev/fd (#1459)
|
||||||
|
* Author: Marcos Libanori Sanches Júnior, Reviewers: Gianluca Zuccarelli, Simon de Vlieger
|
||||||
|
* stages(autotailor): add small unit test (#1481)
|
||||||
|
* Author: Michael Vogt, Reviewers: Achilleas Koutsou, Gianluca Zuccarelli, Simon de Vlieger
|
||||||
|
* stages(erofs): add org.osbuild.erofs (#1437)
|
||||||
|
* Author: Michael Vogt, Reviewers: Simon de Vlieger
|
||||||
|
* stages(kickstart): add `network` support to kickstart (#1451)
|
||||||
|
* Author: Michael Vogt, Reviewers: Simon de Vlieger
|
||||||
|
* stages(machine-id): add a new "machine-id" stage (#1452)
|
||||||
|
* Author: Michael Vogt, Reviewers: Nobody
|
||||||
|
* stages(ostree.post-copy): add stage unit test and comment (#1465)
|
||||||
|
* Author: Michael Vogt, Reviewers: Simon de Vlieger
|
||||||
|
* stages: Add stages to support ostree signatures and composefs (#1343)
|
||||||
|
* Author: Alexander Larsson, Reviewers: Nobody
|
||||||
|
* stages:oscap.autotailor: add key/value overrides (#1407)
|
||||||
|
* Author: Gianluca Zuccarelli, Reviewers: Evgeny Kolesnikov, Simon de Vlieger
|
||||||
|
* test: fix broken oscap remediation tests (#1470)
|
||||||
|
* Author: Gianluca Zuccarelli, Reviewers: Simon de Vlieger
|
||||||
|
* test: stage tests -> stage integration tests (#1469)
|
||||||
|
* Author: Simon de Vlieger, Reviewers: Michael Vogt
|
||||||
|
* tests: remove custom tempdir_fixture (#1462)
|
||||||
|
* Author: Michael Vogt, Reviewers: Simon de Vlieger
|
||||||
|
* tests: remove custom tmpdir() fixtures and use tmp_path (#1466)
|
||||||
|
* Author: Michael Vogt, Reviewers: Simon de Vlieger
|
||||||
|
|
||||||
|
— Somewhere on the Internet, 2023-12-06
|
||||||
|
|
||||||
|
|
||||||
* Wed Nov 22 2023 Packit <hello@packit.dev> - 100-1
|
* Wed Nov 22 2023 Packit <hello@packit.dev> - 100-1
|
||||||
Changes with 100
|
Changes with 100
|
||||||
----------------
|
----------------
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-100.tar.gz) = 91c350af779e0c35b13ae4cb892a6d6319082a5fc6579e245014ce32bbd0d235bf023a71d4478964797b5be53bf2f73738b141661e069de5be8d929fe2a7d39a
|
SHA512 (osbuild-101.tar.gz) = 4b6aeb1475485f62147f29c97e3c08c898912fd6fcde75f5ae3dbed75695f00fcb07afa0c7bcd04e6707c7c45bad5a77890812cf7a4c2dc61f5c9c876445e607
|
||||||
|
Loading…
Reference in New Issue
Block a user