[kstars/f20] make appdata scriptlet non-fatal

Rex Dieter rdieter at fedoraproject.org
Wed Sep 17 10:55:50 UTC 2014


commit 228f122bd6adce832af162e353c24fd0ed22973d
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 17 05:55:33 2014 -0500

    make appdata scriptlet non-fatal

 kstars.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kstars.spec b/kstars.spec
index 6517d74..d5dc1b0 100644
--- a/kstars.spec
+++ b/kstars.spec
@@ -72,7 +72,7 @@ rm -fv %{buildroot}%{_kde4_libdir}/libhtmesh.a
 
 
 %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/kstars.desktop
 
 


More information about the scm-commits mailing list