From fc82fe9b0600aa3a2a79f178b349e659c0f5e914 Mon Sep 17 00:00:00 2001
From: Bernhard M. Wiedemann <bwiedemann+opensusegit@suse.de>
Date: Feb 07 2020 15:03:37 +0000
Subject: Update sblim-cmpi-ssh_service_profile to rev 19 via SR 770817


https://build.opensuse.org/request/show/770817
by user jubalh + dimstar_suse

---

diff --git a/.files b/.files
index 652b47f..4e75cff 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 1bd3328..7296c59 100644
--- a/.rev
+++ b/.rev
@@ -122,4 +122,12 @@
     <user>adrianSuSE</user>
     <comment>Split 13.2 from Factory</comment>
   </revision>
+  <revision rev="19" vrev="60">
+    <srcmd5>90b124cfa6ab4517bebb375db996d2ec</srcmd5>
+    <version>1.0.0</version>
+    <time>1581087432</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>770817</requestid>
+  </revision>
 </revisionlist>
diff --git a/sblim-cmpi-ssh_service_profile.changes b/sblim-cmpi-ssh_service_profile.changes
index 1461c1c..69e8977 100644
--- a/sblim-cmpi-ssh_service_profile.changes
+++ b/sblim-cmpi-ssh_service_profile.changes
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Feb  3 16:27:36 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut through the -mini flavors.
+
+-------------------------------------------------------------------
 Wed Jun 26 07:31:13 UTC 2013 - kkaempf@suse.com
 
 - konkretcmpi was splitted, BuildRequire konkretcmpi-devel now
diff --git a/sblim-cmpi-ssh_service_profile.spec b/sblim-cmpi-ssh_service_profile.spec
index 6cb044d..d521a77 100644
--- a/sblim-cmpi-ssh_service_profile.spec
+++ b/sblim-cmpi-ssh_service_profile.spec
@@ -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:  libtool
 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 @@ Requires:       sblim-sfcb
 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