import composefs-1.0.6-2.el10

cs10 imports/cs10/composefs-1.0.6-2.el10
MSVSphere Packaging Team 3 months ago
parent b8039701de
commit cb38ebab81
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
dc6faa76ba673ce5afa12c1bd81a936ffe56269e SOURCES/composefs-1.0.5.tar.xz 509777f697a132c466188ef4e575574cc5983e20 SOURCES/composefs-1.0.6.tar.xz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/composefs-1.0.5.tar.xz SOURCES/composefs-1.0.6.tar.xz

@ -1,9 +1,14 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autochangelog
## END: Set by rpmautospec
%ifarch %{golang_arches} %ifarch %{golang_arches}
%bcond man 1 %bcond man 1
%endif %endif
Name: composefs Name: composefs
Version: 1.0.5 Version: 1.0.6
Release: 2%{?dist} Release: 2%{?dist}
Summary: Tools to handle creating and mounting composefs images Summary: Tools to handle creating and mounting composefs images
@ -11,7 +16,7 @@ License: GPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0
URL: https://github.com/containers/composefs URL: https://github.com/containers/composefs
Source0: https://github.com/containers/composefs/releases/download/v%{version}/%{name}-%{version}.tar.xz Source0: https://github.com/containers/composefs/releases/download/v%{version}/%{name}-%{version}.tar.xz
BuildRequires: gcc automake libtool openssl-devel fuse3-devel BuildRequires: gcc meson openssl-devel fuse3-devel
%if %{with man} %if %{with man}
BuildRequires: go-md2man BuildRequires: go-md2man
%endif %endif
@ -43,21 +48,14 @@ Library files for %{name}.
%prep %prep
%autosetup -p1 %autosetup -p1
# for go-md2man patch
autoreconf -fiv
%build %build
%configure \ %meson --default-library=shared -Dfuse=enabled -Dman=enabled
--disable-static \ %meson_build
%if %{with man}
--enable-man \
%endif
--with-fuse
%make_build
%install %install
%make_install %meson_install
rm -rf %{buildroot}%{_libdir}/libcomposefs.la rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
%files devel %files devel
%{_includedir}/libcomposefs %{_includedir}/libcomposefs
@ -79,6 +77,20 @@ rm -rf %{buildroot}%{_libdir}/libcomposefs.la
%endif %endif
%changelog %changelog
* Mon Aug 19 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.5-2 ## START: Generated by rpmautospec
- update to the latest upstream release https://github.com/containers/composefs/releases/tag/v1.0.5 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.0.6-2
- Related: RHEL-39410 - Bump release for October 2024 mass rebuild:
* Thu Sep 26 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.6-1
- update to the latest upstream release
https://github.com/containers/composefs/releases/tag/v1.0.6 Related:
RHEL-60292
* Mon Aug 19 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.5-1
- composefs-1.0.5-1.el10
- update to https://github.com/containers/composefs/releases/tag/v1.0.5
- Related: RHEL-34195
* Thu Jun 27 2024 Colin Walters <walters@verbum.org> - 1.0.4-1
- Update to 1.0.4
## END: Generated by rpmautospec

Loading…
Cancel
Save