02-specfile-formatting-rules.conf: new default value for library_name_structure: "". The old value ("^lib") does no longer apply.
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
d1b35c01fa
commit
b89f644e9e
@ -57,6 +57,11 @@ Changes in version 1.12.3
|
||||
* lib/libapse.lib - Davide Madrisan:
|
||||
Do not use 'dirname' and 'basename': bash provides primitives to do that.
|
||||
|
||||
+ update
|
||||
* conf/02-specfile-formatting-rules.conf - Davide Madrisan:
|
||||
'library_name_structure': new default value is now "".
|
||||
The old value ("^lib") does no longer apply.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 1.12.2
|
||||
|
@ -1,8 +1,9 @@
|
||||
## Force a name structure for some specific packages --------------------------
|
||||
|
||||
# Force a name structure for library packages
|
||||
# Set to "" if you don't want to fix a structure
|
||||
library_name_structure="^lib"
|
||||
# Default value: "" (no structure)
|
||||
# An alternative setting can be "^lib" if your libraries must start with lib
|
||||
library_name_structure=""
|
||||
|
||||
# Structure for the names of the patches (Patch[0-9]* ids)
|
||||
# Default value: "^%\{name\}-[0-9][\.0-9a-z]*-[a-zA-Z0-9_-]+*.patch[\.gzb2]*",
|
||||
|
Loading…
Reference in New Issue
Block a user