diff --git a/gettext.spec b/gettext.spec index 4035fc483d4a0553423aeba810c549c02b4bfd2a..ebeb192f7ebf55bd1806d6bebc808c4f92bc92bb 100644 --- a/gettext.spec +++ b/gettext.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_with jar %bcond_with java @@ -100,7 +100,7 @@ License: GPLv3+ and LGPLv2+ # Depend on the exact version of the library sub package Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-envsubst = %{version}-%{release} -Conflicts: %{name} <= 0.21.1 +Conflicts: %{name} < 0.21.1 %description runtime The GNU gettext-runtime package provides an easy to use runtime libraries and @@ -179,7 +179,7 @@ think about. %package envsubst Summary: Substitutes the values of environment variables -Conflicts: %{name} <= 0.21.1 +Conflicts: %{name} < 0.21.1 %description envsubst Substitutes the values of environment variables. @@ -446,6 +446,9 @@ make check LIBUNISTRING=-lunistring %{_mandir}/man1/msghack.1* %changelog +* Mon Dec 19 2022 - 0.21.1-2 +- Fix versioned conflicts + * Thu Nov 24 2022 - 0.21.1-1 - New version 0.21.1 - Sync with fedora