From 383a332daea3950e435cac26549189aebd8e73b3c843a7502b0fa7dfad92dfeb Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 3 Sep 2019 14:33:15 +0000 Subject: [PATCH] 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 --- devscripts-v2.18.10.tar.bz2 | 3 --- devscripts-v2.19.5.tar.bz2 | 3 +++ devscripts.changes | 8 ++++++++ devscripts.spec | 9 ++++++++- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 devscripts-v2.18.10.tar.bz2 create mode 100644 devscripts-v2.19.5.tar.bz2 diff --git a/devscripts-v2.18.10.tar.bz2 b/devscripts-v2.18.10.tar.bz2 deleted file mode 100644 index 8922b8c..0000000 --- a/devscripts-v2.18.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36c18c68e88f6b8053807473973e3705de3440b33c82a583e542b3a2ee43178a -size 1005647 diff --git a/devscripts-v2.19.5.tar.bz2 b/devscripts-v2.19.5.tar.bz2 new file mode 100644 index 0000000..336523c --- /dev/null +++ b/devscripts-v2.19.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30344ce41f553ce01bc9f71b4e539d0833900267d77e65710959b1ec0f00c2ca +size 1102199 diff --git a/devscripts.changes b/devscripts.changes index 59e5b7d..5a8f82e 100644 --- a/devscripts.changes +++ b/devscripts.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 3 14:07:37 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/devscripts.spec b/devscripts.spec index fc981ed..a4eb521 100644 --- a/devscripts.spec +++ b/devscripts.spec @@ -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/