Reenable defaults of debug package and automagic Python byte compilation
This commit is contained in:
parent
18981f7558
commit
0180da75f5
1 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# This package depends on automagic byte compilation
|
||||
# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2
|
||||
%global _python_bytecompile_extra 1
|
||||
#global _python_bytecompile_extra 1
|
||||
|
||||
%define debug_package %{nil}
|
||||
#define debug_package %%{nil}
|
||||
|
||||
%define cardsetversion 1.1
|
||||
|
||||
|
|
@ -83,6 +83,7 @@ install -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/pysol
|
|||
- Upgrade to 2.6.4 and python3 by Shlomi Fish
|
||||
- Modernize spec
|
||||
- Add Requires: python3-random2
|
||||
- Reenable defaults of debug package and automagic Python byte compilation
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue