Hello community, here is the log from the commit of package SuSEfirewall2 for openSUSE:Factory checked in at 2017-03-20 17:04:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SuSEfirewall2 (Old) and /work/SRC/openSUSE:Factory/.SuSEfirewall2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SuSEfirewall2" Mon Mar 20 17:04:27 2017 rev:80 rq:479216 version:3.6.322 Changes: -------- --- /work/SRC/openSUSE:Factory/SuSEfirewall2/SuSEfirewall2.changes 2017-02-16 16:47:34.444475090 +0100 +++ /work/SRC/openSUSE:Factory/.SuSEfirewall2.new/SuSEfirewall2.changes 2017-03-20 17:04:28.952910054 +0100 @@ -1,0 +2,7 @@ +Tue Mar 7 10:39:28 CET 2017 - [email protected] + +- Install symlink to SuSEfirewall2 with the updated SUSE spelling + (bsc#938727, FATE#316521) +- Added rpmlintrc file to suppress some bogus warnings during building + +------------------------------------------------------------------- New: ---- SuSEfirewall2-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SuSEfirewall2.spec ++++++ --- /var/tmp/diff_new_pack.Ub5WY4/_old 2017-03-20 17:04:29.800790333 +0100 +++ /var/tmp/diff_new_pack.Ub5WY4/_new 2017-03-20 17:04:29.804789769 +0100 @@ -17,6 +17,7 @@ # icecream 0 +%define newname SUSEfirewall2 Name: SuSEfirewall2 Version: 3.6.322 Release: 0 @@ -31,6 +32,7 @@ License: GPL-2.0 Group: Productivity/Networking/Security Source: SuSEfirewall2-%{version}.tar.bz2 +Source1: SuSEfirewall2-rpmlintrc BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build # for the service_* macros @@ -47,8 +49,8 @@ %prep %setup -# please send patches to lnussel for inclusion in git first -# http://gitorious.org/opensuse/susefirewall2 +# please send patches to mgerstner for inclusion in git first +# https://github.com/openSUSE/susefirewall2/ %build @@ -63,8 +65,11 @@ # # compat symlink mkdir -p %{buildroot}/sbin -ln -s /usr/sbin/SuSEfirewall2 %{buildroot}/sbin/SuSEfirewall2 -ln -s /usr/sbin/rcSuSEfirewall2 %{buildroot}/sbin/rcSuSEfirewall2 +ln -s /usr/sbin/%{name} %{buildroot}/sbin/%{name} +ln -s /usr/sbin/rc%{name} %{buildroot}/sbin/rc%{name} +# symlinks using the new SUSE spelling +ln -s %{name} %{buildroot}/sbin/%{newname} +ln -s %{name} %{buildroot}/usr/sbin/%{newname} %files %defattr(-, root, root) @@ -86,6 +91,8 @@ /sbin/rcSuSEfirewall2 /usr/sbin/rcSuSEfirewall2 /usr/sbin/SuSEfirewall2 +/usr/sbin/%{newname} +/sbin/%{newname} %dir /usr/share/SuSEfirewall2 %dir /usr/share/SuSEfirewall2/defaults /usr/lib/systemd/system/SuSEfirewall2.service ++++++ SuSEfirewall2-rpmlintrc ++++++ addFilter("non-conffile-in-etc .*/etc/sysconfig/script/*") addFilter("script-without-shebang .*/etc/sysconfig/script/*") addFilter("non-conffile-in-etc .*/etc/sysconfig/SuSEfirewall2.d/services/TEMPLATE") addFilter("non-executable-script .*/etc/sysconfig/script/*")
