Hello community, here is the log from the commit of package telnet for openSUSE:Factory checked in at 2019-08-06 15:07:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telnet (Old) and /work/SRC/openSUSE:Factory/.telnet.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telnet" Tue Aug 6 15:07:44 2019 rev:30 rq:719514 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/telnet/telnet.changes 2018-06-03 12:30:41.968283711 +0200 +++ /work/SRC/openSUSE:Factory/.telnet.new.4126/telnet.changes 2019-08-06 15:07:46.975875102 +0200 @@ -1,0 +2,8 @@ +Fri Jul 26 10:54:10 UTC 2019 - matthias.gerst...@suse.com + +- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by + firewalld, see [1]. + + [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html + +------------------------------------------------------------------- Old: ---- telnet.firewall ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telnet.spec ++++++ --- /var/tmp/diff_new_pack.GQHlD8/_old 2019-08-06 15:07:48.055874383 +0200 +++ /var/tmp/diff_new_pack.GQHlD8/_new 2019-08-06 15:07:48.059874381 +0200 @@ -1,7 +1,7 @@ # # spec file for package telnet # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/ # @@ -24,7 +24,6 @@ Group: Productivity/Networking/Other Url: http://svnweb.freebsd.org/base/head/contrib/telnet/ Source: http://ftp.suse.com/pub/people/kukuk/ipv6/telnet-bsd-%{version}.tar.bz2 -Source2: telnet.firewall Source3: telnet.socket Source4: telnet@.service Source5: telnet.target @@ -85,8 +84,6 @@ install -d -m 755 %{buildroot}%{_mandir}/man5 install -d -m 755 %{buildroot}%{_mandir}/man8 make DESTDIR=%{buildroot} install %{?_smp_mflags} -install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ -install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server install -D -m 644 %{SOURCE3} %{buildroot}/%{_unitdir}/telnet.socket install -D -m 644 %{SOURCE4} %{buildroot}/%{_unitdir}/telnet@.service install -D -m 644 %{SOURCE5} %{buildroot}/%{_unitdir}/telnet.target @@ -104,7 +101,6 @@ %doc %{_mandir}/man8/telnetd.8.gz %doc %{_mandir}/man5/issue.net.5.gz %attr(755,root,root) %{_sbindir}/in.telnetd -%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server %{_unitdir}/telnet@.service %{_unitdir}/telnet.socket %{_unitdir}/telnet.target