Accepting request 1129106 from home:dgarcia:branches:devel:tools
- Remove dependency on /usr/bin/python3, making scripts to depends on the real python3 binary, not the link. bsc#1212476 OBS-URL: https://build.opensuse.org/request/show/1129106 OBS-URL: https://build.opensuse.org/package/show/devel:tools/patchutils?expand=0&rev=25
This commit is contained in:
parent
2c15a59db3
commit
b314c1a33b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 10:54:35 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Remove dependency on /usr/bin/python3, making scripts to depends on
|
||||
the real python3 binary, not the link. bsc#1212476
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 16 00:36:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patchutils
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,6 +27,7 @@ Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version
|
||||
Source1: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz.sig
|
||||
Patch2: rediff-hunk-init-fix.diff
|
||||
BuildRequires: automake
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: diffutils
|
||||
Requires: patch
|
||||
|
||||
@ -55,6 +56,8 @@ files in a patch. Rediff corrects hand-edited patches.
|
||||
install -m 0755 -d %{buildroot}%{_mandir}/man1/
|
||||
install -m 0644 -t %{buildroot}%{_mandir}/man1/ doc/*.1
|
||||
|
||||
%python3_fix_shebang
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc BUGS README
|
||||
|
Loading…
Reference in New Issue
Block a user