[kolourpaint/f20] make appdata scriptlet non-fatal

Rex Dieter rdieter at fedoraproject.org
Wed Sep 17 10:53:56 UTC 2014


commit daef884e6248fa175d810d51089c2b22aad7f638
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 17 05:53:52 2014 -0500

    make appdata scriptlet non-fatal

 kolourpaint.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kolourpaint.spec b/kolourpaint.spec
index 200365b..0f3f659 100644
--- a/kolourpaint.spec
+++ b/kolourpaint.spec
@@ -57,7 +57,7 @@ rm -fv %{buildroot}%{_kde4_libdir}/libkolourpaint_lgpl.so
 
 
 %check
-appstream-util validate-relax --nonet %{buildroot}%{_kde4_datadir}/appdata/%{name}.appdata.xml
+appstream-util validate-relax --nonet %{buildroot}%{_kde4_datadir}/appdata/%{name}.appdata.xml ||:
 desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop
 
 


More information about the scm-commits mailing list