diff --git a/.gitignore b/.gitignore index 8f9de12..145fc9d 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ /osbuild-96.tar.gz /osbuild-97.tar.gz /osbuild-98.tar.gz +/osbuild-99.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 4203a77..9bb4ebe 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -17,6 +17,10 @@ srpm_build_deps: [] actions: get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'" +# Handle only releases without a "dot" (e.g. v88.2), since "dot" releases should never be released to Fedora +# "dot" releases are used only for "backports" to RHEL. +upstream_tag_include: 'v\d+' + jobs: - &copr job: copr_build diff --git a/README.packit b/README.packit index 2a3acd4..5998f60 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.84.0. +The file was generated using packit 0.85.0. diff --git a/osbuild.spec b/osbuild.spec index d7a0f6a..70afbfa 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 98 +Version: 99 %forgemeta @@ -152,7 +152,7 @@ bzip2 -9 osbuild.pp %py3_install mkdir -p %{buildroot}%{pkgdir}/stages -install -p -m 0755 $(find stages -type f) %{buildroot}%{pkgdir}/stages/ +install -p -m 0755 $(find stages -type f -not -name "test_*.py") %{buildroot}%{pkgdir}/stages/ mkdir -p %{buildroot}%{pkgdir}/assemblers install -p -m 0755 $(find assemblers -type f) %{buildroot}%{pkgdir}/assemblers/ @@ -276,6 +276,43 @@ fi %{_libexecdir}/osbuild-depsolve-dnf %changelog +* Wed Nov 08 2023 Packit - 99-1 +Changes with 99 +---------------- + * :package: Packit configuration enhancements (#1416) + * Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Simon Steinbeiß, Simon de Vlieger + * Add a tool script to help check for unused runners (#1367) + * Author: Brian C. Lane, Reviewers: Simon de Vlieger + * Add selinux-label-version to the org.osbuild.ostree.commit stage (#1415) + * Author: Alexander Larsson, Reviewers: Colin Walters, Simon de Vlieger + * Build rpms on RHEL-8.10 and RHEL-9.4 (#1417) + * Author: Jakub Rusz, Reviewers: Alexander Todorov + * Update snapshots to 20231101 (#1419) + * Author: SchutzBot, Reviewers: Simon de Vlieger + * depsolve-dnf: enable weak deps selection (#1413) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou + * depsolve-dnf: helpful exception for repo (#1412) + * Author: Simon de Vlieger, Reviewers: Achilleas Koutsou + * kickstart: add support for "zerombr","clearpart" (#1426) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * objectstore: also mount /etc/containers for "host" buildroot (#1410) + * Author: Dusty Mabe, Reviewers: Achilleas Koutsou + * stage/copy: fix exception msg when parsing mounts and inputs (#1421) + * Author: Tomáš Hozza, Reviewers: Achilleas Koutsou, Ondřej Budai + * stages(kickstart): add options "lang", "keyboard", "timezone" (#1424) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou + * stages/mkdir: fix its schema (#1409) + * Author: Ondřej Budai, Reviewers: Achilleas Koutsou, Tomáš Hozza + * stages: add new unit test for kickstart stage (#1425) + * Author: Michael Vogt, Reviewers: Achilleas Koutsou, Simon de Vlieger + * tests: run the `test_stages` category in parallel (#1431) + * Author: Michael Vogt, Reviewers: Simon de Vlieger + * tools: add Fedora 38 runner for OSTree image tests (COMPOSER-1998) (#1427) + * Author: Paweł Poławski, Reviewers: Ondřej Budai + +— Somewhere on the Internet, 2023-11-08 + + * Wed Oct 25 2023 Packit - 98-1 Changes with 98 ---------------- diff --git a/sources b/sources index f35a861..116d91c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-98.tar.gz) = cd0e5fac48683c3dd1c2ed6870ee6beb8b11c1352f831fad31eefe8e0c0f9dfb1461bce9525c1368ee9b0cc91fe389bb88948cb0d1e3ab9a81b01617deb4fbd7 +SHA512 (osbuild-99.tar.gz) = ec5e846e7e48f00a3c0cb4c89040c950c46e030be5eb67f56e157f78dcb36e3a8c8d36ea4a4e24877f5f6ba0b9f0aad6756dfa702a8a7ec0dc0670d0c382fb70