Hello community, here is the log from the commit of package talk for openSUSE:Factory checked in at 2019-07-26 17:34:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/talk (Old) and /work/SRC/openSUSE:Factory/.talk.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "talk" Fri Jul 26 17:34:28 2019 rev:21 rq:718845 version:0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/talk/talk.changes 2017-06-20 09:39:20.600967560 +0200 +++ /work/SRC/openSUSE:Factory/.talk.new.4126/talk.changes 2019-07-26 17:34:30.876082771 +0200 @@ -1,0 +2,8 @@ +Fri Jul 26 10:50:30 UTC 2019 - [email protected] + +- 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: ---- talkd.fw ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ talk.spec ++++++ --- /var/tmp/diff_new_pack.mgBbM6/_old 2019-07-26 17:34:31.768082419 +0200 +++ /var/tmp/diff_new_pack.mgBbM6/_new 2019-07-26 17:34:31.772082417 +0200 @@ -1,7 +1,7 @@ # # spec file for package talk # -# Copyright (c) 2017 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,11 +12,10 @@ # 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/ # -%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services %global ncursesw_config %(set -- %{_bindir}/ncursesw*-config; echo ${1}) Name: talk Version: 0.17 @@ -26,7 +25,6 @@ Group: Productivity/Networking/Talk/Clients Url: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ Source: netkit-ntalk-%{version}.tar.bz2 -Source3: talkd.fw Source4: ntalk.service Source5: ntalk.socket Patch0: netkit-ntalk-%{version}.dif @@ -88,10 +86,6 @@ install -d -m 755 %{buildroot}%{_prefix}/{bin,sbin} install -d -m 755 %{buildroot}%{_mandir}/man{1,8} make install INSTALLROOT=%{buildroot} -#install firewall definitions format is described here: -#/usr/share/SuSEfirewall2/services/TEMPLATE -mkdir -p %{buildroot}/%{_fwdefdir} -install -m 644 %{SOURCE3} %{buildroot}/%{_fwdefdir}/talkd install -D -m 644 %{SOURCE4} %{buildroot}/%{_unitdir}/ntalk.service install -D -m 644 %{SOURCE5} %{buildroot}/%{_unitdir}/ntalk.socket @@ -119,7 +113,6 @@ %{_mandir}/man8/* %{_sbindir}/in.ntalkd %{_sbindir}/in.talkd -%{_fwdefdir}/talkd %{_unitdir}/ntalk.socket %{_unitdir}/ntalk.service
