Hello community, here is the log from the commit of package telnet for openSUSE:Factory checked in at 2018-06-03 12:30:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telnet (Old) and /work/SRC/openSUSE:Factory/.telnet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telnet" Sun Jun 3 12:30:40 2018 rev:29 rq:613084 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/telnet/telnet.changes 2017-06-22 10:34:49.512718169 +0200 +++ /work/SRC/openSUSE:Factory/.telnet.new/telnet.changes 2018-06-03 12:30:41.968283711 +0200 @@ -1,0 +2,9 @@ +Tue May 29 14:04:29 UTC 2018 - [email protected] + +- add telnet.target that incorporates telnet.socket and + [email protected]. Adjust systemd service_* macros parameters and + use this target instead of [email protected] for stop/restart cases + where [email protected] cannot be used but telnet.target can + [bsc#1093174] + +------------------------------------------------------------------- New: ---- telnet.target ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telnet.spec ++++++ --- /var/tmp/diff_new_pack.qYtQqk/_old 2018-06-03 12:30:44.892176669 +0200 +++ /var/tmp/diff_new_pack.qYtQqk/_new 2018-06-03 12:30:44.896176522 +0200 @@ -1,7 +1,7 @@ # # spec file for package telnet # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -27,6 +27,7 @@ Source2: telnet.firewall Source3: telnet.socket Source4: [email protected] +Source5: telnet.target Patch1: telnet-bsd-1.2-suppress_hostname.patch Patch2: telnet-bsd-1.2-man-page.patch Patch3: telnet-bsd-1.2-no_gethostbyname.patch @@ -88,6 +89,7 @@ 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}/[email protected] +install -D -m 644 %{SOURCE5} %{buildroot}/%{_unitdir}/telnet.target %files %defattr(644,root,root,755) @@ -105,17 +107,18 @@ %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-server %{_unitdir}/[email protected] %{_unitdir}/telnet.socket +%{_unitdir}/telnet.target %pre server -%service_add_pre telnet.socket [email protected] +%service_add_pre telnet.socket %post server -%service_add_post telnet.socket [email protected] +%service_add_post telnet.socket %preun server -%service_del_preun telnet.socket [email protected] +%service_del_preun telnet.target %postun server -%service_del_postun telnet.socket [email protected] +%service_del_postun telnet.target %changelog ++++++ telnet.socket ++++++ --- /var/tmp/diff_new_pack.qYtQqk/_old 2018-06-03 12:30:45.024171836 +0200 +++ /var/tmp/diff_new_pack.qYtQqk/_new 2018-06-03 12:30:45.028171690 +0200 @@ -1,6 +1,7 @@ [Unit] Description=Telnet Server Activation Socket Documentation=man:telnetd(8) +PartOf=telnet.target [Socket] ListenStream=23 ++++++ telnet.target ++++++ [Unit] Description=Telnet target allowing to control multi setup ++++++ [email protected] ++++++ --- /var/tmp/diff_new_pack.qYtQqk/_old 2018-06-03 12:30:45.076169933 +0200 +++ /var/tmp/diff_new_pack.qYtQqk/_new 2018-06-03 12:30:45.076169933 +0200 @@ -1,6 +1,7 @@ [Unit] Description=Telnet Server After=local-fs.target +PartOf=telnet.target [Service] ExecStart=-/usr/sbin/in.telnetd
