Release 24.0.1
This commit is contained in:
parent
092de1b186
commit
64a3f39291
2 changed files with 9 additions and 1 deletions
8
NEWS
8
NEWS
|
@ -1,5 +1,13 @@
|
|||
rust2rpm
|
||||
|
||||
Version 24.0.1
|
||||
==============
|
||||
|
||||
Fixed:
|
||||
|
||||
- Additional Requires for feature subpackages specified in rust2rpm.conf
|
||||
settings are respected again (fixes regression from 24.0.0).
|
||||
|
||||
Version 24.0.0
|
||||
==============
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ from rust2rpm import licensing
|
|||
# release of the last minor version.
|
||||
#
|
||||
# Only the major version is included in the header of generated spec files.
|
||||
__version__ = "24.0.0"
|
||||
__version__ = "24.0.1"
|
||||
|
||||
TARGET_ARCHES = [
|
||||
"x86_64",
|
||||
|
|
Loading…
Reference in a new issue