pmatilai left a comment (rpm-software-management/rpm#3672)

The patch looks simple and straightforward :+1:

Just trying to think of a better way to test it because the current test 
doesn't really prove the alternative path works, it just proves that something 
in this breaks verification :sweat_smile: 

Maybe something like:
```
echo "klangd:x:7777:7777::/:/sbin/nologin" >> ${RPMTEST}/usr/lib/passwd
echo "klangd:x:8888:" >> ${RPMTEST}/usr/lib/group
runroot chown 7777:8888 /var/lib/klangd

...

runroot rpm -D "_passwd_path /usr/lib/passwd:/etc/passwd" -D "_group_path 
/usr/lib/group:/etc/group" -V klang-server
```

Now when the verification passes you actually know it worked.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3672#issuecomment-2747212590
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/3672/c2747212...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to