Skip to content

Commit

Permalink
Merge pull request #1051 from packit/0.22.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarefactory-project-zuul[bot] committed Dec 10, 2020
2 parents 8ee5c61 + e13bd5e commit 143c2a7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ synced_files:
# packit was already taken on PyPI
upstream_package_name: packitos
upstream_project_url: https://github.com/packit/packit
copy_upstream_release_description: true

actions:
create-archive:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.22.0

- `packit init` introduces the `--upstream-url` option. When specified,
`init` also sets up a source-git repository next to creating a configuration file.
- Don't rewrite macros when setting release and version in spec file.
- Fix generation of Copr settings URL for groups.
- Improve processing of the version when proposing a Fedora update.

# 0.21.0

- If the first `Source` tag in a spec file is not indexed, it is always returned,
Expand Down
5 changes: 4 additions & 1 deletion packit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global real_name packit

Name: %{real_name}
Version: 0.21.0
Version: 0.22.0
Release: 1%{?dist}
Summary: A tool for integrating upstream projects with Fedora operating system

Expand Down Expand Up @@ -80,6 +80,9 @@ mv %{buildroot}%{_datadir}/bash_completion/completions/packit %{buildroot}%{_dat
%{python3_sitelib}/*

%changelog
* Thu Dec 10 2020 Laura Barcziova <lbarczio@redhat.com> - 0.22.0-1
- new upstream release 0.22.0

* Wed Nov 25 2020 Jiri Popelka <jpopelka@redhat.com> - 0.21.0-1
- new upstream release 0.21.0

Expand Down

0 comments on commit 143c2a7

Please sign in to comment.