Fix FTBFS. rhbz#1943037
This commit is contained in:
parent
508399c7e3
commit
e34b9e4a82
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/msitools-0.99.tar.xz
|
||||
/msitools-0.100.tar.xz
|
||||
/msitools-0.101.tar.xz
|
||||
/msitools-0.101.27-b4aa.tar.xz
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define _version_suffix
|
||||
%define _version_suffix -b4aa
|
||||
|
||||
# The mingw* RPMs are noarch, and the wxi data files are
|
||||
# arch independant, so it is a waste of CPU cycles to run
|
||||
@ -11,8 +11,8 @@
|
||||
%endif
|
||||
|
||||
Name: msitools
|
||||
Version: 0.101
|
||||
Release: 2%{?dist}
|
||||
Version: 0.101.27
|
||||
Release: 1%{?dist}
|
||||
Summary: Windows Installer tools
|
||||
|
||||
License: GPLv2+
|
||||
@ -166,8 +166,6 @@ BuildRequires: mingw32-readline
|
||||
BuildRequires: mingw64-readline
|
||||
BuildRequires: mingw32-rest
|
||||
BuildRequires: mingw64-rest
|
||||
BuildRequires: mingw32-SDL
|
||||
BuildRequires: mingw64-SDL
|
||||
BuildRequires: mingw32-speex
|
||||
BuildRequires: mingw64-speex
|
||||
BuildRequires: mingw32-spice-glib
|
||||
@ -188,6 +186,20 @@ BuildRequires: mingw32-winpthreads
|
||||
BuildRequires: mingw64-winpthreads
|
||||
BuildRequires: mingw32-zlib
|
||||
BuildRequires: mingw64-zlib
|
||||
BuildRequires: mingw32-librsvg2
|
||||
BuildRequires: mingw64-librsvg2
|
||||
BuildRequires: mingw32-openjpeg2
|
||||
BuildRequires: mingw64-openjpeg2
|
||||
BuildRequires: mingw32-openexr
|
||||
BuildRequires: mingw64-openexr
|
||||
BuildRequires: mingw32-openal-soft
|
||||
BuildRequires: mingw64-openal-soft
|
||||
BuildRequires: mingw32-libwebp
|
||||
BuildRequires: mingw64-libwebp
|
||||
BuildRequires: mingw32-libcroco
|
||||
BuildRequires: mingw64-libcroco
|
||||
BuildRequires: mingw32-lcms2
|
||||
BuildRequires: mingw64-lcms2
|
||||
%endif
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1924216
|
||||
@ -261,6 +273,9 @@ The libmsi1-devel package includes the header files for libmsi.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 28 2021 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.101.27-1
|
||||
- Fix FTBFS. rhbz#1943037
|
||||
|
||||
* Wed Feb 3 2021 Daniel P. Berrangé <berrange@redhat.com> - 0.101-2
|
||||
- Fix enablement of wxi tests
|
||||
- Use perl-base and gettext for more minimal dep chain
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (msitools-0.101.tar.xz) = 4a68884cc22dc917f3d0637791f9ada4cd38a96bdf54832ac2c4266c9a44076e391588422039b3b958d39acf4ebe6ef8ccd3e0f3966d9d93a77faef0354262b7
|
||||
SHA512 (msitools-0.101.27-b4aa.tar.xz) = e431e3536cba148aa10e75acf5365672f68c796487a781420a369488df428659bdb195143f15cb54be41001122d3634b650b82346f6157479a58b5587696d868
|
||||
|
Loading…
Reference in New Issue
Block a user