forked from pool/NetworkManager-branding
Accepting request 817295 from GNOME:Next
Tweaked resub - Fix summary variable expansion: use %rpm style instead of $shell style (boo#1172773). OBS-URL: https://build.opensuse.org/request/show/817295 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-branding?expand=0&rev=3
This commit is contained in:
parent
2ad5a63b60
commit
e27c2f93df
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 25 12:31:23 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix summary variable expansion: use %rpm style instead of $shell
|
||||
style (boo#1172773).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 09:05:10 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package NetworkManager-branding
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX 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,9 +12,10 @@
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
%define flavor @BUILD_FLAVOR@
|
||||
%if "%{flavor}" == ""
|
||||
%define branding_name %{nil}
|
||||
@ -31,7 +32,7 @@ ExclusiveArch: %{nil}
|
||||
Name: NetworkManager-branding%{?dash}%{branding_name}
|
||||
Version: 42.1
|
||||
Release: 0
|
||||
Summary: Default ${branding_name} branding for %{_sysconfdir}/NetworkManager/NetworkManager.conf
|
||||
Summary: Default %{branding_name} branding for %{_sysconfdir}/NetworkManager/NetworkManager.conf
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/System
|
||||
URL: http://www.gnome.org/projects/NetworkManager/
|
||||
|
Loading…
Reference in New Issue
Block a user