From 2ed89e2484edee53ecf4d1b0ad684cc1c31e4072beecb55d412529c34eddee52 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 12 Aug 2022 06:48:15 +0000 Subject: [PATCH 1/2] add requirements OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=60 --- b4.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/b4.spec b/b4.spec index c76ab01..b119bf8 100644 --- a/b4.spec +++ b/b4.spec @@ -28,15 +28,15 @@ Source0: %{name}-%{version}.tar.xz BuildArch: noarch # SECTION test requirements BuildRequires: git-core -BuildRequires: python3-dkimpy -BuildRequires: python3-dnspython -BuildRequires: python3-patatt -BuildRequires: python3-requests +BuildRequires: python3-dkimpy >= 1.0.5 +BuildRequires: python3-dnspython >= 2.0.0 +BuildRequires: python3-patatt >= 0.5 +BuildRequires: python3-requests >= 2.24.0 # /SECTION BuildRequires: python3-setuptools Requires: python3-dkimpy >= 1.0.5 Requires: python3-dnspython >= 2.0.0 -Requires: python3-patatt >= 0.4 +Requires: python3-patatt >= 0.5 Requires: python3-requests >= 2.24.0 %description From c682892990e1e4ccf514b0a657d7f3ebb7e77762697751320af2e03ab4609c6b Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 29 Aug 2022 07:36:02 +0000 Subject: [PATCH 2/2] Accepting request 999315 from home:kukuk:branches:devel:tools - Don't change the correct manual page path into an invalid one OBS-URL: https://build.opensuse.org/request/show/999315 OBS-URL: https://build.opensuse.org/package/show/devel:tools/b4?expand=0&rev=61 --- b4.changes | 5 +++++ b4.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/b4.changes b/b4.changes index d197804..97ee61c 100644 --- a/b4.changes +++ b/b4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 26 05:36:32 UTC 2022 - Thorsten Kukuk + +- Don't change the correct manual page path into an invalid one + ------------------------------------------------------------------- Thu Jun 23 11:39:42 UTC 2022 - Dominique Leuenberger diff --git a/b4.spec b/b4.spec index b119bf8..70fc812 100644 --- a/b4.spec +++ b/b4.spec @@ -62,7 +62,6 @@ sed -i.old '1{/#!.*/d}' b4/*.py %install %python3_install -mv %{buildroot}/%{_mandir}/man5 %{buildroot}/%{_mandir}/man.5 %check python3 setup.py check @@ -77,8 +76,7 @@ test "$THEIRS" = "$OURS" %doc README.rst %license COPYING %{_bindir}/%{name} -%dir %{_mandir}/man.5/ -%{_mandir}/man.5/b4.5.gz +%{_mandir}/man5/b4.5.gz %{python_sitelib}/%{name}* %changelog