FS#72404 - sssd-2.5.2-2-x86_64 is missing pysss so sss_obfuscate fails

Attached to Project: Community Packages
Opened by Cade Robinson (cade.robinson) - Tuesday, 12 October 2021, 12:50 GMT
Last edited by Massimiliano Torromeo (mtorromeo) - Thursday, 14 October 2021, 15:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Massimiliano Torromeo (mtorromeo)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: sssd-2.5.2-2-x86_64 is missing pysss so sss_obfuscate fails.
sssd-2.5.2-1-x86_64 has pysss and works

Error running sss_obfuscate:
$ sudo sss_obfuscate
Traceback (most recent call last):
File "/usr/bin/sss_obfuscate", line 8, in <module>
import pysss
ModuleNotFoundError: No module named 'pysss'

2.5.2-1 has pysss files:
$ tar --zstd -tvf sssd-2.5.2-1-x86_64.pkg.tar.zst | grep pysss
-rwxr-xr-x root/root 59952 2021-07-14 14:15 usr/lib/python3.9/site-packages/pysss.so
-rwxr-xr-x root/root 14224 2021-07-14 14:15 usr/lib/python3.9/site-packages/pysss_murmur.so
-rwxr-xr-x root/root 22640 2021-07-14 14:15 usr/lib/python3.9/site-packages/pysss_nss_idmap.so

where 2.5.2-2 does not


Additional info:
* package version(s)
sssd-2.5.2-2-x86_64

* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
run sss_obfuscate
This task depends upon

Closed by  Massimiliano Torromeo (mtorromeo)
Thursday, 14 October 2021, 15:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  sssd-2.6.0-1
Comment by Massimiliano Torromeo (mtorromeo) - Thursday, 14 October 2021, 15:27 GMT
The issue stems from a change in autoconf, apparently.

Upstream sssd has already fixed it, and I am already packaging 2.6.0 which was release a few hours ago.

Loading...