Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hsqldb for openSUSE:Factory checked 
in at 2024-02-15 21:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hsqldb (Old)
 and      /work/SRC/openSUSE:Factory/.hsqldb.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hsqldb"

Thu Feb 15 21:01:48 2024 rev:34 rq:1146916 version:2.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hsqldb/hsqldb.changes    2023-09-21 
22:23:22.925591981 +0200
+++ /work/SRC/openSUSE:Factory/.hsqldb.new.1815/hsqldb.changes  2024-02-15 
21:02:58.057427558 +0100
@@ -1,0 +2,5 @@
+Thu Feb 15 17:17:17 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- rpm 4.19 requires dependencies on hsqldb user and group
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hsqldb.spec ++++++
--- /var/tmp/diff_new_pack.bEtqVA/_old  2024-02-15 21:02:59.981497087 +0100
+++ /var/tmp/diff_new_pack.bEtqVA/_new  2024-02-15 21:02:59.981497087 +0100
@@ -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:  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
 

Reply via email to