Hello community, here is the log from the commit of package php7 for openSUSE:Factory checked in at 2020-12-02 13:57:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7 (Old) and /work/SRC/openSUSE:Factory/.php7.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7" Wed Dec 2 13:57:34 2020 rev:88 rq:851805 version:7.4.13 Changes: -------- --- /work/SRC/openSUSE:Factory/php7/php7.changes 2020-11-30 09:53:31.505759840 +0100 +++ /work/SRC/openSUSE:Factory/.php7.new.5913/php7.changes 2020-12-02 13:57:36.961762865 +0100 @@ -1,0 +2,5 @@ +Sun Nov 29 13:42:37 UTC 2020 - Arjen de Korte <[email protected]> + +- fix building with new apache2 from Apache development repo + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7.spec ++++++ --- /var/tmp/diff_new_pack.NTqpde/_old 2020-12-02 13:57:38.129764096 +0100 +++ /var/tmp/diff_new_pack.NTqpde/_new 2020-12-02 13:57:38.133764100 +0100 @@ -1186,6 +1186,13 @@ %install %if !%{with test} +# create httpd.conf file with a LoadModule line for apxs +mkdir -p %{buildroot}%{apache_sysconfdir} +cat > %{buildroot}%{apache_sysconfdir}/httpd.conf << EOF +# DO NOT INSTALL THIS FILE +LoadModule alias_module %{apache_libexecdir}-prefork/mod_alias.so +EOF + # install function Install() { @@ -1201,6 +1208,7 @@ Install fpm Install embed rm %{buildroot}%{_libdir}/libphp7.la +rm %{buildroot}%{apache_sysconfdir}/httpd.conf* # generate php.ini from php.ini-production: install -dm 755 %{buildroot}/%{php_sysconf}/conf.d _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
