Skip to content

Commit

Permalink
Revert "revert sysusers setting [RHBZ#1740545]"
Browse files Browse the repository at this point in the history
This reverts commit ad7551f.

Provide users/groups via `/usr/lib/sysusers.d`. This is going
to be handled by RPM.

Relates to fedora-copr/copr#2789
  • Loading branch information
nikromen committed Apr 28, 2024
1 parent b9d77f4 commit b347681
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mock-core-configs/mock-core-configs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Rocky Linux and various other specific or combined chroots.

%install
mkdir -p %{buildroot}%{_sysusersdir}
%if 0%{?fedora} > 29 || 0%{?rhel} > 8
cp -a mock.conf %{buildroot}%{_sysusersdir}
%endif

mkdir -p %{buildroot}%{_sysconfdir}/mock/eol/templates
mkdir -p %{buildroot}%{_sysconfdir}/mock/templates
Expand Down

0 comments on commit b347681

Please sign in to comment.