[klettres/f20] make appdata scriptlet non-fatal

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


commit 16100132c4bbe6ce54d9ae2b66ead9f76d02d5a5
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Sep 17 05:53:12 2014 -0500

    make appdata scriptlet non-fatal

 klettres.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/klettres.spec b/klettres.spec
index be51d9c..328a2ae 100644
--- a/klettres.spec
+++ b/klettres.spec
@@ -49,7 +49,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