forked from pool/Modules
Accepting request 1179629 from systemsmanagement
- Use %autosetup macro: allows us to eliminate usage of deprecated %patchN syntax. (forwarded request 1175519 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1179629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Modules?expand=0&rev=27
This commit is contained in:
commit
d2c8194ea7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 10:40:16 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %autosetup macro: allows us to eliminate usage of deprecated
|
||||||
|
%patchN syntax.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 31 16:52:07 UTC 2021 - Philipp Wagner <mail@philipp-wagner.com>
|
Sat Jul 31 16:52:07 UTC 2021 - Philipp Wagner <mail@philipp-wagner.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Modules
|
# spec file for package Modules
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -93,8 +93,8 @@ applications.
|
|||||||
%define vimdatadir %{_datadir}/vim/site
|
%define vimdatadir %{_datadir}/vim/site
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n modules-%{version}
|
%autosetup -p1 -n modules-%{version}
|
||||||
%patch1 -p1
|
|
||||||
# This is debatable:
|
# This is debatable:
|
||||||
# if the replace 'bash' consecutive calls to 'modules' would still
|
# if the replace 'bash' consecutive calls to 'modules' would still
|
||||||
# run with the original bash. Maybe not intended.
|
# run with the original bash. Maybe not intended.
|
||||||
|
Loading…
Reference in New Issue
Block a user