OBS User unknown 2007-04-28 22:55:26 +00:00 committed by Git OBS Bridge
parent badfc630b8
commit bd7b309e9d
3 changed files with 11 additions and 2 deletions

View File

@ -357,4 +357,4 @@ if [ "$EXEC" != "$_EXEC" ]; then
mv "${FILE}.new" "${FILE}"
fi
/usr/bin/desktop-file-validate "${FILE}"
/usr/bin/desktop-file-validate "${FILE}" || true

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 29 00:47:21 CEST 2007 - ro@suse.de
- ignore return code of validation for now, it causes too much
breakage
-------------------------------------------------------------------
Wed Apr 25 14:45:06 CEST 2007 - coolo@suse.de

View File

@ -12,7 +12,7 @@
Name: update-desktop-files
Version: 10.3
Release: 10
Release: 11
Summary: A Build Tool to Update Desktop Files
License: GNU General Public License (GPL)
Group: Development/Tools/Building
@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/locale/*/LC_MESSAGES/*mo
%changelog
* Sun Apr 29 2007 - ro@suse.de
- ignore return code of validation for now, it causes too much
breakage
* Wed Apr 25 2007 - coolo@suse.de
- following suggestion on IRC and call desktop-file-validate
as part of the build check