* Mon Jun 02 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-4.sme

- add EULA [SME: 13009]
This commit is contained in:
Jean-Philippe Pialasse 2025-06-02 23:10:46 -04:00
parent 3fd90f4b33
commit 709992320b
2 changed files with 37 additions and 1 deletions

26
EULA Normal file
View 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

View File

@ -7,7 +7,7 @@ Name: smeserver-release
#%define prerelease %{nil}
%define prerelease alpha1
%define version 11.0
%define release 3
%define release 4
%define displayversion %{version}%{prerelease}
%define pre %{nil}
%if %{prerelease}
@ -17,6 +17,8 @@ Version: %{version}
Release: 0.%{prerelease}.%{release}%{?dist}
License: GPL
Group: System Environment/Base
Source1: EULA
Source2: LICENSE
#Patch0: %{name}-%{version}.patch.yyyymmddnn
BuildArchitectures: noarch
Epoch: 26
@ -34,6 +36,9 @@ BuildRequires: perl, e-smith-devtools
e-smith server and gateway release file
%changelog
* Mon Jun 02 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0-4.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
@ -622,6 +627,11 @@ touch $RPM_BUILD_ROOT/etc/e-smith/events/%{name}-update/templates2expand/etc/sys
pushd $RPM_BUILD_ROOT/etc/e-smith/events/%{name}-update/
ln -s ../actions/update-grub S10update-grub
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}" >\
$RPM_BUILD_ROOT/etc/e-smith-release