Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 499b5e1d3c Automatic commit of package [seadrive-daemon] minor release [2.0.27-4].
Created by command:

/usr/bin/tito tag
2023-04-11 14:27:02 +02:00
Daniel Berteaud 6732b996df Typo 2023-04-11 14:24:00 +02:00
2 changed files with 6 additions and 3 deletions

View File

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

View File

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