diff options
| author | Fabian Grünbichler <f.gruenbichler@proxmox.com> | 2025-03-24 10:01:30 +0100 |
|---|---|---|
| committer | Fabian Grünbichler <f.gruenbichler@proxmox.com> | 2025-03-24 10:01:30 +0100 |
| commit | ccf52eb2256c3448d41c4c8bf45969491256570d (patch) | |
| tree | 09d2d6f663cf5bc5b7ee088df4cda3cbb117bc98 /debian | |
| parent | 90323463f42ddc0c37b816d436e807d4d749846c (diff) | |
| download | efi-boot-shim-ccf52eb2256c3448d41c4c8bf45969491256570d.tar.gz efi-boot-shim-ccf52eb2256c3448d41c4c8bf45969491256570d.zip | |
d/watch: mangle RC versions
else 16.0.rc1 gets sorted higher than the final 16.0 release tarball.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/watch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch index 672f8bae..ed9fa239 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ # Compulsory line, this is a version 4 file version=4 -opts="repack,compression=xz,pgpmode=auto,searchmode=plain" \ +opts="repack,compression=xz,pgpmode=auto,uversionmangle=s/\.rc/~rc/,searchmode=plain" \ https://api.github.com/repos/rhboot/shim/releases?per_page=100 \ - https://github.com/rhboot/shim/releases/download/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@
\ No newline at end of file + https://github.com/rhboot/shim/releases/download/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ |
