������kos Sz������ts changed bug 1190203
What Removed Added
CC   kukuk@suse.com
Flags   needinfo?(kukuk@suse.com)

Comment # 1 on bug 1190203 from
This is strange because the same method to create users is used in the .spec
file which should be available from 15.0 onward.

The generated prein script in Tumbleweed:

/usr/sbin/sysusers2shadow system-user-radicale.conf <<"EOF" || [ -f /.buildenv
]
u     radicale   -    "Radicale CalDAV server"   /var/lib/radicale   -
EOF

And the one in 15.3:

#!/bin/bash                                                                     
tail -n 0 $0 | /usr/sbin/sysusers2shadow                                        
RET=$?                                                                          
test -f /.buildenv && exit 0                                                    
exit $RET                                                                       
######## data below ########

Unfortunately, that "data below" section is empty.

The last version which used this format of the script is rev 21 [0].

CC'ing @kukuk who is the original author of the scriptlet. @kukuk, do you see
any obvious mistake in the specfile [1] regarding the user handling? Do you
think is it possible that in a later revision a similar bug was fixed?

[0]:
https://build.opensuse.org/package/view_file/Base:System/sysuser-tools/sysusers-generate-pre?rev=21
[1]:
https://build.opensuse.org/package/view_file/network/Radicale/Radicale.spec?expand=1
?


You are receiving this mail because: