diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec index e81ae18d543b88b7234cc102411ae14d8b704628..e95493dfba909bb54ea76915b49a1868e405f687 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 # Perform optional tests %bcond_with perl_Compress_Raw_Lzma_enables_optional_test @@ -47,7 +47,6 @@ BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: xz %endif # Runtime -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(XSLoader) # Built-against version is embedded in module, so we have a strict version dependency Requires: xz-libs = %((pkg-config --modversion liblzma 2>/dev/null || echo 0) | tr -dc '[0-9.]') @@ -99,6 +98,9 @@ make test %doc Changes README %changelog +* Wed Feb 08 2023 mgb01105731 - 2.201-6 +- remove versioned MODULE_COMPAT_ requires + * Mon Jan 30 2023 Chunmei Xu - 2.201-5 - rebuild with perl 5.36.0