From d03b0ec42298eca208548c3e86a28a34589f69a145a8c0419ba96dadb778bce5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 5 Jan 2022 22:49:19 +0000 Subject: [PATCH] - Shorten Summary to silence rpmlint. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sdnotify?expand=0&rev=3 --- python-sdnotify.changes | 5 +++++ python-sdnotify.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-sdnotify.changes b/python-sdnotify.changes index a9f423e..44a2296 100644 --- a/python-sdnotify.changes +++ b/python-sdnotify.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 5 22:48:40 UTC 2022 - Steve Kowalik + +- Shorten Summary to silence rpmlint. + ------------------------------------------------------------------- Wed Jun 5 08:07:54 UTC 2019 - Thomas Bechtold diff --git a/python-sdnotify.spec b/python-sdnotify.spec index d275bfa..104ae79 100644 --- a/python-sdnotify.spec +++ b/python-sdnotify.spec @@ -1,7 +1,7 @@ # # spec file for package python-sdnotify # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,10 +20,9 @@ Name: python-sdnotify Version: 0.3.2 Release: 0 -Summary: A pure Python implementation of systemd's service notification protocol (sd_notify) +Summary: Python module for systemd's service notification protocol License: MIT -Group: Development/Languages/Python -Url: https://github.com/bb4242/sdnotify +URL: https://github.com/bb4242/sdnotify Source: https://files.pythonhosted.org/packages/source/s/sdnotify/sdnotify-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}