Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tftp for openSUSE:Factory checked in at 2021-08-02 12:04:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tftp (Old) and /work/SRC/openSUSE:Factory/.tftp.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tftp" Mon Aug 2 12:04:50 2021 rev:43 rq:908921 version:5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/tftp/tftp.changes 2020-10-26 16:12:32.586728922 +0100 +++ /work/SRC/openSUSE:Factory/.tftp.new.1899/tftp.changes 2021-08-02 12:05:26.845651215 +0200 @@ -1,0 +2,10 @@ +Wed Jul 28 14:56:33 UTC 2021 - Dirk M??ller <[email protected]> + +- correct source url to new location + +------------------------------------------------------------------- +Fri Jul 2 18:52:01 UTC 2021 - Callum Farmer <[email protected]> + +- Use systemd-sysusers external package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tftp.spec ++++++ --- /var/tmp/diff_new_pack.IouoKz/_old 2021-08-02 12:05:27.341651109 +0200 +++ /var/tmp/diff_new_pack.IouoKz/_new 2021-08-02 12:05:27.345651109 +0200 @@ -1,7 +1,7 @@ # # spec file for package tftp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ License: BSD-3-Clause Group: Productivity/Networking/Ftp/Clients URL: https://www.kernel.org/pub/software/network/tftp/ -Source: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{version}.tar.bz2 +Source: http://www.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-%{version}.tar.bz2 Source3: tftp.service Source4: tftp.socket Source5: tftp.sysconfig @@ -46,7 +46,7 @@ BuildRequires: systemd-rpm-macros BuildRequires: tcpd-devel Requires: netcfg -Requires(pre): shadow +Requires(pre): user(tftp) Recommends: inet-daemon Conflicts: atftp Provides: tftp(client) @@ -81,15 +81,6 @@ ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} %pre -# This group/user is shared with atftp, so please -# keep this in sync with atftp.spec -# add group -getent group tftp >/dev/null || %{_sbindir}/groupadd -r tftp -# add user -getent passwd tftp >/dev/null || \ - %{_sbindir}/useradd -c "TFTP account" -d /srv/tftpboot -G tftp \ - -g tftp -r -s /bin/false tftp - %service_add_pre %{name}.service %{name}.socket %post
