5 Commits

Author SHA1 Message Date
6f2db42d46 * Sat Mar 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- add Provides: smeserver-bootloader [SME: 1251]
2024-03-23 18:06:05 -04:00
8c8bac9abc change Requires to reference smeserver-* not e-smith-* in spec 2024-03-23 15:56:50 +00:00
c234f91ec4 Move provides in spec file to not after changelog 2024-03-23 13:55:22 +00:00
f381c31cab Update 2024-03-23 12:11:54 +00:00
Trevor Batley
a24f043a51 rename-e-smith-pkg script (#12359) 2024-03-11 10:01:12 +11:00
3 changed files with 29 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: e-smith-grub # Makefile for source rpm: smeserver-grub
# $Id: Makefile,v 1.1 2016/02/05 22:59:15 stephdl Exp $ # $Id: Makefile,v 1.1 2016/02/05 22:59:15 stephdl Exp $
NAME := e-smith-grub NAME := smeserver-grub
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common define find-makefile-common

View File

@@ -1,12 +1,13 @@
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> e-smith-grub # <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> smeserver-grub
SMEServer Koozali developed git repo for e-smith-grub smeserver SMEServer Koozali developed git repo for smeserver-grub smeserver
## Wiki ## Wiki
<br />https://wiki.koozali.org/ <br />https://wiki.koozali.org/
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-grub&product=SME%20Server%2010.X&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-grub&product=SME%20Server%2010.X&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-grub) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-grub&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
## Description ## Description
@@ -14,4 +15,4 @@ Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?compo
*Once it has been checked, then this comment will be deleted* *Once it has been checked, then this comment will be deleted*
<br /> <br />
E-smith-grub is a powerful, multi-platform software solution designed to help businesses and organizations manage their applications and data. It provides a streamlined and secure environment for managing applications across multiple platforms, as well as the ability to easily deploy new features and updates. With e-smith-grub, businesses can quickly deploy applications and updates, provide a secure environment for their data, and manage their applications with ease, ensuring the safety and security of their data. E-smith-grub also offers analytics and reporting tools to help businesses gain insights into their usage, helping to optimize their applications and ensure the best performance and user experience. E-smith-grub is a powerful, multi-platform software solution designed to help businesses and organizations manage their applications and data. It provides a streamlined and secure environment for managing applications across multiple platforms, as well as the ability to easily deploy new features and updates. With smeserver-grub, businesses can quickly deploy applications and updates, provide a secure environment for their data, and manage their applications with ease, ensuring the safety and security of their data. E-smith-grub also offers analytics and reporting tools to help businesses gain insights into their usage, helping to optimize their applications and ensure the best performance and user experience.

View File

@@ -1,28 +1,43 @@
# $Id: e-smith-grub.spec,v 1.17 2021/04/17 03:35:18 jpp Exp $ # $Id: e-smith-grub.spec,v 1.17 2021/04/17 03:35:18 jpp Exp $
Summary: e-smith module to configure grub2 Summary: smeserver module to configure grub2
%define name e-smith-grub %define name smeserver-grub
Name: %{name} Name: %{name}
%define version 2.6.1 %define version 11.0.0
%define release 12 %define release 3
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
Group: Networking/Daemons Group: Networking/Daemons
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-lib >= 1.15.3-17 Requires: smeserver-lib >= 1.15.3-17
Requires: grub2 Requires: grub2
Provides: system-logos Provides: system-logos
Obsoletes: e-smith-lilo Obsoletes: e-smith-lilo
Provides: smeserver-bootloader
Provides: e-smith-bootloader Provides: e-smith-bootloader
Obsoletes: lilo Obsoletes: lilo
AutoReqProv: no AutoReqProv: no
Provides: e-smith-grub
%changelog %changelog
* Sat Mar 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- add Provides: smeserver-bootloader [SME: 1251]
* 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]
- Move Provides: from after Changelog
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.1-13.sme
- Rename to smeserver-grub [SME: 12359]
* Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.1-12.sme * Wed Jul 12 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.6.1-12.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]
- Remove Source1 & Source2 [SME: 12338] - Remove Source1 & Source2 [SME: 12338]
@@ -237,7 +252,7 @@ AutoReqProv: no
- initial release - initial release
%description %description
e-smith server enhancement to grub bootloader. smeserver server enhancement to grub bootloader.
%prep %prep
%setup %setup