[rocs/f20] make appdata scriptlet non-fatal

Rex Dieter rdieter at fedoraproject.org
Wed Sep 17 10:57:01 UTC 2014


commit 9adb45649339f2c41aae91ee4c5a05c1aa4a52b8
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 17 05:57:00 2014 -0500

    make appdata scriptlet non-fatal

 rocs.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rocs.spec b/rocs.spec
index a3a5507..02ad1eb 100644
--- a/rocs.spec
+++ b/rocs.spec
@@ -64,7 +64,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