[ktouch/f20] make appdata scriptlet non-fatal

Rex Dieter rdieter at fedoraproject.org
Wed Sep 17 10:54:31 UTC 2014


commit 8262e915cc5ddf5a7f74fe8839e697a777d2037d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 17 05:54:24 2014 -0500

    make appdata scriptlet non-fatal

 ktouch.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ktouch.spec b/ktouch.spec
index 7fec88e..163bab7 100644
--- a/ktouch.spec
+++ b/ktouch.spec
@@ -47,7 +47,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %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