From dc1eb84251efccd865b68b5d0346056c06e596a7 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 9 Dec 2021 11:00:35 +0100 Subject: [PATCH] Automatic commit of package [fuse-chunkfs] minor release [0.8-2]. Created by command: /usr/bin/tito tag --- .tito/packages/fuse-chunkfs | 2 +- fuse-chunkfs.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.tito/packages/fuse-chunkfs b/.tito/packages/fuse-chunkfs index 5085848..f0ca9d5 100644 --- a/.tito/packages/fuse-chunkfs +++ b/.tito/packages/fuse-chunkfs @@ -1 +1 @@ -0.8-1 ./ +0.8-2 ./ diff --git a/fuse-chunkfs.spec b/fuse-chunkfs.spec index abbb3d6..d6c9423 100644 --- a/fuse-chunkfs.spec +++ b/fuse-chunkfs.spec @@ -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: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Kernel Url: http://chunkfs.florz.de/ @@ -49,6 +49,9 @@ rm -rf %{buildroot} rm -rf %{buildroot} %changelog +* Thu Dec 09 2021 Daniel Berteaud 0.8-2 +- Fix source name (dani@lapiole.org) + * Thu Dec 09 2021 Daniel Berteaud 0.8-1 - new package built with tito