URL: https://github.com/SSSD/sssd/pull/5754
Author: alexey-tikhonov
Title: #5754: Sources cleanup.
Action: opened
PR body:
"""
Those are initial patches in the "cleanup" set.
I expect to add more to this PR, but those already published are ready for review.
Warning: this PR targets 2.6 upstream release, so it should be deferred until 2.5.3 is released.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5754/head:pr5754
git checkout pr5754
URL: https://github.com/SSSD/sssd/pull/5766
Title: #5766: [WiP] Sources cleanup - part 3.
alexey-tikhonov commented:
"""
> Also there is an issues with a spec file:
>
> ```
> /usr/bin/install -p -m 644 src/sysv/systemd/sssd.service src/sysv/systemd/sssd-nss.socket src/sysv/systemd/sssd-nss.service src/sysv/systemd/sssd-pam.socket src/sysv/systemd/sssd-pam-priv.socket src/sysv/systemd/sssd-pam.service src/sysv/systemd/sssd-autofs.socket src/sysv/systemd/sssd-autofs.service src/sysv/systemd/sssd-ifp.service src/sysv/systemd/sssd-pac.socket src/sysv/systemd/sssd-pac.service src/sysv/systemd/sssd-ssh.socket src/sysv/systemd/sssd-ssh.service src/sysv/systemd/sssd-sudo.socket src/sysv/systemd/sssd-sudo.service ./src/sysv/systemd/sssd-kcm.socket src/sysv/systemd/sssd-kcm.service '/builddir/build/BUILDROOT/sssd-2.5.3-0.210827.210238.git9841f13e6.fc34.x86_64/usr/lib/systemd/system'
> /usr/bin/install: cannot stat './src/sysv/systemd/sssd-kcm.socket': No such file or directory
> ```
This should be fixed now.
"""
See the full comment at https://github.com/SSSD/sssd/pull/5766#issuecomment-910322884