Rpm: group kasmvnc -> kasmvnc-cert

I feel it'd be confusing to use kasmvnc group to provide access to the
TSL certificate. Groups like that control whether you can run software,
e.g. "docker" group. Using "-cert" clearly shows it's just for
certificate access. Not unlide ssl-cert group in Debian.
This commit is contained in:
Dmitry Maksyoma
2021-02-22 22:28:30 +13:00
parent 969c64ced3
commit ece969fd05
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ cd $RPM_BUILD_ROOT/usr/bin && mv Xkasmvnc Xvnc && \
ln -s kasmvncpasswd vncpasswd
cd $RPM_BUILD_ROOT/usr/share/man/man1 && mv Xkasmvnc.1 Xvnc.1 && \
mv kasmvncserver.1 vncserver.1 && mv kasmvncconfig.1 vncconfig.1 && \
mv kasmvncpasswd.1 vncpasswd.1
cp kasmvncpasswd.1 vncpasswd.1
%files
/usr/bin/*
@@ -39,7 +39,7 @@ cd $RPM_BUILD_ROOT/usr/share/man/man1 && mv Xkasmvnc.1 Xvnc.1 && \
- Initial release of the rpm package.
%post
kasmvnc_group="kasmvnc"
kasmvnc_group="kasmvnc-cert"
create_kasmvnc_group() {
if ! getent group "$kasmvnc_group" >/dev/null; then