Bug 2335130

Summary: rpm -Vaq complains about wrong owner
Product: [Fedora] Fedora Reporter: Christoph Karl <pampelmuse>
Component: sssdAssignee: Alexey Tikhonov <atikhono>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: abokovoy, atikhono, lslebodn, pbrezina, sbose, ssorce, sssd-maintainers, terjeros
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: sssd-2.10.2-1.fc41 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-01 05:41:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christoph Karl 2025-01-01 07:57:45 UTC
$ rpm -Vaq sssd-common
.....U...    /etc/sssd
.....U...    /etc/sssd/conf.d
.....U...    /etc/sssd/pki


Reproducible: Always

Steps to Reproduce:
1. fresh rawhide installation
2. rpm -Vaq sssd-common
.....U...    /etc/sssd
.....U...    /etc/sssd/conf.d
.....U...    /etc/sssd/pki

Actual Results:  
wrong user

Expected Results:  
no output

Maybe in spec file line 850 should be:
%attr(750,root,%{sssd_user}) %dir %{_sysconfdir}/sssd
%attr(750,root,%{sssd_user}) %dir %{_sysconfdir}/sssd/conf.d
%attr(750,root,%{sssd_user}) %dir %{_sysconfdir}/sssd/pki

Comment 1 Alexey Tikhonov 2025-01-02 11:45:47 UTC
Fixed upstream via https://github.com/SSSD/sssd/commit/be612e6a46b6bb53e93556b33043b3263bd3c04c

Comment 2 Alexey Tikhonov 2025-01-15 12:19:24 UTC
*** Bug 2338168 has been marked as a duplicate of this bug. ***

Comment 3 Fedora Update System 2025-01-29 16:40:36 UTC
FEDORA-2025-49004d4e5e (sssd-2.10.2-1.fc41) has been submitted as an update to Fedora 41.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-49004d4e5e

Comment 4 Fedora Update System 2025-01-31 04:33:18 UTC
FEDORA-2025-49004d4e5e has been pushed to the Fedora 41 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-49004d4e5e`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-49004d4e5e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Christoph Karl 2025-01-31 16:08:37 UTC
Works for me in rawhide.
Thank you.

Comment 6 Fedora Update System 2025-02-01 05:41:55 UTC
FEDORA-2025-49004d4e5e (sssd-2.10.2-1.fc41) has been pushed to the Fedora 41 stable repository.
If problem still persists, please make note of it in this bug report.