Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2021-06-11 22:30:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Fri Jun 11 22:30:29 2021 rev:73 rq:898103 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2021-05-07 16:45:37.000312536 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new.32437/texlive.changes 2021-06-11 22:30:53.626153053 +0200 @@ -1,0 +2,5 @@ +Sun May 30 16:43:21 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Change to using systemd-sysusers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.QgvuAM/_old 2021-06-11 22:30:54.914155285 +0200 +++ /var/tmp/diff_new_pack.QgvuAM/_new 2021-06-11 22:30:54.918155291 +0200 @@ -84,6 +84,8 @@ #!BuildIgnore: %{name}-kpathsea #!BuildIgnore: %{name}-scripts-bin #!BuildIgnore: %{name}-scripts +Requires(pre): user(mktex) +Requires(pre): group(mktex) Requires(post): coreutils Requires(postun):coreutils Requires(posttrans):coreutils @@ -1500,8 +1502,8 @@ Group: Productivity/Publishing/TeX/Utilities URL: http://www.tug.org/texlive/ Requires(pre): %{name}-filesystem >= %{texlive_version} -Requires(pre): /usr/bin/getent -Requires(pre): /usr/sbin/groupadd +Requires(pre): user(mktex) +Requires(pre): group(mktex) Requires(post): %{name}-filesystem Requires(post): permissions Requires: %{name}-gsftopk-bin @@ -4468,19 +4470,11 @@ %verify_permissions -e %{_libexecdir}/mktex/public %endif -%pre kpathsea-bin -%{_bindir}/getent group %{texgrp} > /dev/null 2>&1 || %{_sbindir}/groupadd -r %{?texgid:-g %texgid} %{texgrp} -%{_bindir}/getent passwd %{texusr} > /dev/null 2>&1 || %{_sbindir}/useradd -r %{?texuid:-u %texuid} -g %{texgrp} -d %{_fontcache} -s /bin/false %{texusr} - %post kpathsea-bin %if %{defined set_permissions} %set_permissions %{_libexecdir}/mktex/public %endif -%pre -%{_bindir}/getent group %{texgrp} > /dev/null 2>&1 || %{_sbindir}/groupadd -r %{?texgid:-g %texgid} %{texgrp} -%{_bindir}/getent passwd %{texusr} > /dev/null 2>&1 || %{_sbindir}/useradd -r %{?texuid:-u %texuid} -g %{texgrp} -d %{_fontcache} -s /bin/false %{texusr} - %post mkdir -p /var/run/texlive > /var/run/texlive/run-mktexlsr