Compare commits

..

No commits in common. "master" and "1ac0f1d71737037ae768a1968592c6a91f3dc150" have entirely different histories.

2 changed files with 4 additions and 18 deletions

View File

@ -1 +1 @@
0.8-5 ./
0.8-1 ./

View File

@ -1,13 +1,11 @@
%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: 5%{?dist}
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
Url: http://chunkfs.florz.de/
Source0: http://chunkfs.florz.de/chunkfs_%{version}.tar.xz
Source0: http://chunkfs.florz.de/%{realname}_%{version}.tar.xz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -27,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 chunkfs-%{version}
%setup -q -n %{realname}-%{version}
%build
%{__make} %{?_smp_mflags}
@ -51,18 +49,6 @@ rm -rf %{buildroot}
rm -rf %{buildroot}
%changelog
* Tue Jan 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.8-5
- Release bump
* 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)
* Thu Dec 09 2021 Daniel Berteaud <dani@lapiole.org> 0.8-2
- Fix source name (dani@lapiole.org)
* Thu Dec 09 2021 Daniel Berteaud <dani@lapiole.org> 0.8-1
- new package built with tito