Bug 1277084 - RemoteBox-1.9-3.fc24 FTBFS: appdata-validate: command not found
Summary: RemoteBox-1.9-3.fc24 FTBFS: appdata-validate: command not found
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: RemoteBox
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL: http://koji.fedoraproject.org/koji/ta...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-02 09:53 UTC by Petr Pisar
Modified: 2015-11-05 08:42 UTC (History)
2 users (show)

Fixed In Version: RemoteBox-1.9-4.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-05 08:42:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2015-11-02 09:53:01 UTC
RemoteBox-1.9-3.fc24 fails to build in F24 because tests fail:

Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2uWCh8
+ umask 022
+ cd /builddir/build/BUILD
+ cd RemoteBox-1.9
+ appdata-validate --nonet /builddir/build/BUILDROOT/RemoteBox-1.9-3.fc24.noarch/usr/share/appdata/remotebox.appdata.xml
/var/tmp/rpm-tmp.2uWCh8: line 31: appdata-validate: command not found

Difference between working and failing build root:

        libappstream-glib 	0.5.1-2.fc24 	> 	0.5.2-1.fc24
	libgcab1 		> 	0.6-4.fc24
	krb5-libs 	1.14-4.fc24 	> 	1.14-6.fc24
	kernel-headers 	4.3.0-0.rc7.git0.1.... 	> 	4.3.0-0.rc7.git1.1....
	perl-Unicode-Normalize 	1.21-1.fc24 	> 	1.23-1.fc24

See libappstream-glib changelog: "Remove the long-obsolete appdata-validate tool."

Comment 1 Jitka Plesnikova 2015-11-04 09:02:35 UTC
The fix is easy just change

appdata-validate --nonet %{buildroot}%{_datadir}/appdata/remotebox.appdata.xml

to

appstream-util validate --nonet %{buildroot}%{_datadir}/appdata/remotebox.appdata.xml

in RemoteBox.spec


Note You need to log in before you can comment on or make changes to this bug.