Bug 2106390 - [RFE] sane-backends use systems-sysusers
Summary: [RFE] sane-backends use systems-sysusers
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: sane-backends
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-07-12 14:18 UTC by Zdenek Dohnal
Modified: 2022-07-29 01:24 UTC (History)
9 users (show)

Fixed In Version: sane-backends-1.1.1-6.fc36 sane-backends-1.1.1-6.fc35
Doc Type: Enhancement
Doc Text:
Clone Of: 2095461
Environment:
Last Closed: 2022-07-25 01:20:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Zdenek Dohnal 2022-07-12 14:18:58 UTC
+++ This bug was initially created as a clone of Bug #2095461 +++

Description of problem:
sane-backends has static useradd scripts

How reproducible:
100%

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

Actual results:
%pre daemon
getent group saned >/dev/null || groupadd -r saned
getent passwd saned >/dev/null || \
    useradd -r -g saned -d %{_datadir}/sane -s /sbin/nologin \
                -c "SANE scanner daemon user" saned
exit 0

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 2022-07-20 14:12:39 UTC
FEDORA-2022-6cebdb6d1c has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-6cebdb6d1c

Comment 2 Fedora Update System 2022-07-21 22:45:36 UTC
FEDORA-2022-6cebdb6d1c has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-6cebdb6d1c`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-6cebdb6d1c

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

Comment 3 Fedora Update System 2022-07-21 23:05:12 UTC
FEDORA-2022-65061a676c 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-2022-65061a676c`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-65061a676c

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

Comment 4 Fedora Update System 2022-07-25 01:20:20 UTC
FEDORA-2022-65061a676c has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 5 Fedora Update System 2022-07-29 01:24:35 UTC
FEDORA-2022-6cebdb6d1c has been pushed to the Fedora 35 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.