Fix order of user and group in sysusers file
This commit is contained in:
parent
51194ddffd
commit
098933dca6
@ -15,7 +15,7 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.4.3
|
Version: 4.4.3
|
||||||
Release: 5%{?prever:.%prever}%{?patchver:.%patchver}%{?dist}
|
Release: 6%{?prever:.%prever}%{?patchver:.%patchver}%{?dist}
|
||||||
|
|
||||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||||
@ -527,6 +527,9 @@ done
|
|||||||
%attr(0644,root,root) %{_mandir}/man8/keama.8.gz
|
%attr(0644,root,root) %{_mandir}/man8/keama.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 03 2022 Martin Osvald <mosvald@redhat.com> - 12:4.4.3-6.P1
|
||||||
|
- Fix order of user and group in sysusers file
|
||||||
|
|
||||||
* Mon Oct 31 2022 Martin Osvald <mosvald@redhat.com> - 12:4.4.3-5.P1
|
* Mon Oct 31 2022 Martin Osvald <mosvald@redhat.com> - 12:4.4.3-5.P1
|
||||||
- Use systemd-sysusers for dhcp user and group (rhbz#2138822)
|
- Use systemd-sysusers for dhcp user and group (rhbz#2138822)
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#Type Name ID GECOS Home directory Shell
|
#Type Name ID GECOS Home directory Shell
|
||||||
u dhcpd 177 "DHCP server" / /sbin/nologin
|
|
||||||
g dhcpd 177
|
g dhcpd 177
|
||||||
|
u dhcpd 177 "DHCP server" / /sbin/nologin
|
||||||
|
Loading…
Reference in New Issue
Block a user