diff --git a/ChangeLog b/ChangeLog index 01ef282..a5a946d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,9 @@ Changes in version 1.16.3 - Christmas Release * templates/web - Silvan Calarco New template for web application packages + * conf/02-specfile-formatting-rules.conf - Davide Madrisan: + Do not warn if a 'source0' file URL begins by 'git://'. + ------------------------------------------------------------------------------- Changes in version 1.16.2 - Christmas Release diff --git a/conf/02-specfile-formatting-rules.conf b/conf/02-specfile-formatting-rules.conf index e9643a4..d10c5a4 100644 --- a/conf/02-specfile-formatting-rules.conf +++ b/conf/02-specfile-formatting-rules.conf @@ -16,4 +16,4 @@ patch_name_structure="^%\{name\}-[0-9][\.0-9a-z]*-[a-zA-Z0-9_-]+*.patch[\.gzb2]* # that is a full internet address of a tarball package compressed with # either gzip or bzip2 # If you don't want to fix a structure use "" -source0_name_structure="\(http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|tar\.xz\|shar\.gz\|zip\)" +source0_name_structure="\(http\|ftp\|git\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|tar\.xz\|shar\.gz\|zip\)"