# # spec file for package tftpd-formula # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: tftpd-formula Version: 0.1.1614170819.014d6e5 Release: 220400.1.25.uyuni2 Summary: Formula for tftpd server on POS branchserver License: GPL-2.0 Group: System/Packages Source: tftpd-formula-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %define fname tftpd %description Formula for install, setup and uninstall of tftpd server on POS branchserver %prep %setup -q %build %install mkdir -p %{buildroot}/usr/share/susemanager/formulas/states/%{fname}/files mkdir -p %{buildroot}/usr/share/susemanager/formulas/metadata/%{fname} cp -R %{fname}/* %{buildroot}/usr/share/susemanager/formulas/states/%{fname} cp form.yml %{buildroot}/usr/share/susemanager/formulas/metadata/%{fname} cp metadata.yml %{buildroot}/usr/share/susemanager/formulas/metadata/%{fname} %files %defattr(-,root,root,-) /usr/share/susemanager %changelog * Wed Dec 2 2020 Ondrej Holecek - Add IP or empty string match for network address field - Update to version 0.1.1614170819.014d6e5 * Thu May 23 2019 Ondrej Holecek - Updated copyrights and bug reporting link - Update to version 0.1.1558613789.64ba093 * Fri Jun 1 2018 nadvornik@suse.com - adjust tftpd defaults for standalone use * Mon Apr 9 2018 nadvornik@suse.com - remove conflicting atftp package * Sun Mar 18 2018 oholecek@suse.com - Add 'after' tag to metada to ensure correct order - see also bsc#1083326 * Fri Oct 27 2017 psladek@suse.com - new package