Skip to content

Commit f80fb13

Browse files
Release 0.105.0 (packit#2486)
Release 0.105.0 Update the changelog and the specfile for release 0.105.0. Reviewed-by: Laura Barcziová
2 parents f3e157a + b832a84 commit f80fb13

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.105.0
2+
3+
- There is a new action/hook, `post-modifications`, that is executed after all modifications to the spec file are done and in case of syncing release after all remote sources are downloaded and before uploading to lookaside cache. You can use it for example to construct an additional source that depends on the primary source (that may not yet be available in other actions). (#2474)
4+
15
# 0.104.1
26

37
- Packit now uses the fedora-distro-aliases library to expand Fedora aliases. This is Packit's original code being improved and properly maintained by the Copr team. For further suggestions about aliases, use github.com/rpm-software-management/fedora-distro-aliases.

packit.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%endif
77

88
Name: packit
9-
Version: 0.104.1
9+
Version: 0.105.0
1010
Release: 1%{?dist}
1111
Summary: A tool for integrating upstream projects with Fedora operating system
1212

@@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
7878
%doc README.md
7979

8080
%changelog
81+
* Fri Dec 06 2024 Packit Team <[email protected]> - 0.105.0-1
82+
- New upstream release 0.105.0
83+
8184
* Mon Nov 25 2024 Packit Team <[email protected]> - 0.104.1-1
8285
- New upstream release 0.104.1
8386

0 commit comments

Comments
 (0)