forked from pool/devscripts
Accepting request 728021 from home:scarabeus_iv:branches:system:packagemanager
- Update to 2.19.5: * various fixes in scripts all around: + See /usr/share/doc/packages/devscripts/changelog - Add conflicts on packages with the same binaries OBS-URL: https://build.opensuse.org/request/show/728021 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/devscripts?expand=0&rev=22
This commit is contained in:
parent
9a3337ba36
commit
383a332dae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36c18c68e88f6b8053807473973e3705de3440b33c82a583e542b3a2ee43178a
|
||||
size 1005647
|
3
devscripts-v2.19.5.tar.bz2
Normal file
3
devscripts-v2.19.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30344ce41f553ce01bc9f71b4e539d0833900267d77e65710959b1ec0f00c2ca
|
||||
size 1102199
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 14:07:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.19.5:
|
||||
* various fixes in scripts all around:
|
||||
+ See /usr/share/doc/packages/devscripts/changelog
|
||||
- Add conflicts on packages with the same binaries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 14:08:49 UTC 2019 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _xsl_stylesheet %{_datadir}/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl
|
||||
Name: devscripts
|
||||
Version: 2.18.10
|
||||
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
|
||||
@ -46,6 +46,8 @@ BuildRequires: zlib-devel
|
||||
Requires: checkbashisms >= %{version}
|
||||
Requires: dpkg
|
||||
Requires: html2text
|
||||
# provides same %_bindir/hardening-check binary
|
||||
Conflicts: hardening-check
|
||||
Provides: deb:%{_bindir}/debchange
|
||||
%{?perl_requires}
|
||||
|
||||
@ -96,6 +98,11 @@ make %{?_smp_mflags} V=1 \
|
||||
%make_install \
|
||||
XSL_STYLESHEET="%{_xsl_stylesheet}"
|
||||
|
||||
# remove completion that was provided in older bash completion
|
||||
%if 0%{?suse_version} <= 1500
|
||||
rm %{buildroot}%{_datadir}/bash-completion/completions/bts
|
||||
%endif
|
||||
|
||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||
install -Dpm 0644 scripts/*.1 -t %{buildroot}%{_mandir}/man1/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user