Hello community, here is the log from the commit of package vsftpd for openSUSE:Factory checked in at 2020-08-21 19:01:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vsftpd (Old) and /work/SRC/openSUSE:Factory/.vsftpd.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vsftpd" Fri Aug 21 19:01:23 2020 rev:72 rq:827923 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes 2019-12-11 12:02:59.268794296 +0100 +++ /work/SRC/openSUSE:Factory/.vsftpd.new.3399/vsftpd.changes 2020-08-21 19:01:44.072269131 +0200 @@ -1,0 +2,5 @@ +Wed Aug 19 09:46:05 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Use %{_prefix}/lib instead of misused %{_libexecdir}. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vsftpd.spec ++++++ --- /var/tmp/diff_new_pack.mmogOq/_old 2020-08-21 19:01:48.176271570 +0200 +++ /var/tmp/diff_new_pack.mmogOq/_new 2020-08-21 19:01:48.176271570 +0200 @@ -1,7 +1,7 @@ # # spec file for package vsftpd # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ Summary: Very Secure FTP Daemon - Written from Scratch License: SUSE-GPL-2.0-with-openssl-exception Group: Productivity/Networking/Ftp/Servers -Url: https://security.appspot.com/vsftpd.html +URL: https://security.appspot.com/vsftpd.html Source0: https://security.appspot.com/downloads/%{name}-%{version}.tar.gz Source1: %{name}.pam Source2: %{name}.logrotate @@ -180,7 +180,7 @@ %endif # install firewall information file %if %{use_firewalld} -install -D -m 644 %{SOURCE11} %{buildroot}%{_libexecdir}/firewalld/services/%{name}.xml +install -D -m 644 %{SOURCE11} %{buildroot}%{_prefix}/lib/firewalld/services/%{name}.xml %else install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} @@ -243,9 +243,9 @@ %doc REWARD SPEED TODO SECURITY TUNING SIZE FAQ EXAMPLE %doc README.SUSE %if %{use_firewalld} -%dir %{_libexecdir}/firewalld -%dir %{_libexecdir}/firewalld/services -%{_libexecdir}/firewalld/services/%{name}.xml +%dir %{_prefix}/lib/firewalld +%dir %{_prefix}/lib/firewalld/services +%{_prefix}/lib/firewalld/services/%{name}.xml %else %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} %endif
