Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 19b31b1e55 Automatic commit of package [fuse-chunkfs] minor release [0.8-4].
Created by command:

/usr/bin/tito tag
2021-12-09 11:26:26 +01:00
Daniel Berteaud 5745adbad8 Fix el8 build, and man path 2021-12-09 11:24:36 +01:00
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1,7 +1,9 @@
%global debug_package %{nil}
Summary: FUSE based filesystem to mount file or block device as a directory tree
Name: fuse-chunkfs
Version: 0.8
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2
Group: System Environment/Kernel
Url: http://chunkfs.florz.de/
@ -49,6 +51,9 @@ rm -rf %{buildroot}
rm -rf %{buildroot}
%changelog
* Thu Dec 09 2021 Daniel Berteaud <dani@lapiole.org> 0.8-4
- Fix el8 build, and man path (dani@lapiole.org)
* Thu Dec 09 2021 Daniel Berteaud <dani@lapiole.org> 0.8-3
- Another source name fix (dani@lapiole.org)