appstream-index scriptlet hanging, skip for now (#1098306)

This commit is contained in:
Rex Dieter 2014-06-20 07:12:10 -05:00
parent 5779bc3161
commit e75b1ac497

View File

@ -2,7 +2,7 @@
Summary: Utilities to generate, maintain and access the AppStream Xapian database
Name: appstream
Version: 0.6.2
Release: 3%{?dist}
Release: 4%{?dist}
# lib LGPLv3+, tools GPLv3+
License: GPLv3+ and LGPLv3+
@ -72,10 +72,12 @@ touch %{buildroot}/var/cache/app-info/cache.watch
make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%post
/sbin/ldconfig
%{_bindir}/appstream-index --refresh --force >& /dev/null ||:
## include this scriptlet *somewhere*, but only if it is safe and
## won't hang or take a long time, see
## https://bugzilla.redhat.com/1098306
#{_bindir}/appstream-index --refresh --force >& /dev/null ||:
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
@ -113,6 +115,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" ||:
%changelog
* Fri Jun 20 2014 Rex Dieter <rdieter@fedoraproject.org> 0.6.2-4
- appstream-index scriptlet hanging, skip for now (#1098306)
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild