forked from pool/devscripts
Accepting request 974409 from home:-miska-:branches:system:packagemanager
- Add missing uscan dependencies perl-{File-HomeDir,IPC-Run,Moo} OBS-URL: https://build.opensuse.org/request/show/974409 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=26
This commit is contained in:
parent
ce90bd4b05
commit
0bf8762f71
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 11:42:50 UTC 2022 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||
|
||||
- Add missing uscan dependencies perl-{File-HomeDir,IPC-Run,Moo}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 23 17:53:12 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package devscripts
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# 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
|
||||
@ -21,7 +21,7 @@ Name: devscripts
|
||||
Version: 2.19.5
|
||||
Release: 0
|
||||
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
|
||||
License: (Artistic-1.0 OR GPL-1.0-or-later) AND Artistic-2.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND GPL-3.0-only AND SUSE-Public-Domain AND ISC
|
||||
Group: Development/Tools/Building
|
||||
URL: https://salsa.debian.org/debian/devscripts
|
||||
Source: https://salsa.debian.org/debian/devscripts/-/archive/v%{version}/devscripts-v%{version}.tar.bz2
|
||||
@ -47,6 +47,9 @@ BuildRequires: zlib-devel
|
||||
Requires: checkbashisms >= %{version}
|
||||
Requires: dpkg
|
||||
Requires: html2text
|
||||
Requires: perl-File-HomeDir
|
||||
Requires: perl-IPC-Run
|
||||
Requires: perl-Moo
|
||||
# provides same %_bindir/hardening-check binary
|
||||
Conflicts: hardening-check
|
||||
Provides: deb:%{_bindir}/debchange
|
||||
|
Loading…
Reference in New Issue
Block a user