Set license file to GPL2.0

This commit is contained in:
2024-04-04 11:22:16 +01:00
parent fa69f8b220
commit 66cf46276c
2 changed files with 90 additions and 41 deletions

View File

@@ -3,7 +3,7 @@
Summary: smeserver module for managing hosts entries
Name: smeserver-hosts
%define version 11.0.0
%define release 3
%define release 4
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -27,6 +27,9 @@ smeserver module to allow the configuration of the hosts database, which is
used to build the DNS and DHCP configuration.
%changelog
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-4.sme
- Set license file to GPL2.0 [SME: 12577]
* Sun Mar 24 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- fix dhcp-server requirement for el8/SME11 [SME: 12521]