Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
20110bf149 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 7 03:51:44 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Replace usage of %jobs (boo#1237231)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 18:59:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu May 4 18:59:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -61,7 +61,7 @@ export LC_ALL="en_US.UTF8"
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export LC_ALL="en_US.UTF8"
|
export LC_ALL="en_US.UTF8"
|
||||||
%pytest %{?jobs:-n %jobs}
|
%pytest -n $(echo %{?_smp_mflags} | cut -c 3-)
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative censusgeocode
|
%python_install_alternative censusgeocode
|
||||||
|
Reference in New Issue
Block a user