generated from demus/basic-rpm-template
Convert to %autorelease and %autochangelog
[skip changelog]
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
* Thu Jun 11 2026 Daniel Demus <daniel@demus.dk> - 1.1.1-1
|
||||
- Consolidate scripts
|
||||
- Add tests
|
||||
|
||||
* Thu Jun 11 2026 Daniel Demus <daniel@demus.dk> - 1.1.0-1
|
||||
- Split repos into source and rpm build
|
||||
|
||||
* Wed Jun 10 2026 Daniel Demus <daniel@demus.dk> - 1.0.5-1
|
||||
- Make ignoring unlicensed mods optional
|
||||
|
||||
* Mon Jun 08 2026 Daniel Demus <daniel@demus.dk> - 1.0.4-1
|
||||
- Ignore unlicensed mods as there is no way to avoid a failure
|
||||
- There doesn't seem to be a way to override a missing license, so the license check always fails
|
||||
|
||||
* Mon Jun 08 2026 Daniel Demus <daniel@demus.dk> - 1.0.3-1
|
||||
- Simplify file listing for sources generation
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 1.0.2-1
|
||||
- Fix rpmlint complaints
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 1.0.1-1
|
||||
- Remove x bit on macros file
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 1.0.0-1
|
||||
- Rename project
|
||||
- Build on COPR
|
||||
- Release 1.0.0
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 0.1.4-1
|
||||
- Update License expression in spec file
|
||||
- in the same way go2rpm generates it originally
|
||||
|
||||
* Fri Jun 05 2026 Daniel Demus <daniel@demus.dk> - 0.1.3-1
|
||||
- Download remote sources before updating anything
|
||||
|
||||
* Fri Jun 05 2026 Daniel Demus <daniel@demus.dk> - 0.1.2-1
|
||||
- Switch vendor archive update from alias to command and rename
|
||||
|
||||
* Fri Jun 05 2026 Daniel Demus <daniel@demus.dk> - 0.1.1-1
|
||||
- Exclude the spec file from the sources list
|
||||
- They can change during build if rpmautospec or something similiar is used
|
||||
+2
-42
@@ -9,7 +9,7 @@ Version: %{major}.%{minor}.%{release}
|
||||
%forgemeta
|
||||
|
||||
Name: demus-packaging
|
||||
Release: 1
|
||||
Release: %autorelease
|
||||
Summary: Macros and scripts to assist in rpm packaging workflows
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -67,44 +67,4 @@ bats test
|
||||
%{_rpmmacrodir}/macros.demus-packaging
|
||||
|
||||
%changelog
|
||||
* Thu Jun 11 2026 Daniel Demus <daniel@demus.dk> - 1.1.1-1
|
||||
- Consolidate scripts
|
||||
- Add tests
|
||||
|
||||
* Thu Jun 11 2026 Daniel Demus <daniel@demus.dk> - 1.1.0-1
|
||||
- Split repos into source and rpm build
|
||||
|
||||
* Wed Jun 10 2026 Daniel Demus <daniel@demus.dk> - 1.0.5-1
|
||||
- Make ignoring unlicensed mods optional
|
||||
|
||||
* Mon Jun 08 2026 Daniel Demus <daniel@demus.dk> - 1.0.4-1
|
||||
- Ignore unlicensed mods as there is no way to avoid a failure
|
||||
- There doesn't seem to be a way to override a missing license, so the license check always fails
|
||||
|
||||
* Mon Jun 08 2026 Daniel Demus <daniel@demus.dk> - 1.0.3-1
|
||||
- Simplify file listing for sources generation
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 1.0.2-1
|
||||
- Fix rpmlint complaints
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 1.0.1-1
|
||||
- Remove x bit on macros file
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 1.0.0-1
|
||||
- Rename project
|
||||
- Build on COPR
|
||||
- Release 1.0.0
|
||||
|
||||
* Sun Jun 07 2026 Daniel Demus <daniel@demus.dk> - 0.1.4-1
|
||||
- Update License expression in spec file
|
||||
- in the same way go2rpm generates it originally
|
||||
|
||||
* Fri Jun 05 2026 Daniel Demus <daniel@demus.dk> - 0.1.3-1
|
||||
- Download remote sources before updating anything
|
||||
|
||||
* Fri Jun 05 2026 Daniel Demus <daniel@demus.dk> - 0.1.2-1
|
||||
- Switch vendor archive update from alias to command and rename
|
||||
|
||||
* Fri Jun 05 2026 Daniel Demus <daniel@demus.dk> - 0.1.1-1
|
||||
- Exclude the spec file from the sources list
|
||||
- They can change during build if rpmautospec or something similiar is used
|
||||
%autochangelog
|
||||
|
||||
Reference in New Issue
Block a user