Compare commits
3 Commits
SME10.2
...
11_0_0-1_e
Author | SHA1 | Date | |
---|---|---|---|
c234f91ec4 | |||
f381c31cab | |||
![]() |
a24f043a51 |
4
Makefile
4
Makefile
@@ -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 $
|
||||
NAME := e-smith-grub
|
||||
NAME := smeserver-grub
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
|
@@ -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
|
||||
<br />https://wiki.koozali.org/
|
||||
|
||||
## 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
|
||||
|
||||
@@ -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*
|
||||
<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.
|
||||
|
@@ -1,10 +1,10 @@
|
||||
# $Id: e-smith-grub.spec,v 1.17 2021/04/17 03:35:18 jpp Exp $
|
||||
|
||||
Summary: e-smith module to configure grub2
|
||||
%define name e-smith-grub
|
||||
Summary: smeserver module to configure grub2
|
||||
%define name smeserver-grub
|
||||
Name: %{name}
|
||||
%define version 2.6.1
|
||||
%define release 12
|
||||
%define version 11.0.0
|
||||
%define release 1
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -21,8 +21,16 @@ Obsoletes: e-smith-lilo
|
||||
Provides: e-smith-bootloader
|
||||
Obsoletes: lilo
|
||||
AutoReqProv: no
|
||||
Provides: e-smith-grub
|
||||
|
||||
%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]
|
||||
- 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
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
- Remove Source1 & Source2 [SME: 12338]
|
||||
@@ -237,7 +245,7 @@ AutoReqProv: no
|
||||
- initial release
|
||||
|
||||
%description
|
||||
e-smith server enhancement to grub bootloader.
|
||||
smeserver server enhancement to grub bootloader.
|
||||
|
||||
%prep
|
||||
%setup
|
Reference in New Issue
Block a user