diff --git a/README.packit b/README.packit index 48ac383..b0c77e3 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 1.14.0.post1.dev14+gd507597e6. +The file was generated using packit 1.15.0.post1.dev6+g98b589859. diff --git a/plans/main.fmf b/plans/main.fmf index 8c569ee..0392cd5 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -1,6 +1,4 @@ discover: - how: fmf - url: https://github.com/packit/specfile.git - ref: d96a70a9f16b91b8973c733d889e3cce3948b525 + how: fmf execute: - how: tmt + how: tmt diff --git a/plans/packit-integration.fmf b/plans/packit-integration.fmf index 38e1947..f0d57cc 100644 --- a/plans/packit-integration.fmf +++ b/plans/packit-integration.fmf @@ -2,28 +2,32 @@ discover: how: fmf url: https://github.com/packit/packit filter: tag:full - ref: d507597e6a4c9c2e456694de97d0353fe99e894f + prepare: - how: install copr: packit/packit-dev + # make sure the Copr repo has higher priority than TF Tag Repository - how: shell - script: sed -i -n '/^priority=/!p;$apriority=5' - /etc/yum.repos.d/*:packit:packit-dev.repo + script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo + adjust: - - when: how == integration - because: provide latest python-specfile rpm when running locally + - when: "how == integration" + because: "provide latest python-specfile rpm when running locally" prepare+: - name: python3-specfile rpm how: install directory: noarch/ - - when: distro == rhel-9 or distro == centos-9 or distro == centos-stream-9 - because: 'build and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251' + + - when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9" + because: "build and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251" prepare+: - how: install package: python3-pip - how: shell - script: pip3 install build 'deepdiff < 8.0.0' - - when: | - distro == rhel-8 or distro == centos-8 or distro == centos-stream-8 or distro == rhel-9 or distro == centos-9 or distro == centos-stream-9 - because: packit doesn't support EL 8 + script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy, avoid it + + - when: > + distro == rhel-8 or distro == centos-8 or distro == centos-stream-8 or + distro == rhel-9 or distro == centos-9 or distro == centos-stream-9 + because: "packit doesn't support EL 8" enabled: false diff --git a/python-specfile.spec b/python-specfile.spec index 0ec84ca..856363b 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -68,6 +68,9 @@ rm -rf specfile.egg-info %changelog +* Mon Mar 02 2026 Packit - 0.39.1-1 +- Fixed whitespace padding of day of month in changelog entries. (#511) + * Sat Feb 14 2026 Packit - 0.39.1-1 - Fixed whitespace padding of day of month in changelog entries. (#511) - Resolves: rhbz#2393435