Bug 2105416 - [RFE] unbound use systemd-sysusers
Summary: [RFE] unbound use systemd-sysusers
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: unbound
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 2095480
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-07-08 18:19 UTC by Petr Menšík
Modified: 2023-02-02 02:01 UTC (History)
9 users (show)

Fixed In Version: unbound-1.17.1-1.fc37 unbound-1.17.1-1.fc36
Doc Type: Enhancement
Doc Text:
Clone Of: 2095480
Environment:
Last Closed: 2023-01-19 06:10:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Menšík 2022-07-08 18:19:42 UTC
+++ This bug was initially created as a clone of Bug #2095480 +++

Description of problem:
unbound has static useradd scripts

Version-Release number of selected component (if applicable):
unbound-1.13.1-15.el9

How reproducible:
100%

Steps to Reproduce:
1.review %pre
2.
3.

Actual results:
%pre libs
getent group unbound >/dev/null || groupadd -r unbound
getent passwd unbound >/dev/null || \
useradd -r -g unbound -d %{_sysconfdir}/unbound -s /sbin/nologin \
-c "Unbound DNS resolver" unbound


Expected results:
use of system-sysusers 

Additional info:
https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html
https://fedoraproject.org/wiki/Changes/Adopting_sysusers.d_format

Comment 1 Fedora Update System 2023-01-16 22:12:42 UTC
FEDORA-2023-f1a7ba0307 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f1a7ba0307

Comment 2 Fedora Update System 2023-01-17 02:40:22 UTC
FEDORA-2023-f1a7ba0307 has been pushed to the Fedora 37 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-f1a7ba0307`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-f1a7ba0307

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2023-01-17 20:01:43 UTC
FEDORA-2023-43a9d5fbe6 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2023-43a9d5fbe6

Comment 4 Fedora Update System 2023-01-18 03:39:45 UTC
FEDORA-2023-43a9d5fbe6 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-43a9d5fbe6`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-43a9d5fbe6

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2023-01-19 06:10:51 UTC
FEDORA-2023-f1a7ba0307 has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 6 Fedora Update System 2023-02-02 02:01:59 UTC
FEDORA-2023-43a9d5fbe6 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.