Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package telnet for openSUSE:Factory checked in at 2021-12-18 20:29:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telnet (Old) and /work/SRC/openSUSE:Factory/.telnet.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telnet" Sat Dec 18 20:29:21 2021 rev:32 rq:941194 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/telnet/telnet.changes 2019-11-15 22:31:31.928092932 +0100 +++ /work/SRC/openSUSE:Factory/.telnet.new.2520/telnet.changes 2021-12-18 20:29:23.930214315 +0100 @@ -1,0 +2,6 @@ +Wed Dec 15 17:52:32 UTC 2021 - Danilo Spinella <danilo.spine...@suse.com> + +- Update Source location to use Gentoo mirror, fixes bsc#1129925 +- Run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telnet.spec ++++++ --- /var/tmp/diff_new_pack.9GKggY/_old 2021-12-18 20:29:24.370214559 +0100 +++ /var/tmp/diff_new_pack.9GKggY/_new 2021-12-18 20:29:24.378214563 +0100 @@ -1,7 +1,7 @@ # # spec file for package telnet # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -22,8 +22,8 @@ Summary: A client program for the telnet remote login protocol License: BSD-3-Clause 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 +URL: https://svnweb.freebsd.org/base/head/contrib/telnet/ +Source: http://distfiles.gentoo.org/distfiles/f3/telnet-bsd-%{version}.tar.bz2 Source3: telnet.socket Source4: telnet@.service Source5: telnet.target @@ -35,9 +35,8 @@ #PATCH-FIX-UPSTREAM bnc#898481 kstreit...@suse.com -- fix the infinite loop consumes an entire CPU Patch5: telnet-bsd-1.2-fix-infinite-loop.patch BuildRequires: ncurses-devel -Provides: nkitb:%{_bindir}/telnet -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: systemd-rpm-macros +Provides: nkitb:%{_bindir}/telnet %description Telnet is an old protocol for logging into remote systems. It is @@ -74,31 +73,33 @@ export CFLAGS="%{optflags} -fpie $(ncurses6-config --cflags)" export LDFLAGS="-pie $(ncurses6-config --libs)" %configure -make %{?_smp_mflags} +%make_build %install -install -d -m 755 %{buildroot}%{_prefix}/bin -install -d -m 755 %{buildroot}%{_prefix}/sbin +install -d -m 755 %{buildroot}%{_bindir} +install -d -m 755 %{buildroot}%{_sbindir} install -d -m 755 %{buildroot}%{_mandir}/man1 install -d -m 755 %{buildroot}%{_mandir}/man5 install -d -m 755 %{buildroot}%{_mandir}/man8 -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install 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 %files %defattr(644,root,root,755) -%doc COPYING ChangeLog README NEWS +%license COPYING +%doc ChangeLog README NEWS %attr(755,root,root) %{_bindir}/telnet -%doc %{_mandir}/man1/telnet.1.gz +%{_mandir}/man1/telnet.1%{?ext_man} %files server %defattr(644,root,root,755) -%doc COPYING ChangeLog README NEWS -%doc %{_mandir}/man8/in.telnetd.8.gz -%doc %{_mandir}/man8/telnetd.8.gz -%doc %{_mandir}/man5/issue.net.5.gz +%license COPYING +%doc ChangeLog README NEWS +%{_mandir}/man8/in.telnetd.8%{?ext_man} +%{_mandir}/man8/telnetd.8%{?ext_man} +%{_mandir}/man5/issue.net.5%{?ext_man} %attr(755,root,root) %{_sbindir}/in.telnetd %{_unitdir}/telnet@.service %{_unitdir}/telnet.socket