Update to 1.0.2
* Dropped composefs-from-json in tests in favour of using the composefs-info dump format. * libyajl dependency dropped * libcomposefs now limits the number of xattrs per file to 64k * Fixed build against libc without reallocarray * Performance fixes * go-md2man is used instead of pandoc for manpages * Minor fixes to spec file
This commit is contained in:
parent
b95af99620
commit
a3f10c15d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/composefs-1.0.1.tar.xz
|
||||
/composefs-1.0.2.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: composefs
|
||||
Version: 1.0.1
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools to handle creating and mounting composefs images
|
||||
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0
|
||||
@ -10,7 +10,8 @@ Source0: https://github.com/containers/composefs/releases/download/v%{ver
|
||||
# https://github.com/containers/composefs/pull/227 (backported)
|
||||
Patch0: 227.patch
|
||||
|
||||
BuildRequires: gcc automake libtool openssl-devel yajl-devel go-md2man fuse3-devel
|
||||
BuildRequires: gcc automake libtool openssl-devel go-md2man fuse3-devel
|
||||
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
@ -48,7 +49,6 @@ autoreconf -fiv
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-man \
|
||||
--with-yajl \
|
||||
--with-fuse
|
||||
%make_build
|
||||
|
||||
@ -66,6 +66,7 @@ rm -rf %{buildroot}%{_libdir}/libcomposefs.la
|
||||
%{_libdir}/libcomposefs.so.*
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
|
||||
%doc README.md
|
||||
%{_bindir}/mkcomposefs
|
||||
%{_bindir}/composefs-info
|
||||
@ -73,4 +74,5 @@ rm -rf %{buildroot}%{_libdir}/libcomposefs.la
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
|
||||
%autochangelog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (composefs-1.0.1.tar.xz) = 0df27af756f70a9a4961a6dd839e354359efffede2f7f8d21c40ddf6dd5d750d52d56b90b4a6d4f48ffa8fb1b3df6b4efd43508a330342de4753fcc35427b9e7
|
||||
SHA512 (composefs-1.0.2.tar.xz) = b9c8fcf3f488e4707ee44a27aafc1c2e8a23f7e1f6b6486c168f49b8fc31b1fe28a00bc45b5256746053233d874466a114b0ad470521adec3d0da28b02799946
|
||||
|
Loading…
Reference in New Issue
Block a user