Hello community,
here is the log from the commit of package sblim-cmpi-ssh_service_profile for
openSUSE:Factory checked in at 2020-02-07 15:57:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-ssh_service_profile (Old)
and /work/SRC/openSUSE:Factory/.sblim-cmpi-ssh_service_profile.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-cmpi-ssh_service_profile"
Fri Feb 7 15:57:12 2020 rev:19 rq:770817 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/sblim-cmpi-ssh_service_profile/sblim-cmpi-ssh_service_profile.changes
2013-08-06 12:03:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.sblim-cmpi-ssh_service_profile.new.26092/sblim-cmpi-ssh_service_profile.changes
2020-02-07 15:57:53.691619548 +0100
@@ -1,0 +2,6 @@
+Mon Feb 3 16:27:36 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+ shortcut through the -mini flavors.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sblim-cmpi-ssh_service_profile.spec ++++++
--- /var/tmp/diff_new_pack.CxrG1J/_old 2020-02-07 15:57:54.295619857 +0100
+++ /var/tmp/diff_new_pack.CxrG1J/_new 2020-02-07 15:57:54.299619859 +0100
@@ -1,7 +1,7 @@
#
# spec file for package sblim-cmpi-ssh_service_profile
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,14 +24,14 @@
BuildRequires: sblim-cmpi-devel
BuildRequires: sblim-cmpiutil-devel
BuildRequires: sblim-sfcb
-Url: http://www.omc-project.org
+URL: http://www.omc-project.org
# Increment the version every time the source code changes.
Version: 1.0.0
Release: 0
Summary: Instrumentation for DMTF SSH Service Profile.
+# This is necessary to build the RPM as a non-root user.
License: EPL-1.0
Group: System/Management
-# This is necessary to build the RPM as a non-root user.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# "yes" is the default, but we put it here explicitly to avoid someone
# setting it to "no"
@@ -41,8 +41,8 @@
Source0: sblim-cmpi-ssh_service_profile-%{version}.tar.gz
Patch1: bnc530329-pclose.patch
%if 0%{?suse_version} >= 1210
-BuildRequires: systemd
-%{?systemd_requires}
+BuildRequires: pkgconfig(systemd)
+%{?systemd_ordering}
%endif
%description