15
0

Accepting request 1174631 from home:dimstar:Factory

- Use %autosetup macro: allows us to eliminate usage of deprecated
  %patchN syntax.

OBS-URL: https://build.opensuse.org/request/show/1174631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parallax?expand=0&rev=48
This commit is contained in:
Nicholas Yang
2024-05-17 05:41:24 +00:00
committed by Git OBS Bridge
parent f4e274fcb5
commit eb3dc8c2cc
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 16 15:05:01 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro: allows us to eliminate usage of deprecated
%patchN syntax.
-------------------------------------------------------------------
Fri Mar 3 07:13:28 UTC 2023 - XinLiang <XLiang@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-parallax
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,10 +36,10 @@ Requires: openssh
BuildArch: noarch
%if 0%{?suse_version}
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
%else
Requires(post): %{_sbindir}/update-alternatives
Requires(postun):%{_sbindir}/update-alternatives
Requires(postun): %{_sbindir}/update-alternatives
%endif
%python_subpackages
@@ -49,8 +49,7 @@ nodes at once using SSH. It also provides commands for sending and receiving fil
multiple nodes using SCP.
%prep
%setup -q -n parallax-%{version}
%patch1 -p1
%autosetup -p1 -n parallax-%{version}
%build
%python_build