[step/f20] make appdata scriptlet non-fatal

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


commit 944bbd89aeb82b1b8a115076e0de5cb3d1c74038
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 17 05:57:18 2014 -0500

    make appdata scriptlet non-fatal

 step.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/step.spec b/step.spec
index 2717b94..f2590a8 100644
--- a/step.spec
+++ b/step.spec
@@ -46,7 +46,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