diff --git a/libwebp.spec b/libwebp.spec index 4446f34..47a12cc 100644 --- a/libwebp.spec +++ b/libwebp.spec @@ -21,7 +21,7 @@ Name: libwebp Version: 1.3.2 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://webmproject.org/ Summary: Library and tools for the WebP graphics format # Additional IPR is licensed as well. See PATENTS file for details @@ -79,6 +79,7 @@ images more efficiently. %package tools Summary: The WebP command line tools +Requires: %{name}%{?_isa} = %{version}-%{release} %description tools WebP is an image format that does lossy compression of digital @@ -294,6 +295,9 @@ cp swig/*.jar swig/*.so %{buildroot}/%{_libdir}/%{name}-java/ %changelog +* Fri Aug 9 2024 Martin Stransky - 1.3.2-7 +- Fixed rpm dependency + * Thu Aug 1 2024 Martin Stransky - 1.3.2-6 - Disable libwebp-java on RHEL