3 Commits

Author SHA1 Message Date
c3d306727e change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
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 11 additions and 9 deletions

View File

@@ -10,8 +10,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
## Description ## Description
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.* Needs Description here...
*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.

View File

@@ -3,8 +3,8 @@
Summary: smeserver-mock tools for building RPMs Summary: smeserver-mock tools for building RPMs
%define name smeserver-mock %define name smeserver-mock
Name: %{name} Name: %{name}
%define version 1.0 %define version 11.0.0
%define release 23 %define release 2
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -13,18 +13,24 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-devtools Requires: smeserver-devtools
Requires: mock Requires: mock
Requires: glances Requires: glances
Requires: make rpm-build rpm-sign wget Requires: make rpm-build rpm-sign wget
Requires: cmake automake libtool Requires: cmake automake libtool
Buildrequires: e-smith-devtools BuildRequires: smeserver-devtools
# needed for scl # needed for scl
#Requires: scl-utils scl-utils-build centos-release-scl centos-release-scl-rh #Requires: scl-utils scl-utils-build centos-release-scl centos-release-scl-rh
#Requires: python27-build #Requires: python27-build
AutoReqProv: no AutoReqProv: no
%changelog %changelog
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
- Change Requires: e-smith- to Requires:smeserver-
* 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 * 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] - Roll up patches and move to git repo [SME: 12338]