diff --git a/hsqldb.changes b/hsqldb.changes index 1ae8106..662487f 100644 --- a/hsqldb.changes +++ b/hsqldb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 15 17:17:17 UTC 2024 - Fridrich Strba + +- rpm 4.19 requires dependencies on hsqldb user and group + ------------------------------------------------------------------- Thu Sep 21 05:45:42 UTC 2023 - Fridrich Strba diff --git a/hsqldb.spec b/hsqldb.spec index fb70906..9f79638 100644 --- a/hsqldb.spec +++ b/hsqldb.spec @@ -1,7 +1,7 @@ # # spec file for package hsqldb # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,14 @@ #Compat macro for new _fillupdir macro introduced in Nov 2017 -%if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates -%endif - +%{!?_fillupdir:%global _fillupdir /var/adm/fillup-templates} Name: hsqldb Version: 2.7.2 Release: 0 Summary: HyperSQL Database Engine License: BSD-3-Clause Group: Productivity/Databases/Servers -URL: http://hsqldb.org/ +URL: https://hsqldb.org/ Source0: http://downloads.sourceforge.net/hsqldb/%{name}-%{version}.zip Source1: hsqldb-1.8.0-standard.cfg Source2: hsqldb-1.8.0-standard-server.properties @@ -52,12 +49,14 @@ BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: javapackages-tools BuildRequires: junit +BuildRequires: pkgconfig BuildRequires: servletapi5 BuildRequires: unzip BuildRequires: pkgconfig(systemd) Requires: java >= 1.8 Requires: servletapi5 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: group(hsqldb) +Provides: user(hsqldb) BuildArch: noarch %systemd_requires