From 709992320b748addec86ea321a998c5f0ccfd895 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Mon, 2 Jun 2025 23:10:46 -0400 Subject: [PATCH] * Mon Jun 02 2025 Jean-Philippe Pialasse 11.0-4.sme - add EULA [SME: 13009] --- EULA | 26 ++++++++++++++++++++++++++ smeserver-release.spec | 12 +++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 EULA diff --git a/EULA b/EULA new file mode 100644 index 0000000..5351906 --- /dev/null +++ b/EULA @@ -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 diff --git a/smeserver-release.spec b/smeserver-release.spec index 1befad4..7939295 100644 --- a/smeserver-release.spec +++ b/smeserver-release.spec @@ -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 11.0-4.sme +- add EULA [SME: 13009] + * Sat Nov 30 2024 Jean-Philippe Pialasse 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