diff --git a/seafile.spec b/seafile.spec index 744d6af..5f41c05 100644 --- a/seafile.spec +++ b/seafile.spec @@ -4,7 +4,7 @@ %define maj2_version %(echo %version | cut -d. -f1-2) %define MAJver %(echo %version | cut -d. -f1) Name: seafile -Version: 9.0.8 +Version: 9.0.9 Release: 1mamba Summary: A next-generation open source cloud storage system with advanced support for file syncing Group: Applications/Web @@ -17,6 +17,7 @@ Source3: seafile-client.service License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libargon2-devel BuildRequires: libcap-devel BuildRequires: libcurl-devel BuildRequires: libevent-devel @@ -98,8 +99,6 @@ install -D -m0644 %{SOURCE3} %{buildroot}%{_unitdir}/seafile-client.service %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -130,6 +129,9 @@ install -D -m0644 %{SOURCE3} %{buildroot}%{_unitdir}/seafile-client.service %{python3_sitearch}/seafile/__pycache__/*.py* %changelog +* Wed Oct 23 2024 Automatic Build System 9.0.9-1mamba +- automatic version update by autodist + * Fri Aug 16 2024 Automatic Build System 9.0.8-1mamba - automatic version update by autodist