Compare commits

...

15 Commits

Author SHA1 Message Date
2cb077f754 Automatic commit of package [seadrive-daemon] minor release [2.0.28-2].
Created by command:

/usr/bin/tito tag
2023-10-23 09:31:37 +02:00
1e86605b62 Only enable ws starting with EL9 2023-10-23 09:27:30 +02:00
a17ebac507 Automatic commit of package [seadrive-daemon] minor release [2.0.28-1].
Created by command:

/usr/bin/tito tag
2023-10-23 09:10:07 +02:00
b377dec05b Update to 2.0.28 2023-10-23 09:09:58 +02:00
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
6732b996df Typo 2023-04-11 14:24:00 +02:00
52612aba61 Automatic commit of package [seadrive-daemon] minor release [2.0.27-3].
Created by command:

/usr/bin/tito tag
2023-04-11 14:22:24 +02:00
d9745cf6f3 Requires libwebsocket to build 2023-04-11 14:22:12 +02:00
1b5bed8c38 Automatic commit of package [seadrive-daemon] minor release [2.0.27-2].
Created by command:

/usr/bin/tito tag
2023-04-11 14:12:57 +02:00
009d2b1d93 Update to 2.0.27 2023-04-11 14:12:45 +02:00
b579c8d3e1 Automatic commit of package [seadrive-daemon] minor release [2.0.22-1].
Created by command:

/usr/bin/tito tag
2022-08-31 21:25:21 +02:00
d623b7ce9e Update to 2.0.22 2022-08-31 21:25:09 +02:00
ecb0bd26d2 Automatic commit of package [seadrive-daemon] minor release [2.0.16-4].
Created by command:

/usr/bin/tito tag
2022-01-11 16:19:04 +01:00
053612dedb Automatic commit of package [seadrive-daemon] minor release [2.0.16-3].
Created by command:

/usr/bin/tito tag
2021-12-09 10:48:10 +01:00
a435ff8af8 Update tito builder 2021-12-09 10:48:01 +01:00
5 changed files with 39 additions and 7 deletions

View File

@ -1 +1 @@
2.0.16-2 ./
2.0.28-2 ./

View File

@ -1,5 +1,5 @@
[buildconfig]
builder = fws.builder.GitLfsBuilder
builder = dbd.builder.GitLfsBuilder
tagger = tito.tagger.ReleaseTagger
changelog_do_not_remove_cherrypick = 0
changelog_format = %s (%ae)

View File

@ -2,7 +2,7 @@
%global gh_name seadrive-fuse
Name: seadrive-daemon
Version: 2.0.16
Version: 2.0.28
Release: 2%{?dist}
Summary: Daemon part of Seafile Drive client
@ -16,6 +16,9 @@ BuildRequires: gcc
BuildRequires: intltool
BuildRequires: libtool
BuildRequires: make
%if 0%{?rhel} >= 9
BuildRequires: libwebsockets-devel
%endif
BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(glib-2.0)
@ -57,7 +60,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%build
./autogen.sh
%configure --disable-static PYTHON=%{__python3}
%configure \
--disable-static \
%if 0%{?rhel} < 9
--disable-ws \
%endif
PYTHON=%{__python3}
%make_build
@ -72,6 +80,30 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{python3_sitearch}/seadrive/
%changelog
* Mon Oct 23 2023 Daniel Berteaud <dbd@ehtrace.com> 2.0.28-2
- Only enable ws starting with EL9 (dbd@ehtrace.com)
* Mon Oct 23 2023 Daniel Berteaud <dbd@ehtrace.com> 2.0.28-1
- Update to 2.0.28 (dbd@ehtrace.com)
* 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)
* Tue Apr 11 2023 Daniel Berteaud <dbd@ehtrace.com> 2.0.27-2
- Update to 2.0.27 (dbd@ehtrace.com)
* Wed Aug 31 2022 Daniel Berteaud <dbd@ehtrace.com> 2.0.22-1
- Update to 2.0.22 (dbd@ehtrace.com)
* Tue Jan 11 2022 Daniel Berteaud <dbd@ehtrace.com> 2.0.16-4
- Release bump
* Thu Dec 09 2021 Daniel Berteaud <dani@lapiole.org> 2.0.16-3
- Update tito builder (dani@lapiole.org)
* Mon Sep 20 2021 Daniel Berteaud <daniel@firewall-services.com> 2.0.16-2
- Update to 2.0.16 (daniel@firewall-services.com)

BIN
seadrive-fuse-2.0.16.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
seadrive-fuse-2.0.28.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.