SHA256
1
0
forked from pool/hsqldb
Fridrich Strba 2024-02-15 17:21:49 +00:00 committed by Git OBS Bridge
parent 3017d2f7ad
commit 397eafffa9
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 15 17:17:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- rpm 4.19 requires dependencies on hsqldb user and group
-------------------------------------------------------------------
Thu Sep 21 05:45:42 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -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