Accepting request 798741 from home:oertel:branches:openSUSE:Tools

- update to version 0.3.5
  * drop pointless use of is_opensuse macro (jira#SLE-12057)

OBS-URL: https://build.opensuse.org/request/show/798741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/instsource-susedata?expand=0&rev=29
This commit is contained in:
Adrian Schröter 2020-04-30 06:14:25 +00:00 committed by Git OBS Bridge
parent fafb5e0aa8
commit 4043160ac3
6 changed files with 17 additions and 15 deletions

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/openSUSE/instsource-susedata.git</param>
<param name="scm">git</param>
<param name="version">0.3.4</param>
<param name="revision">0.3.4</param>
<param name="version">0.3.5</param>
<param name="revision">0.3.5</param>
<param name="extract">instsource-susedata.changes</param>
<param name="extract">instsource-susedata.spec</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9097c0b971d20336689c3eb0105060638b2801981b85c91c8f854709efe58b91
size 36363

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17213166f1d785982bc69713cd05660bd3eb3516f4cb827f9ccc536432b86bce
size 36874

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 29 00:27:25 CEST 2020 - ro@suse.de
- update to version 0.3.5
* drop pointless use of is_opensuse macro (jira#SLE-12057)
-------------------------------------------------------------------
Wed Dec 5 14:58:23 UTC 2018 - Adrian Schröter <adrian@suse.de>

View File

@ -1,5 +1,5 @@
name: instsource-susedata
version: 0.3.4
mtime: 1544021924
commit: b394fd74d7a653c9b8be0ba043c01c84b3c23d1a
version: 0.3.5
mtime: 1588112912
commit: 1d0d59c80450aaaa97d48c765921c201f9517ad9

View File

@ -1,7 +1,7 @@
#
# spec file for package instsource-susedata
#
# 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
@ -20,15 +20,11 @@ Name: instsource-susedata
Summary: Utility to add susedata to repomd metadata
License: GPL-2.0-only
Group: System/Management
Version: 0.3.4
Version: 0.3.5
Release: 0
Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_opensuse}
Requires: openSUSE-EULAs
%else
Requires: SLE-EULAs
%endif
Requires: package-EULAs
BuildRequires: inst-source-utils
BuildRequires: perl(Locale::gettext)
BuildRequires: perl(URI::Escape)