conf/02-specfile-formatting-rules.conf: update source0_name_structure to allow *.tar.xz archives
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
4c72cde33e
commit
c85911f95b
@ -5,6 +5,10 @@ Changes in version 1.12.1
|
|||||||
* pck-update - Davide Madrisan:
|
* pck-update - Davide Madrisan:
|
||||||
Fix message to let work the italian translation.
|
Fix message to let work the italian translation.
|
||||||
|
|
||||||
|
+ update
|
||||||
|
* conf/02-specfile-formatting-rules.conf - Davide Madrisan:
|
||||||
|
Update 'source0_name_structure' to allow *.tar.xz archives.
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.12.0
|
Changes in version 1.12.0
|
||||||
|
@ -15,4 +15,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
|
# that is a full internet address of a tarball package compressed with
|
||||||
# either gzip or bzip2
|
# either gzip or bzip2
|
||||||
# If you don't want to fix a structure use ""
|
# If you don't want to fix a structure use ""
|
||||||
source0_name_structure="\(http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|shar\.gz\|zip\)"
|
source0_name_structure="\(http\|ftp\):\/\/.*\.\(tar\.gz\|tgz\|tar\.bz2\|tar\.Z\|tar\.xz\|shar\.gz\|zip\)"
|
||||||
|
Loading…
Reference in New Issue
Block a user