SHA256
1
0
forked from pool/Modules

Accepting request 1175519 from home:dimstar:Factory

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

OBS-URL: https://build.opensuse.org/request/show/1175519
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/Modules?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2024-06-10 07:43:06 +00:00 committed by Git OBS Bridge
parent 2ec1123b4c
commit abf36bcbc9
2 changed files with 9 additions and 3 deletions

View File

@ -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>

View File

@ -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.