diff --git a/conf/02-specfile-formatting-rules.conf b/conf/02-specfile-formatting-rules.conf index d10c5a4..4319d48 100644 --- a/conf/02-specfile-formatting-rules.conf +++ b/conf/02-specfile-formatting-rules.conf @@ -12,8 +12,8 @@ library_name_structure="" patch_name_structure="^%\{name\}-[0-9][\.0-9a-z]*-[a-zA-Z0-9_-]+*.patch[\.gzb2]*" # Structure for the 'Source'/'Source0' id -# Default value: "\(http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|shar\.gz\|zip\)" +# Default value: "\(https\|http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|shar\.gz\|zip\)" # 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\|git\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|tar\.xz\|shar\.gz\|zip\)" +source0_name_structure="\(https\|http\|ftp\|git\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|tar\.xz\|shar\.gz\|zip\)"