From b89f644e9efe78e66271a804297b1b1e5db7c6fe Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Tue, 17 Jul 2012 19:26:28 +0200 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ conf/02-specfile-formatting-rules.conf | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29c3714..fe62a28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/conf/02-specfile-formatting-rules.conf b/conf/02-specfile-formatting-rules.conf index b2353cc..e9643a4 100644 --- a/conf/02-specfile-formatting-rules.conf +++ b/conf/02-specfile-formatting-rules.conf @@ -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]*",