import scl-utils-2.0.2-11.el8
This commit is contained in:
parent
02eb27a081
commit
212b8d475a
11
SOURCES/0004-define-macro-python-explicitly.patch
Normal file
11
SOURCES/0004-define-macro-python-explicitly.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- scl-utils-2.0.2/rpm/macros.scl.old 2019-07-04 09:27:29.887470341 +0200
|
||||
+++ scl-utils-2.0.2/rpm/macros.scl 2019-07-30 10:24:32.536648421 +0200
|
||||
@@ -93,7 +93,7 @@
|
||||
/usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump}
|
||||
}
|
||||
/usr/lib/rpm/brp-strip-static-archive %{__strip}
|
||||
- /usr/lib/rpm/brp-scl-python-bytecompile %{__python} %{?_python_bytecompile_errors_terminate_build} %{_scl_root}
|
||||
+ /usr/lib/rpm/brp-scl-python-bytecompile %{__python3} %{?_python_bytecompile_errors_terminate_build} %{_scl_root}
|
||||
/usr/lib/rpm/brp-python-hardlink
|
||||
%{nil}}
|
||||
BuildRequires: scl-utils-build
|
@ -3,7 +3,7 @@
|
||||
Name: scl-utils
|
||||
Epoch: 1
|
||||
Version: 2.0.2
|
||||
Release: 8%{dist}
|
||||
Release: 11%{?dist}
|
||||
Summary: Utilities for alternative packaging
|
||||
|
||||
License: GPLv2+
|
||||
@ -17,6 +17,7 @@ Buildrequires: rpm-devel
|
||||
Requires: %{_bindir}/modulecmd
|
||||
|
||||
Patch1: 0003-Scl-utils-layout-patch-from-fedora-famillecollet.com.patch
|
||||
Patch2: 0004-define-macro-python-explicitly.patch
|
||||
|
||||
%description
|
||||
Run-time utility for alternative packaging.
|
||||
@ -79,6 +80,17 @@ ln -s prefixes conf
|
||||
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
||||
|
||||
%changelog
|
||||
* Fri Aug 16 2019 Pavlina Moravcova Varekova <pmoravco@redhat.com> - 1:2.0.2-11
|
||||
- reverted sci-utils-build own the pkgconfig directory (#1431962)
|
||||
|
||||
* Tue Jul 30 2019 Pavlina Moravcova Varekova <pmoravco@redhat.com> - 1:2.0.2-10
|
||||
- use %%__python3 instead of macro %%__python (#1733526)
|
||||
- corrected unescaped per-cent character in the changelog (#1734103)
|
||||
|
||||
* Tue Jul 02 2019 Pavlina Moravcova Varekova <pmoravco@redhat.com> - 1:2.0.2-9
|
||||
- use %%{?dist} instead of %%{dist} (#1725774)
|
||||
- scl-utils-build own the pkgconfig directory by %%scl_files (#1431962)
|
||||
|
||||
* Wed May 22 2019 Pavlina Moravcova Varekova <pmoravco@redhat.com> - 1:2.0.2-8
|
||||
- Own directory /etc/scl (#1616405)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user