diff --git a/librist.spec b/librist.spec index 6333399..581046f 100644 --- a/librist.spec +++ b/librist.spec @@ -1,6 +1,6 @@ Name: librist -Version: 0.2.10 -Release: 3mamba +Version: 0.2.11 +Release: 1mamba Summary: A library that can be used to easily add the RIST protocol to your application Group: System/Libraries Vendor: openmamba @@ -11,6 +11,7 @@ Source: https://code.videolan.org/rist/librist.git/v%{version}/librist-%{ License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libcjson-devel BuildRequires: libmbedtls-devel BuildRequires: libmicrohttpd-devel ## AUTOBUILDREQ-END @@ -52,8 +53,6 @@ This package contains utility applications for %{name}. %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -76,6 +75,9 @@ This package contains utility applications for %{name}. %{_bindir}/ristsrppasswd %changelog +* Sat Nov 16 2024 Automatic Build System 0.2.11-1mamba +- automatic version update by autodist + * Thu Apr 11 2024 Automatic Build System 0.2.10-3mamba - rebuilt by autoport with build requirements: libmbedtls-devel>=3.6.0-1mamba