From f9e88aae71f71b2d1c8964a434edc6bb2312dc5d Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mar 08 2021 13:41:22 +0000 Subject: changelog: make it comply with Fedora guidelines Bed-time reading: https://github.com/packit/packit/pull/1145#issuecomment-792596982 Also, I cleaned some trailing whitespace in the first hunk. Signed-off-by: Tomas Tomecek --- diff --git a/packit.spec b/packit.spec index 764f1ba..5b2c68b 100644 --- a/packit.spec +++ b/packit.spec @@ -80,12 +80,12 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi %changelog * Thu Mar 04 2021 Packit Service - 0.26.0-1 -- Fix construction of the Koji tag for epel branches when running `packit create-update`. ([#1122](https://github.com/packit/packit/pull/1122)) -- `create-update` now also shows a message about Bodhi requiring the password. ([#1127](https://github.com/packit/packit/pull/1127)) -- `packit init` correctly picks up sources from CentOS and fetches specfile from CentOS dist-git. ([#1106](https://github.com/packit/packit/pull/1106)) -- Fix translating of the target aliases by treating the highest pending version in Bodhi as `rawhide`. ([#1114](https://github.com/packit/packit/pull/1114)) -- The format of Packit logs is unified for all log levels. ([#1119](https://github.com/packit/packit/pull/1119)) -- There is a new configuration option `sources` which enables to define sources to override their URLs in specfile. +- Fix construction of the Koji tag for epel branches when running `packit create-update`. ([#1122](https://github.com/packit/packit/pull/1122)) +- `create-update` now also shows a message about Bodhi requiring the password. ([#1127](https://github.com/packit/packit/pull/1127)) +- `packit init` correctly picks up sources from CentOS and fetches specfile from CentOS dist-git. ([#1106](https://github.com/packit/packit/pull/1106)) +- Fix translating of the target aliases by treating the highest pending version in Bodhi as `rawhide`. ([#1114](https://github.com/packit/packit/pull/1114)) +- The format of Packit logs is unified for all log levels. ([#1119](https://github.com/packit/packit/pull/1119)) +- There is a new configuration option `sources` which enables to define sources to override their URLs in specfile. You can read more about this in [our documentation](https://packit.dev/docs/configuration/#sources). ([#1131](https://github.com/packit/packit/pull/1131)) * Fri Feb 12 2021 Packit Service - 0.25.0-1 @@ -96,16 +96,10 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi - Don't behave as if `ref` would be always a branch. ([#1089](https://github.com/packit/packit/pull/1089)) - Detect a name of the default branch of a repository instead of assuming it to be called `master`. ([#1074](https://github.com/packit/packit/pull/1074)) - * Thu Jan 21 2021 Packit Service - 0.24.0-1 -# 0.24.0 - - No user-facing changes done in this release. - * Thu Jan 07 2021 Packit Service - 0.23.0-1 -# 0.23.0 - - The `propose-update` has been renamed to `propose-downstream`; `propose-update` is now deprecated to unify the naming between CLI and service. ([@jpopelka](https://github.com/jpopelka), [#1065](https://github.com/packit-service/packit/pull/1065)) - Our README has been cleaned and simplified. ([@ChainYo](https://github.com/ChainYo), [#1058](https://github.com/packit-service/packit/pull/1058)) @@ -113,17 +107,13 @@ cp files/bash-completion/packit %{buildroot}%{_datadir}/bash-completion/completi - More information can be found in [our documentation](https://packit.dev/docs/configuration/#notifications). - Packit is being prepared to be released in EPEL 8 so it can be consumed in RHEL and CentOS Stream. ([@nforro](https://github.com/nforro), [#1055](https://github.com/packit-service/packit/pull/1055)) - * Thu Dec 10 2020 Packit Service - 0.22.0-1 -# 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. - * Wed Nov 25 2020 Packit Service - 0.21.0-1 - pre-commit autoupdate (Jiri Popelka) - 0.21.0 release (Release bot)