11
0

- Use %autosetup macro. Allows to eliminate the usage of deprecated

%patchN.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-providers?expand=0&rev=4
This commit is contained in:
2024-02-22 08:43:57 +00:00
committed by Git OBS Bridge
parent fcfa5a02e1
commit a0899191bf
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 08:43:30 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Mon Feb 27 12:17:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package erlang-providers
#
# 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
@@ -37,8 +37,7 @@ Requires: erlang-getopt
An Erlang providers library.
%prep
%setup -q -n %{app_name}-%{version}
%patch0 -p1
%autosetup -p1 -n %{app_name}-%{version}
%build
%rebar compile