Dominique Leuenberger 2020-05-02 20:15:26 +00:00 committed by Git OBS Bridge
commit e49c42f213
6 changed files with 17 additions and 15 deletions

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://github.com/openSUSE/instsource-susedata.git</param> <param name="url">https://github.com/openSUSE/instsource-susedata.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="version">0.3.4</param> <param name="version">0.3.5</param>
<param name="revision">0.3.4</param> <param name="revision">0.3.5</param>
<param name="extract">instsource-susedata.changes</param> <param name="extract">instsource-susedata.changes</param>
<param name="extract">instsource-susedata.spec</param> <param name="extract">instsource-susedata.spec</param>
</service> </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:2ea3493c80e441f740d26e1ff749a73fa6ff8dbbb6600ea2aef12fbf40eaf3d3
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 (jsc#SLE-11663)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 5 14:58:23 UTC 2018 - Adrian Schröter <adrian@suse.de> Wed Dec 5 14:58:23 UTC 2018 - Adrian Schröter <adrian@suse.de>

View File

@ -1,5 +1,5 @@
name: instsource-susedata name: instsource-susedata
version: 0.3.4 version: 0.3.5
mtime: 1544021924 mtime: 1588241332
commit: b394fd74d7a653c9b8be0ba043c01c84b3c23d1a commit: 04b9a23c477c3753790bc8a3929bd9f02f6158cb

View File

@ -1,7 +1,7 @@
# #
# spec file for package instsource-susedata # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Summary: Utility to add susedata to repomd metadata
License: GPL-2.0-only License: GPL-2.0-only
Group: System/Management Group: System/Management
Version: 0.3.4 Version: 0.3.5
Release: 0 Release: 0
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?is_opensuse} Requires: package-EULAs
Requires: openSUSE-EULAs
%else
Requires: SLE-EULAs
%endif
BuildRequires: inst-source-utils BuildRequires: inst-source-utils
BuildRequires: perl(Locale::gettext) BuildRequires: perl(Locale::gettext)
BuildRequires: perl(URI::Escape) BuildRequires: perl(URI::Escape)