Add explicit package version requirement for libtextstyle
This commit is contained in:
parent
f941a48c34
commit
e9e619c1c4
11
gettext.spec
11
gettext.spec
@ -5,7 +5,7 @@
|
|||||||
Summary: GNU tools and libraries for localized translated messages
|
Summary: GNU tools and libraries for localized translated messages
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.22.5
|
Version: 0.22.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
# The following are licensed under LGPLv2+:
|
# The following are licensed under LGPLv2+:
|
||||||
# - libintl and its headers
|
# - libintl and its headers
|
||||||
@ -74,6 +74,9 @@ BuildRequires: glibc-langpack-zh
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
Requires: %{name}-runtime = %{version}-%{release}
|
Requires: %{name}-runtime = %{version}-%{release}
|
||||||
|
%if %{with libtextstyle}
|
||||||
|
Requires: libtextstyle%{?_isa} = %{version}-%{release}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU gettext package provides a set of tools and documentation for
|
The GNU gettext package provides a set of tools and documentation for
|
||||||
@ -142,6 +145,9 @@ Summary: Libraries for %{name}
|
|||||||
# libasprintf is LGPLv2+
|
# libasprintf is LGPLv2+
|
||||||
# libgettextpo is GPLv3+
|
# libgettextpo is GPLv3+
|
||||||
License: LGPL-2.0-or-later AND GPL-3.0-or-later
|
License: LGPL-2.0-or-later AND GPL-3.0-or-later
|
||||||
|
%if %{with libtextstyle}
|
||||||
|
Requires: libtextstyle%{?_isa} = %{version}-%{release}
|
||||||
|
%endif
|
||||||
%if %{without libtextstyle}
|
%if %{without libtextstyle}
|
||||||
Obsoletes: libtextstyle < %{version}-%{release}
|
Obsoletes: libtextstyle < %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
@ -451,6 +457,9 @@ make check LIBUNISTRING=-lunistring
|
|||||||
%{_mandir}/man1/msghack.1*
|
%{_mandir}/man1/msghack.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 4 2024 Manish Tiwari <matiwari@redhat.com> - 0.22.5-4
|
||||||
|
- Add explicit package version requirement for libtextstyle
|
||||||
|
|
||||||
* Tue Jul 2 2024 Manish Tiwari <matiwari@redhat.com> - 0.22.5-3
|
* Tue Jul 2 2024 Manish Tiwari <matiwari@redhat.com> - 0.22.5-3
|
||||||
- Add back libtextstyle for f40 (#2278984)
|
- Add back libtextstyle for f40 (#2278984)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user