Accepting request 862308 from GNOME:Factory
(forwarded request 860978 from jmoellers) OBS-URL: https://build.opensuse.org/request/show/862308 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpwquality?expand=0&rev=20
This commit is contained in:
commit
fee182bd90
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 16:27:27 UTC 2021 - Josef Möllers <josef.moellers@suse.com>
|
||||||
|
|
||||||
|
- Do not use macro %make_build pre SLE-15
|
||||||
|
Use "make -O %{?_smp_mflags}" instead
|
||||||
|
[libpwquality.spec]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 14:23:28 UTC 2020 - Danny Sauer <dsauer@suse.com>
|
Fri Oct 16 14:23:28 UTC 2020 - Danny Sauer <dsauer@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpwquality
|
# spec file for package libpwquality
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -126,7 +126,11 @@ This package provides Python 3 bindings for the libpwquality library.
|
|||||||
--with-python-binary=%{_bindir}/python3 \
|
--with-python-binary=%{_bindir}/python3 \
|
||||||
--with-pythonsitedir=%{python3_sitearch} \
|
--with-pythonsitedir=%{python3_sitearch} \
|
||||||
%{nil}
|
%{nil}
|
||||||
|
%if 0%{?suse_version} < 1500
|
||||||
|
make -O %{?_smp_mflags}
|
||||||
|
%else
|
||||||
%make_build
|
%make_build
|
||||||
|
%endif
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
pushd python
|
pushd python
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user