]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix the group of the dnsdist.conf file when installed via RPM 13118/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Aug 2023 08:04:54 +0000 (10:04 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 14 Aug 2023 13:13:42 +0000 (15:13 +0200)
commit9e8380166ceb941a2de640b3a027d92f06103fba
tree685860e21a835c5d3dfe19d56bfa1d69d54b2905
parent24735efc3554ec5dd37b61afebff93fef2b3762b
dnsdist: Fix the group of the dnsdist.conf file when installed via RPM

I _hope_ the `%attr` directive does the right thing, based on
http://ftp.rpm.org/max-rpm/s1-rpm-anywhere-specifying-file-attributes.html
I'm using this directive instead of calling `chgrp` in `%post` because
I'm told using `chgrp` would make `verify` complain about the ownership later.

(cherry picked from commit 32c478585461060b993a414e074daea47de94b80)
builder-support/specs/dnsdist.spec