diff --git a/README.md b/README.md index a40a248..13c2040 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ SMEServer Koozali developed git repo for smeserver-tftp-server smecontribs
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 diff --git a/smeserver-tftp-server.spec b/smeserver-tftp-server.spec index 5913747..fa658d1 100644 --- a/smeserver-tftp-server.spec +++ b/smeserver-tftp-server.spec @@ -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 1.2-15.sme +- Rename to smeserver-tftp-server [SME: 12359] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 1.2-14.sme - Roll up patches and move to git repo [SME: 12338]