Hello community, here is the log from the commit of package SuSEfirewall2 for openSUSE:Factory checked in at 2019-03-27 16:13:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SuSEfirewall2 (Old) and /work/SRC/openSUSE:Factory/.SuSEfirewall2.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SuSEfirewall2" Wed Mar 27 16:13:38 2019 rev:92 rq:688192 version:3.6.378 Changes: -------- --- /work/SRC/openSUSE:Factory/SuSEfirewall2/SuSEfirewall2.changes 2019-02-28 21:26:02.553880145 +0100 +++ /work/SRC/openSUSE:Factory/.SuSEfirewall2.new.25356/SuSEfirewall2.changes 2019-03-27 16:13:41.411632555 +0100 @@ -1,0 +2,6 @@ +Sun Mar 17 10:33:37 UTC 2019 - Jan Engelhardt <[email protected]> + +- Reduce too broad systemd requires. +- Fix rpmlint complaint about unlisted SuSEfirewall2_init.service. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SuSEfirewall2.spec ++++++ --- /var/tmp/diff_new_pack.01NZHm/_old 2019-03-27 16:13:42.031632397 +0100 +++ /var/tmp/diff_new_pack.01NZHm/_new 2019-03-27 16:13:42.031632397 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # icecream 0 @@ -40,9 +40,8 @@ Source1: SuSEfirewall2-rpmlintrc BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -# for the service_* macros -%{?systemd_requires} -BuildRequires: pkgconfig(systemd) +%{?systemd_ordering} +BuildRequires: systemd-rpm-macros %description SuSEfirewall2 implements a packet filter that protects hosts and @@ -60,7 +59,7 @@ %build %install -make DESTDIR="%{buildroot}" install install_doc +%make_install install_doc install -d -m 755 %{buildroot}%{_fillupdir}/ install -m 644 SuSEfirewall2.sysconfig %{buildroot}%{_fillupdir}/sysconfig.SuSEfirewall2 install -D -m 644 SuSEfirewall2.sysconfig %{buildroot}/etc/sysconfig/SuSEfirewall2 @@ -108,7 +107,7 @@ %ghost %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-deprecation-warning %pre -%service_add_pre SuSEfirewall2.service +%service_add_pre SuSEfirewall2.service SuSEfirewall2_init.service # Upgrade case means more than 1 package in system, so probably 2 # if we still have the LSB init script, save its state, remove _setup # and store it in the database. @@ -122,7 +121,7 @@ fi %post -%service_add_post SuSEfirewall2.service +%service_add_post SuSEfirewall2.service SuSEfirewall2_init.service cat >%{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-deprecation-warning <<EOF The SuSEfirewall2 package will be removed from openSUSE Tumbleweed on @@ -134,9 +133,9 @@ EOF %preun -%service_del_preun SuSEfirewall2.service +%service_del_preun SuSEfirewall2.service SuSEfirewall2_init.service %postun -%service_del_postun SuSEfirewall2.service +%service_del_postun SuSEfirewall2.service SuSEfirewall2_init.service %changelog
