- Correct dependency of sss_obfuscate command line program.
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=192
This commit is contained in:
parent
d57d7436e1
commit
f149bbe067
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 4 10:03:59 UTC 2017 - hguo@suse.com
|
||||||
|
|
||||||
|
- Correct dependency of sss_obfuscate command line program.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 1 14:35:08 UTC 2017 - hguo@suse.com
|
Fri Dec 1 14:35:08 UTC 2017 - hguo@suse.com
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ and/or PAM modules to leverage SSSD caching.
|
|||||||
Summary: Commandline tools for sssd
|
Summary: Commandline tools for sssd
|
||||||
License: GPL-3.0+ and LGPL-3.0+
|
License: GPL-3.0+ and LGPL-3.0+
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Requires: python-sssd-config = %version
|
Requires: python3-sssd-config = %version
|
||||||
Requires: sssd = %version
|
Requires: sssd = %version
|
||||||
%py_requires
|
%py_requires
|
||||||
|
|
||||||
@ -431,6 +431,9 @@ export LDFLAGS="-pie"
|
|||||||
make %{?_smp_mflags} all
|
make %{?_smp_mflags} all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
# sss_obfuscate is compatible with both python 2 and 3
|
||||||
|
sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate
|
||||||
|
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
make install DESTDIR="$b"
|
make install DESTDIR="$b"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user