Sync from SUSE:SLFO:Main patchutils revision deb0f04c45781209dca580354c39009a
This commit is contained in:
parent
c6c9daf199
commit
b1bdab6f5f
@ -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