Restore translation check and fix bug link

If the check fails, then systemd.i686 and systemd.x86_64 is most
likely non-coinstallable, which is problematic for users because it
breaks upgrades. So keep the check to catch botched builds until we
find underlying reason.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-06-19 15:15:01 -04:00
parent 516775d649
commit 5984675661
1 changed files with 2 additions and 2 deletions

View File

@ -395,8 +395,8 @@ install -Dm0644 %{SOURCE9} %{buildroot}%{_pkgdocdir}/
make -C build2 check VERBOSE=1
make -C build3 check VERBOSE=1
# Check for botched translations (https://bugzilla.redhat.com/show_bug.cgi?id=1226301)
#test -z "$(grep -L xml:lang %{buildroot}%{_datadir}/polkit-1/actions/org.freedesktop.*.policy)"
# Check for botched translations (https://bugzilla.redhat.com/show_bug.cgi?id=1226566)
test -z "$(grep -L xml:lang %{buildroot}%{_datadir}/polkit-1/actions/org.freedesktop.*.policy)"
%pre
getent group cdrom >/dev/null 2>&1 || groupadd -r -g 11 cdrom >/dev/null 2>&1 || :