Compare commits
8 Commits
11_0_0-2_e
...
master
Author | SHA1 | Date | |
---|---|---|---|
c62ac6aca1 | |||
9a77849802 | |||
709992320b | |||
3fd90f4b33 | |||
9065b32140 | |||
19e15d730e | |||
9e957d3cb6 | |||
dd5aa92d27 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
*.log
|
*.log
|
||||||
*spec-20*
|
*spec-20*
|
||||||
*.
|
*.
|
||||||
|
*.bak
|
||||||
|
26
EULA
Normal file
26
EULA
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
This is the open source release of the Koozali SME Server.
|
||||||
|
Most components of this software give you the right to copy
|
||||||
|
and distribute this software under the terms of the GNU
|
||||||
|
General Public License, as published by the Free Software
|
||||||
|
Foundation. The text of this license is included below.
|
||||||
|
The other components of this software have different
|
||||||
|
licenses which also permit copying and redistribution.
|
||||||
|
|
||||||
|
Support for this software is provided by the Koozali community
|
||||||
|
websites, user forums, mailing lists, and bug tracker. Please
|
||||||
|
visit www.koozali.org for further details.
|
||||||
|
|
||||||
|
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY AND IS
|
||||||
|
PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
|
||||||
|
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||||
|
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE.
|
||||||
|
|
||||||
|
**************************************************************
|
||||||
|
The following copyright applies to the Koozali SME Server
|
||||||
|
compilation and any portions of the Koozali SME Server it does
|
||||||
|
not conflict with. Whenever this policy does conflict with the
|
||||||
|
copyright of any individual portion of the Koozali SME Server,
|
||||||
|
it does not apply.
|
||||||
|
**************************************************************
|
||||||
|
see /usr/share/doc/smeserver-release/LICENSE
|
@@ -7,7 +7,14 @@ SMEServer Koozali developed git repo for smeserver-release smeserver
|
|||||||
<br />https://wiki.koozali.org/Temporary_release_critical_doc_Update_Status
|
<br />https://wiki.koozali.org/Temporary_release_critical_doc_Update_Status
|
||||||
|
|
||||||
## Bugzilla
|
## Bugzilla
|
||||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-release&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:
|
||||||
|
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&cf_package=smeserver-release&classification=SME+Server&list_id=105756&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&cf_package=smeserver-release&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&cf_package=smeserver-release&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Need info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&cf_package=smeserver-release&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[In progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&cf_package=smeserver-release&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&cf_package=smeserver-release&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&cf_package=smeserver-release&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
sme10
|
|
@@ -3,15 +3,22 @@
|
|||||||
Summary: SME Server release file
|
Summary: SME Server release file
|
||||||
Name: smeserver-release
|
Name: smeserver-release
|
||||||
#note for post 10.0 : should use %{version}-%{prerelease}%{release}%{?dist}
|
#note for post 10.0 : should use %{version}-%{prerelease}%{release}%{?dist}
|
||||||
# examples alpha1. beta1. rc1. or %{nil} if final
|
# examples 0.alpha1. beta1. rc1. or %{nil} if final
|
||||||
%define prerelease %{nil}
|
#%define prerelease %{nil}
|
||||||
%define version 11.0.0
|
%define prerelease beta1
|
||||||
%define release 2
|
%define version 11.0
|
||||||
|
%define release 1
|
||||||
%define displayversion %{version}%{prerelease}
|
%define displayversion %{version}%{prerelease}
|
||||||
|
%define pre %{nil}
|
||||||
|
%if %{prerelease}
|
||||||
|
%define pre 0.%{prerelease}.
|
||||||
|
%endif
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{prerelease}%{release}%{?dist}
|
Release: 0.%{prerelease}.%{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
|
Source1: EULA
|
||||||
|
Source2: LICENSE
|
||||||
#Patch0: %{name}-%{version}.patch.yyyymmddnn
|
#Patch0: %{name}-%{version}.patch.yyyymmddnn
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
Epoch: 26
|
Epoch: 26
|
||||||
@@ -29,10 +36,19 @@ BuildRequires: perl, e-smith-devtools
|
|||||||
e-smith server and gateway release file
|
e-smith server and gateway release file
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-2.sme
|
* Mon Jun 02 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-0.beta1.1.sme
|
||||||
|
- 11.0-0.beta1 [SME: 13022]
|
||||||
|
|
||||||
|
* Mon Jun 02 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-0.alpha1.5.sme
|
||||||
|
- add EULA [SME: 13009]
|
||||||
|
|
||||||
|
* Sat Nov 30 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-0.alpha1.3.sme
|
||||||
|
- fix namimg scheme for alpha1 release
|
||||||
|
|
||||||
|
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0-0.alpha1.2.sme
|
||||||
- Set license file to GPL2.0 [SME: 12577]
|
- Set license file to GPL2.0 [SME: 12577]
|
||||||
|
|
||||||
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
|
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0-0.alpha1.1.sme
|
||||||
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
|
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
|
||||||
|
|
||||||
* Mon Jul 10 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 10.1-2.sme
|
* Mon Jul 10 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 10.1-2.sme
|
||||||
@@ -614,6 +630,11 @@ touch $RPM_BUILD_ROOT/etc/e-smith/events/%{name}-update/templates2expand/etc/sys
|
|||||||
pushd $RPM_BUILD_ROOT/etc/e-smith/events/%{name}-update/
|
pushd $RPM_BUILD_ROOT/etc/e-smith/events/%{name}-update/
|
||||||
ln -s ../actions/update-grub S10update-grub
|
ln -s ../actions/update-grub S10update-grub
|
||||||
popd
|
popd
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/usr/share/smeserver-release
|
||||||
|
cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/smeserver-release/
|
||||||
|
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/smeserver-release
|
||||||
|
cp %{SOURCE2} $RPM_BUILD_ROOT/usr/share/doc/smeserver-release/
|
||||||
|
|
||||||
echo "SME Server release %{displayversion}" >\
|
echo "SME Server release %{displayversion}" >\
|
||||||
$RPM_BUILD_ROOT/etc/e-smith-release
|
$RPM_BUILD_ROOT/etc/e-smith-release
|
||||||
|
Reference in New Issue
Block a user