Convert to %autorelease and %autochangelog
[skip changelog]
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
* Sat Jul 13 2024 Daniel Demus <daniel-github@demus.dk>
|
||||
- First release
|
||||
|
||||
* Sat Nov 16 2024 Daniel Demus <daniel-github@demus.dk>
|
||||
- Suppress false positive with urlencoded %
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: mod_security_crs_plugin_%{gsub %{plugin_id} - _}
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Release: %autorelease
|
||||
Summary: CRS OpenHAB proxy rule exclusions plugin
|
||||
|
||||
License: Apache-2.0
|
||||
@@ -48,8 +48,4 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 13 2024 Daniel Demus <daniel-github@demus.dk>
|
||||
- First release
|
||||
|
||||
* Sat Nov 16 2024 Daniel Demus <daniel-github@demus.dk>
|
||||
- Suppress false positive with urlencoded %
|
||||
%autochangelog
|
||||
|
||||
Reference in New Issue
Block a user