parent
6da3682bce
commit
5a778122c6
@ -135,7 +135,7 @@
|
|||||||
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
||||||
|
|
||||||
%global samba_version 4.18.0
|
%global samba_version 4.18.0
|
||||||
%global baserelease 6
|
%global baserelease 7
|
||||||
# This should be rc1 or %%nil
|
# This should be rc1 or %%nil
|
||||||
%global pre_release rc3
|
%global pre_release rc3
|
||||||
|
|
||||||
@ -270,6 +270,7 @@ Provides: bundled(libreplace)
|
|||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-gconv-extra
|
||||||
BuildRequires: avahi-devel
|
BuildRequires: avahi-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
@ -448,6 +449,8 @@ Requires: %{name}-common-libs = %{samba_depver}
|
|||||||
Requires: libwbclient = %{samba_depver}
|
Requires: libwbclient = %{samba_depver}
|
||||||
%endif
|
%endif
|
||||||
Requires: krb5-libs >= %{required_mit_krb5}
|
Requires: krb5-libs >= %{required_mit_krb5}
|
||||||
|
# This is needed for charset conversion
|
||||||
|
Requires: glibc-gconv-extra
|
||||||
|
|
||||||
%description client-libs
|
%description client-libs
|
||||||
The samba-client-libs package contains internal libraries needed by the
|
The samba-client-libs package contains internal libraries needed by the
|
||||||
@ -4333,6 +4336,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2023 Andreas Schneider <asn@redhat.com> - 4.18.0-0.7.rc3
|
||||||
|
- resolves: #2173619 - Add missing Requires for glibc-gconv-extra
|
||||||
|
|
||||||
* Thu Feb 23 2023 Pavel Filipenský <pfilipen@redhat.com> - 4.18.0-0.6.rc3
|
* Thu Feb 23 2023 Pavel Filipenský <pfilipen@redhat.com> - 4.18.0-0.6.rc3
|
||||||
- SPDX migration
|
- SPDX migration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user