update to 5.2 [release 5.2-1mamba;Wed Nov 16 2022]

This commit is contained in:
Silvan Calarco 2024-03-15 10:25:44 +01:00
parent 8ac015428f
commit 09b9cc5521

View File

@ -1,23 +1,25 @@
%define nobodygroupid 65013 %define nobodygroupid 65013
%define nobodyuserid 65013 %define nobodyuserid 65013
Name: tftp Name: tftp
Version: 5.1 Version: 5.2
Release: 2mamba Release: 1mamba
Summary: The client and server for the Trivial File Transfer Protocol (TFTP) Summary: The client and server for the Trivial File Transfer Protocol (TFTP)
Group: System/Servers Group: System/Servers
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kernel.org/pub/software/network/tftp/ URL: https://mirrors.edge.kernel.org/pub/software/network/tftp/
Source: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{version}.tar.bz2 Source: https://mirrors.edge.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-%{version}.tar.xz
Source1: tftpd-hpa.service Source1: tftpd-hpa.service
Source2: tftpd-hpa.socket Source2: tftpd-hpa.socket
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libnsl-devel
BuildRequires: libreadline-devel
BuildRequires: libtermcap-devel
BuildRequires: libwrap-devel BuildRequires: libwrap-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations. The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations.
@ -34,13 +36,15 @@ The tftp-server package provides the server for TFTP, which allows users to tran
TFTP provides very little security, and should not be enabled unless it is expressly needed. TFTP provides very little security, and should not be enabled unless it is expressly needed.
The TFTP server is run from %{_sysconfdir}/xinetd.d/tftp.%{_sysconfdir}/xinetd.d/tftp. The TFTP server is run from %{_sysconfdir}/xinetd.d/tftp.%{_sysconfdir}/xinetd.d/tftp.
%prep %debug_package
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%prep
%setup -q -n tftp-hpa-%{version} %setup -q -n tftp-hpa-%{version}
%build %build
%configure %configure \
LDFLAGS="-Wl,--allow-multiple-definition"
%make %make
%install %install
@ -75,6 +79,9 @@ systemctl -q daemon-reload
%dir %attr(0750,nobody,nobody) %{_localstatedir}/lib/tftpboot %dir %attr(0750,nobody,nobody) %{_localstatedir}/lib/tftpboot
%changelog %changelog
* Wed Nov 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2-1mamba
- update to 5.2
* Mon Jan 19 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1-2mamba * Mon Jan 19 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1-2mamba
- xinet -> systemd migration - xinet -> systemd migration