diff --git a/brotli.changes b/brotli.changes index 1ca5393..9937b92 100644 --- a/brotli.changes +++ b/brotli.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 2 04:58:52 UTC 2018 - bjorn.lie@gmail.com + +- Add missing libbrotlicommon%%{sover} and libbrotlidec%%{sover} + Requires to devel subpackage. + ------------------------------------------------------------------- Mon Mar 5 19:29:33 UTC 2018 - jengelh@inai.de diff --git a/brotli.spec b/brotli.spec index 3663683..1ce4584 100644 --- a/brotli.spec +++ b/brotli.spec @@ -70,6 +70,8 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932. %package -n libbrotli-devel Summary: Development and Header Files for Brotli Compression Group: Development/Libraries/C and C++ +Requires: libbrotlicommon%{sover} = %{version}-%{release} +Requires: libbrotlidec%{sover} = %{version}-%{release} Requires: libbrotlienc%{sover} = %{version}-%{release} Provides: libbrotlicommon-devel = %version-%release Provides: libbrotlidec-devel = %version-%release