2 Commits

Author SHA1 Message Date
aaefb61005 Update 2024-03-23 12:11:54 +00:00
b726e07031 Remove incorrect (chatGPT) Description 2024-03-14 13:24:18 +01:00
2 changed files with 6 additions and 7 deletions

View File

@@ -10,8 +10,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
## Description
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
*Once it has been checked, then this comment will be deleted*
<br />up
Software mockups are a great way to visualize the design and layout of a project before it is coded. Mockups are used to help communicate the look and feel of a project to stakeholders, potential customers, and even developers. Mockups typically consist of a representation of all the elements on a web page, including text, images, and navigation. By laying out the pieces of a project ahead of time, software mockups save time in the development process. Mockups are useful in that they can help pick up bugs early on and give the team an idea of what the final product should look like.
Needs Description here...

View File

@@ -3,8 +3,8 @@
Summary: smeserver-mock tools for building RPMs
%define name smeserver-mock
Name: %{name}
%define version 1.0
%define release 23
%define version 11.0.0
%define release 1
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -25,6 +25,9 @@ Buildrequires: e-smith-devtools
AutoReqProv: no
%changelog
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
* Thu Oct 26 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.0-23.sme
- Roll up patches and move to git repo [SME: 12338]