Hello community, here is the log from the commit of package apache2 for openSUSE:Factory checked in at 2020-12-15 12:30:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apache2 (Old) and /work/SRC/openSUSE:Factory/.apache2.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache2" Tue Dec 15 12:30:45 2020 rev:178 rq:855764 version:2.4.46 Changes: -------- --- /work/SRC/openSUSE:Factory/apache2/apache2.changes 2020-12-12 20:30:25.545730681 +0100 +++ /work/SRC/openSUSE:Factory/.apache2.new.2328/apache2.changes 2020-12-15 12:32:58.512125556 +0100 @@ -1,0 +2,6 @@ +Mon Dec 14 11:19:46 UTC 2020 - Arjen de Korte <[email protected]> + +- only include BuildRequires: apache2-{prefork,worker,event} used in + test target + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apache2.spec ++++++ --- /var/tmp/diff_new_pack.PV9vdw/_old 2020-12-15 12:32:59.752126555 +0100 +++ /var/tmp/diff_new_pack.PV9vdw/_new 2020-12-15 12:32:59.756126559 +0100 @@ -232,12 +232,18 @@ BuildRequires: apache-rpm-macros BuildRequires: apache2 BuildRequires: apache2-devel -BuildRequires: apache2-event BuildRequires: apache2-manual -BuildRequires: apache2-prefork BuildRequires: apache2-utils +%endif +%if "%{flavor}" == "test_prefork" +BuildRequires: apache2-prefork +%endif +%if "%{flavor}" == "test_worker" BuildRequires: apache2-worker %endif +%if "%{flavor}" == "test_event" +BuildRequires: apache2-event +%endif %if %{unittest} BuildRequires: mod_php_any # perl-doc is assumed by t/filter/case.t (/usr/lib/perl5/*/pod/perlsub.pod) _______________________________________________ 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]
