Compare commits

..

No commits in common. "52612aba613c840a1372d375b1e61ea8eccf555f" and "1b5bed8c38c23a1d2856dc5ac3cdabef1569f4ab" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1 +1 @@
2.0.27-3 ./
2.0.27-2 ./

View File

@ -3,7 +3,7 @@
%global gh_name seadrive-fuse
Name: seadrive-daemon
Version: 2.0.27
Release: 3%{?dist}
Release: 2%{?dist}
Summary: Daemon part of Seafile Drive client
License: GPLv3
@ -16,7 +16,6 @@ BuildRequires: gcc
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: make
BuildRequires: libwebsocket-devel
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(glib-2.0)
@ -73,9 +72,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{python3_sitearch}/seadrive/
%changelog
* Tue Apr 11 2023 Daniel Berteaud <dbd@ehtrace.com> 2.0.27-3
- Requires libwebsocket to build (dbd@ehtrace.com)
* Tue Apr 11 2023 Daniel Berteaud <dbd@ehtrace.com> 2.0.27-2
- Update to 2.0.27 (dbd@ehtrace.com)