Convert to %autorelease and %autochangelog

[skip changelog]
This commit is contained in:
2025-03-30 23:58:53 +02:00
parent d921577ea1
commit ef00ca858d
2 changed files with 21 additions and 20 deletions
+19
View File
@@ -0,0 +1,19 @@
* Sat Feb 08 2025 Daniel Demus <daniel@demus.dk> - 1.2.2-1
- Log to journal if JOURNAL_STREAM env var is set
- Replace 'journal' with 'console'
- Always log to console when nit logging to journal in addition to any file logging
* Fri Feb 07 2025 Daniel Demus <daniel@demus.dk> - 1.2.1-1
- Fix re-using the existing config value in setup mode
* Thu Feb 06 2025 Daniel Demus <daniel@demus.dk> - 1.2.0-1
- Handle ~ in provided paths
* Wed Feb 05 2025 Daniel Demus <daniel@demus.dk> - 1.1.1-1
- Add test dependency group with pytest to builddeps
* Tue Feb 04 2025 Daniel Demus <daniel@demus.dk> - 1.1.0-2
- Enable local repos for newer rpm versions
* Tue Feb 04 2025 Daniel Demus <daniel@demus.dk> - 1.1.0-1
- hf-cli rpm and systemd timer
+2 -20
View File
@@ -6,7 +6,7 @@
Name: hf-cli
Version: 1.2.2
Release: 1%{?dist}
Release: %autorelease
Summary: Huafetcher CLI
License: GPL-3.0-or-later
URL: https://git.demus.dk/demus/hf-cli
@@ -78,22 +78,4 @@ install -D -m 0644 -vp %{SOURCE2} %{buildroot}%{_userunitdir}/%{name}.timer
%{_userunitdir}/*
%changelog
* Sat Feb 08 2025 Daniel Demus <daniel@demus.dk> - 1.2.2-1
- Log to journal if JOURNAL_STREAM env var is set
- Replace 'journal' with 'console'
- Always log to console when nit logging to journal in addition to any file logging
* Fri Feb 07 2025 Daniel Demus <daniel@demus.dk> - 1.2.1-1
- Fix re-using the existing config value in setup mode
* Thu Feb 06 2025 Daniel Demus <daniel@demus.dk> - 1.2.0-1
- Handle ~ in provided paths
* Wed Feb 05 2025 Daniel Demus <daniel@demus.dk> - 1.1.1-1
- Add test dependency group with pytest to builddeps
* Tue Feb 04 2025 Daniel Demus <daniel@demus.dk> - 1.1.0-2
- Enable local repos for newer rpm versions
* Tue Feb 04 2025 Daniel Demus <daniel@demus.dk> - 1.1.0-1
- hf-cli rpm and systemd timer
%autochangelog