Take care of localization
This commit is contained in:
parent
4287134c8d
commit
b2ba747a1c
@ -373,6 +373,8 @@ install -m 0644 %{SOURCE6} %{buildroot}%{_sysconfdir}/yum/protected.d/systemd.co
|
|||||||
# this can replace Fedora's current core dump handling.
|
# this can replace Fedora's current core dump handling.
|
||||||
rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-coredump.conf
|
rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-coredump.conf
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group cdrom >/dev/null 2>&1 || groupadd -r -g 11 cdrom >/dev/null 2>&1 || :
|
getent group cdrom >/dev/null 2>&1 || groupadd -r -g 11 cdrom >/dev/null 2>&1 || :
|
||||||
getent group tape >/dev/null 2>&1 || groupadd -r -g 33 tape >/dev/null 2>&1 || :
|
getent group tape >/dev/null 2>&1 || groupadd -r -g 33 tape >/dev/null 2>&1 || :
|
||||||
@ -466,7 +468,7 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g
|
|||||||
%postun journal-gateway
|
%postun journal-gateway
|
||||||
%systemd_postun_with_restart systemd-journal-gatewayd.service
|
%systemd_postun_with_restart systemd-journal-gatewayd.service
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%doc %{_docdir}/systemd
|
%doc %{_docdir}/systemd
|
||||||
%dir %{_sysconfdir}/systemd
|
%dir %{_sysconfdir}/systemd
|
||||||
%dir %{_sysconfdir}/systemd/system
|
%dir %{_sysconfdir}/systemd/system
|
||||||
|
Loading…
Reference in New Issue
Block a user