rename-e-smith-pkg script (#12359)
This commit is contained in:
parent
6f93c1b6c7
commit
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 $
|
# $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
|
||||||
|
@ -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.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# $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 2.6.1
|
||||||
%define release 12
|
%define release 13
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -23,6 +23,9 @@ Obsoletes: lilo
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%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]
|
||||||
@ -236,8 +239,9 @@ AutoReqProv: no
|
|||||||
* Mon Jun 06 2005 Charlie Brady <charlieb@e-smith.com>
|
* Mon Jun 06 2005 Charlie Brady <charlieb@e-smith.com>
|
||||||
- initial release
|
- initial release
|
||||||
|
|
||||||
|
Provides: e-smith-grub
|
||||||
%description
|
%description
|
||||||
e-smith server enhancement to grub bootloader.
|
smeserver server enhancement to grub bootloader.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
Loading…
Reference in New Issue
Block a user