Commit 1f7353c3aa4716fd81772b3d3b4d68f7985cdc0f
1 parent
88d4df3c
Exists in
master
and in
1 other branch
Fixing dependency.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rpm/libv3270.spec
@@ -52,7 +52,7 @@ Provides: libv3270_%{MAJOR_VERSION}_%{MINOR_VERSION} | @@ -52,7 +52,7 @@ Provides: libv3270_%{MAJOR_VERSION}_%{MINOR_VERSION} | ||
52 | Conflicts: otherproviders(libv3270_%{MAJOR_VERSION}_%{MINOR_VERSION}) | 52 | Conflicts: otherproviders(libv3270_%{MAJOR_VERSION}_%{MINOR_VERSION}) |
53 | 53 | ||
54 | BuildRequires: pkgconfig(openssl) | 54 | BuildRequires: pkgconfig(openssl) |
55 | -BuildRequires: pkgconfig(lib3270) = %{version} | 55 | +BuildRequires: pkgconfig(lib3270) >= 5.2 |
56 | BuildRequires: pkgconfig(gtk+-3.0) | 56 | BuildRequires: pkgconfig(gtk+-3.0) |
57 | BuildRequires: autoconf >= 2.61 | 57 | BuildRequires: autoconf >= 2.61 |
58 | BuildRequires: automake | 58 | BuildRequires: automake |