From 15edad605baa79863987f6702fdbddc428d04e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Fri, 29 Jul 2022 02:51:22 +0000 Subject: [PATCH] Unified license name specification --- firebird.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/firebird.spec b/firebird.spec index e9e94a8..de456a6 100644 --- a/firebird.spec +++ b/firebird.spec @@ -1,8 +1,8 @@ Name: firebird Version: 3.0.3.32900 -Release: 7 +Release: 8 Summary: SQL relational database management system -License: Interbase +License: Interbase-1.0 URL: http://www.firebirdsql.org/ Source0: https://github.com/FirebirdSQL/firebird/releases/download/R3_0_3/Firebird-3.0.3.32900-0.tar.bz2 @@ -184,6 +184,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/firebird.conf %exclude %{_docdir}/firebird/IPLicense.txt %changelog +* Thu Jul 28 2022 fushanqing - 3.0.3.32900-8 +- Unified license name specification + * Thu Feb 25 2021 huanghaitao - 3.0.3.32900-7 - Fix login shell to /sbin/nologin -- Gitee