Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2c0837687 | ||
|
|
c27acf482d | ||
|
|
37fc4cce30 | ||
|
|
6a2e99d0cd | ||
|
|
255850c4d0 | ||
|
|
95dd7cbb35 | ||
|
|
6ab91659ee | ||
|
|
cbec9f2d89 | ||
|
|
8d528abc1a |
6 changed files with 39 additions and 8 deletions
|
|
@ -131,8 +131,8 @@ jobs:
|
||||||
branch: stable
|
branch: stable
|
||||||
packages: [specfile]
|
packages: [specfile]
|
||||||
targets:
|
targets:
|
||||||
- fedora-latest-stable
|
- fedora-stable
|
||||||
- fedora-latest-stable-aarch64
|
- fedora-stable-aarch64
|
||||||
project: packit-stable
|
project: packit-stable
|
||||||
list_on_homepage: True
|
list_on_homepage: True
|
||||||
preserve_project: True
|
preserve_project: True
|
||||||
|
|
@ -200,6 +200,7 @@ jobs:
|
||||||
rawhide:
|
rawhide:
|
||||||
fast_forward_merge_into:
|
fast_forward_merge_into:
|
||||||
- fedora-branched
|
- fedora-branched
|
||||||
|
- eln
|
||||||
epel-9: {}
|
epel-9: {}
|
||||||
- <<: *propose_downstream
|
- <<: *propose_downstream
|
||||||
packages: [specfile-epel8]
|
packages: [specfile-epel8]
|
||||||
|
|
@ -224,6 +225,7 @@ jobs:
|
||||||
rawhide:
|
rawhide:
|
||||||
fast_forward_merge_into:
|
fast_forward_merge_into:
|
||||||
- fedora-branched
|
- fedora-branched
|
||||||
|
- eln
|
||||||
epel-9: {}
|
epel-9: {}
|
||||||
- <<: *pull_from_upstream
|
- <<: *pull_from_upstream
|
||||||
packages: [specfile-epel8]
|
packages: [specfile-epel8]
|
||||||
|
|
|
||||||
|
|
@ -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 1.8.0.post1.dev2+g8dc7f525.
|
The file was generated using packit 1.13.0.post1.dev2+g84134016c.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://github.com/packit/specfile.git
|
url: https://github.com/packit/specfile.git
|
||||||
ref: 8156990625672b932ff730cb0ceaf05834fe08a4
|
ref: a07560dd2609cf23add5deeadc103033611b7b22
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,13 @@ discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://github.com/packit/packit
|
url: https://github.com/packit/packit
|
||||||
filter: tag:full
|
filter: tag:full
|
||||||
ref: 8dc7f5258be4dc05094fe33d195a57895190827c
|
ref: 87042fcac49435dd55a1b989ed0c6ead290e703d
|
||||||
prepare:
|
prepare:
|
||||||
- how: install
|
- how: install
|
||||||
copr: packit/packit-dev
|
copr: packit/packit-dev
|
||||||
- how: shell
|
- 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:
|
adjust:
|
||||||
- when: how == integration
|
- when: how == integration
|
||||||
because: provide latest python-specfile rpm when running locally
|
because: provide latest python-specfile rpm when running locally
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
|
||||||
in a minimal diff.}
|
in a minimal diff.}
|
||||||
|
|
||||||
|
|
||||||
%global base_version 0.35.1
|
%global base_version 0.38.0
|
||||||
#global prerelease rc1
|
#global prerelease rc1
|
||||||
|
|
||||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||||
|
|
@ -77,6 +77,34 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 08 2026 Packit <hello@packit.dev> - 0.38.0-1
|
||||||
|
- A bug leading to incorrect EVR expansion has been fixed. (#492)
|
||||||
|
- Prevented side-effects during condition evaluation that could occur when expanding macros that manipulate other macros, leading to misinterpreted validity of condition branches. (#499)
|
||||||
|
|
||||||
|
* Fri Oct 03 2025 Packit <hello@packit.dev> - 0.37.1-1
|
||||||
|
- We have solved a FutureWarning in our codebase. (#485)
|
||||||
|
|
||||||
|
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.37.0-2
|
||||||
|
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||||
|
|
||||||
|
* Fri Sep 05 2025 Packit <hello@packit.dev> - 0.37.0-1
|
||||||
|
- Added support for Elbrus E2K CPU architectures. (#484)
|
||||||
|
|
||||||
|
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.36.0-5
|
||||||
|
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.36.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 06 2025 Python Maint <python-maint@redhat.com> - 0.36.0-3
|
||||||
|
- Rebuilt for Python 3.14
|
||||||
|
|
||||||
|
* Fri May 30 2025 Packit <hello@packit.dev> - 0.36.0-1
|
||||||
|
- We have fixed a bug that caused specfile to traceback when section names with conditional macro expansions containing spaces were present in the spec file. (#476)
|
||||||
|
|
||||||
|
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.35.1-2
|
||||||
|
- Rebuilt for Python 3.14
|
||||||
|
|
||||||
* Fri May 16 2025 Packit <hello@packit.dev> - 0.35.1-1
|
* Fri May 16 2025 Packit <hello@packit.dev> - 0.35.1-1
|
||||||
- We have fixed a bug that caused changes to get lost when a spec file passed as a path was replaced or deleted. (#470)
|
- We have fixed a bug that caused changes to get lost when a spec file passed as a path was replaced or deleted. (#470)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (specfile-0.35.1.tar.gz) = c6b735bd3be8011881a285c200af2cda613e7f0a4dea600c552757425467d97a914eccce4c467c69139be4f955960a79c5b0f56d4bd1603038fa881e4622e027
|
SHA512 (specfile-0.38.0.tar.gz) = bfd60434b868fd191fb68d5b2fa319db45df80397b6c1000a63d9fe947e998a8a86fcf6a76c0ae9b6ef3321d2b04d4dd9bc565a610bfb117faa64180342fda4d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue