Release 0.3.0
This commit is contained in:
parent
0bf4926bab
commit
25d1084489
2 changed files with 12 additions and 1 deletions
8
NEWS.md
8
NEWS.md
|
|
@ -6,6 +6,14 @@ SPDX-License-Identifier: GPL-1.0-or-later
|
|||
NEWS
|
||||
========
|
||||
|
||||
## 0.3.0 - 2024-03-02 <a id='0.3.0'></a>
|
||||
|
||||
### Added
|
||||
|
||||
- **all: restore compatibility with RPM 4.16 and support EPEL 9**
|
||||
- packaging: make the RPM noarch. The package does not contain any compiled
|
||||
code.
|
||||
|
||||
## 0.2.0 - 2023-12-07 <a id='0.2.0'></a>
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
%bcond tests 1
|
||||
|
||||
Name: forge-srpm-macros
|
||||
Version: 0.2.0
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Macros to simplify packaging of forge-hosted projects
|
||||
|
||||
|
|
@ -78,6 +78,9 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 2 2024 Maxwell G <maxwell@gtmx.me> - 0.3.0-1
|
||||
- Update to 0.3.0.
|
||||
|
||||
* Thu Dec 7 2023 Maxwell G <maxwell@gtmx.me> - 0.2.0-1
|
||||
- Update to 0.2.0.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue