rename-e-smith-pkg script (#12359)

This commit is contained in:
Trevor Batley 2024-09-08 11:29:48 +10:00
parent dd2326f8b1
commit 60cee63eca
2 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,8 @@ SMEServer Koozali developed git repo for smeserver-tftp-server smecontribs
<br />https://wiki.koozali.org/
## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-tftp-server&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-tftp-server&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
And a list of outstanding Legacy bugs: (e-smith-tftp-server) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-tftp-server&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description

View File

@ -4,7 +4,7 @@
%define name smeserver-tftp-server
%define version 1.2
%define release 14
%define release 15
Summary: Wrapper for tftp-server for the Trivial File Transfer Protocol (TFTP).
Name: %{name}
@ -15,7 +15,7 @@ Group: Network
Source: %{name}-%{version}.tar.xz
Requires: smeserver-release >= 10.0
Requires: tftp-server >= 5.0
BuildRequires: e-smith-devtools >= 1.13.1-03
BuildRequires: smeserver-devtools >= 1.13.1-03
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
* Sun Sep 08 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2-15.sme
- Rename to smeserver-tftp-server [SME: 12359]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2-14.sme
- Roll up patches and move to git repo [SME: 12338]