- Changed download location for source tarball from Debian package

pool to salsa.debian.org to avoid download errors in OBS.
  * format must be changed to tar.bz2, because salsa.debian.org
  doesn't support tar.xz.
  * verified identical contents of new and old tarball

OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=17
This commit is contained in:
Martin Wilck 2019-03-28 08:54:22 +00:00 committed by Git OBS Bridge
parent 2835190ce2
commit f3cff5615e
4 changed files with 15 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36c18c68e88f6b8053807473973e3705de3440b33c82a583e542b3a2ee43178a
size 1005647

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 28 08:49:53 UTC 2019 - Martin Wilck <mwilck@suse.com>
- Changed download location for source tarball from Debian package
pool to salsa.debian.org to avoid download errors in OBS.
* format must be changed to tar.bz2, because salsa.debian.org
doesn't support tar.xz.
* verified identical contents of new and old tarball
-------------------------------------------------------------------
Sat Dec 15 13:47:09 UTC 2018 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -1,7 +1,7 @@
#
# spec file for package devscripts
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ Summary: Scripts to make the life of a Debian Package maintainer easier
License: GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later AND GPL-3.0-only AND Artistic-2.0 AND GPL-1.0-or-later OR Artistic-1.0 AND SUSE-Public-Domain AND ISC
Group: Development/Tools/Building
URL: https://salsa.debian.org/debian/devscripts
Source: https://deb.debian.org/debian/pool/main/d/devscripts/%{name}_%{version}.tar.xz
Source: https://salsa.debian.org/debian/devscripts/-/archive/v%{version}/devscripts-v%{version}.tar.bz2
# PATCH-FIX-OPENSUSE devscripts-fix-build.patch -- Fix docbook template directories path.
Patch0: devscripts-fix-build.patch
# PATCH-FIX-OPENSUSE devscripts-fix-python-install-layout.patch -- Remove Debian's --install-layout=deb from setup.py.
@ -83,7 +83,7 @@ scripts on the command line, and outputs warnings if possible
bashisms are detected.
%prep
%setup -q
%setup -q -n devscripts-v%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:233df1528aff7cf5894b2d996053e0e5ec90c82645b43c9e279fbd5cd5372943
size 768468