[ark/f20] make appdata validation non-fatal

Rex Dieter rdieter at fedoraproject.org
Wed Sep 17 10:45:13 UTC 2014


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

    make appdata validation non-fatal
    
    scriptlet does not yet work properly on < f21

 ark.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ark.spec b/ark.spec
index fda7fce..5ab416c 100644
--- a/ark.spec
+++ b/ark.spec
@@ -105,7 +105,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/ark.desktop
 
 


More information about the scm-commits mailing list