That was fixed shortly after the release by:
Author: ylavic
Date: Wed Apr 3 10:01:47 2019
New Revision: 1856868
URL: http://svn.apache.org/viewvc?rev=1856868&view=rev
Log:
Merge r1825375 from trunk:
rpm: Add mod_socache_redis to the build.
Submitted by: minfrin
Modified:
httpd/httpd/branches/2.4.x/ (props changed)
httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Apr 3 10:01:47 2019
...
Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
URL:
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in?rev=1856868&r1=1856867&r2=1856868&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Wed Apr 3
10:01:47 2019
@@ -392,6 +392,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/httpd/modules/mod_slotmem_shm.so
%{_libdir}/httpd/modules/mod_socache_dbm.so
%{_libdir}/httpd/modules/mod_socache_memcache.so
+%{_libdir}/httpd/modules/mod_socache_redis.so
%{_libdir}/httpd/modules/mod_socache_shmcb.so
%{_libdir}/httpd/modules/mod_speling.so
%{_libdir}/httpd/modules/mod_status.so
Regards,
Rainer
Am 10.04.2019 um 10:38 schrieb Dmitry Stoyanov:
Hello,
Looks like I found the bug in httpd 2.4.39 release, during generation of
rpm package using
rpmbuild -tb SOURCES/apr-1.6.5.tar.bz2
Checking for unpackaged file(s): /usr/lib/rpm/check-files
/root/rpmbuild/BUILDROOT/httpd-2.4.39-1.x86_64
error: Installed (but unpackaged) file(s) found:
/usr/lib64/httpd/modules/mod_socache_redis.so
To fix it need to add mod_socache_redis.so in httpd.spec file:
…
%{_libdir}/httpd/modules/mod_socache_memcache.so
%{_libdir}/httpd/modules/mod_socache_redis.so
%{_libdir}/httpd/modules/mod_socache_shmcb.so
…
*Dmitry Stoyanov*
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org