Fix error: macro %undefine is a built-in #1744583
This commit is contained in:
parent
95c270b59c
commit
544a1f6e60
@ -102,9 +102,7 @@ mkdir -p %{buildroot}%{_root_sysconfdir}/{rpm,scl/{prefixes,modulefiles}}
|
|||||||
cat >> %{buildroot}%{_root_sysconfdir}/rpm/macros.%{scl}-config << EOF
|
cat >> %{buildroot}%{_root_sysconfdir}/rpm/macros.%{scl}-config << EOF
|
||||||
%%%%scl %scl
|
%%%%scl %scl
|
||||||
%{?nfsmountable:%%%%nfsmountable %{nfsmountable}}
|
%{?nfsmountable:%%%%nfsmountable %{nfsmountable}}
|
||||||
%{!?nfsmountable:%%%%undefine nfsmountable}
|
|
||||||
%{?rh_layout:%%%%rh_layout %{rh_layout}}
|
%{?rh_layout:%%%%rh_layout %{rh_layout}}
|
||||||
%{!?rh_layout:%%%%undefine rh_layout}
|
|
||||||
EOF
|
EOF
|
||||||
cat >> %{buildroot}%{_root_sysconfdir}/scl/prefixes/%{scl} << EOF
|
cat >> %{buildroot}%{_root_sysconfdir}/scl/prefixes/%{scl} << EOF
|
||||||
%_scl_prefix
|
%_scl_prefix
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Name: scl-utils
|
Name: scl-utils
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 11%{dist}
|
Release: 12%{dist}
|
||||||
Summary: Utilities for alternative packaging
|
Summary: Utilities for alternative packaging
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -74,6 +74,9 @@ ln -s prefixes conf
|
|||||||
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2019 Remi Collet <remi@remirepo.net> - 1:2.0.2-12
|
||||||
|
- Fix error: macro %%undefine is a built-in #1744583
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-11
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user