Resolves: RHEL-50386 - drop unnecessary apr-util-devel dependencies

This commit is contained in:
Luboš Uhliarik 2024-07-29 12:40:17 +02:00
parent dd3ca2b48e
commit 52c379c5b3

View File

@ -37,7 +37,7 @@
Summary: Apache Portable Runtime Utility library Summary: Apache Portable Runtime Utility library
Name: apr-util Name: apr-util
Version: 1.6.3 Version: 1.6.3
Release: 18%{?dist} Release: 19%{?dist}
# Apache-2.0: everything # Apache-2.0: everything
# RSA-MD: https://gitlab.com/fedora/legal/fedora-legal-docs/-/merge_requests/187 # RSA-MD: https://gitlab.com/fedora/legal/fedora-legal-docs/-/merge_requests/187
# include\apr_md5.h, passwd\apr_md5.c, crypto\apr_md4.c, include\apr_md4.h # include\apr_md5.h, passwd\apr_md5.c, crypto\apr_md4.c, include\apr_md4.h
@ -79,7 +79,7 @@ for XML, LDAP, database interfaces, URI parsing and more.
%package devel %package devel
Summary: APR utility library development kit Summary: APR utility library development kit
Requires: apr-util%{?_isa} = %{version}-%{release}, apr-devel%{?_isa}, pkgconfig Requires: apr-util%{?_isa} = %{version}-%{release}, apr-devel%{?_isa}, pkgconfig
Requires: %{dbdep}%{?_isa}, expat-devel%{?_isa}, openldap-devel%{?_isa} Requires: expat-devel%{?_isa}
%description devel %description devel
This package provides the support files which can be used to This package provides the support files which can be used to
@ -282,6 +282,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}/apr-util-%{apuver}
%{_datadir}/aclocal/*.m4 %{_datadir}/aclocal/*.m4
%changelog %changelog
* Mon Jul 29 2024 Luboš Uhliarik <luhliari@redhat.com> - 1.6.3-19
- Resolves: RHEL-50386 - drop unnecessary apr-util-devel dependencies
* Tue Jun 25 2024 Joe Orton <jorton@redhat.com> - 1.6.3-18 * Tue Jun 25 2024 Joe Orton <jorton@redhat.com> - 1.6.3-18
- drop ENGINE support from apr_crypto (RHEL-33728) - drop ENGINE support from apr_crypto (RHEL-33728)
- fix (harmless) gcc snprintf warning in testbuckets.c - fix (harmless) gcc snprintf warning in testbuckets.c