Compare commits

...

2 Commits

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

/usr/bin/tito tag
2021-12-09 11:07:21 +01:00
Daniel Berteaud c1c83cc6db Another source name fix 2021-12-09 11:07:00 +01:00
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
Summary: FUSE based filesystem to mount file or block device as a directory tree
Name: fuse-chunkfs
Version: 0.8
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2
Group: System Environment/Kernel
Url: http://chunkfs.florz.de/
@ -25,7 +25,7 @@ that has the same contents as the file or device you created the tree from
by mounting it as a ChunkFS.
%prep
%setup -q -n %{realname}-%{version}
%setup -q -n chunkfs-%{version}
%build
%{__make} %{?_smp_mflags}
@ -49,6 +49,9 @@ rm -rf %{buildroot}
rm -rf %{buildroot}
%changelog
* Thu Dec 09 2021 Daniel Berteaud <dani@lapiole.org> 0.8-3
- Another source name fix (dani@lapiole.org)
* Thu Dec 09 2021 Daniel Berteaud <dani@lapiole.org> 0.8-2
- Fix source name (dani@lapiole.org)