Compare commits
No commits in common. "c10s" and "c9-beta" have entirely different histories.
1
.composefs.metadata
Normal file
1
.composefs.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
dc6faa76ba673ce5afa12c1bd81a936ffe56269e SOURCES/composefs-1.0.5.tar.xz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/*.tar.*
|
SOURCES/composefs-1.0.5.tar.xz
|
||||||
|
@ -3,15 +3,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: composefs
|
Name: composefs
|
||||||
Version: 1.0.7
|
Version: 1.0.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to handle creating and mounting composefs images
|
Summary: Tools to handle creating and mounting composefs images
|
||||||
|
|
||||||
License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0)
|
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 meson openssl-devel fuse3-devel
|
BuildRequires: gcc automake libtool openssl-devel fuse3-devel
|
||||||
%if %{with man}
|
%if %{with man}
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
%endif
|
%endif
|
||||||
@ -43,17 +43,21 @@ Library files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
# for go-md2man patch
|
||||||
|
autoreconf -fiv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson --default-library=shared -Dfuse=enabled \
|
%configure \
|
||||||
|
--disable-static \
|
||||||
%if %{with man}
|
%if %{with man}
|
||||||
-Dman=enabled
|
--enable-man \
|
||||||
%endif
|
%endif
|
||||||
%meson_build
|
--with-fuse
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%make_install
|
||||||
rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
rm -rf %{buildroot}%{_libdir}/libcomposefs.la
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libcomposefs
|
%{_includedir}/libcomposefs
|
||||||
@ -61,11 +65,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt
|
%license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
|
||||||
%{_libdir}/libcomposefs.so.*
|
%{_libdir}/libcomposefs.so.*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt
|
%license COPYING COPYING.LIB COPYING.LESSERv3 COPYINGv3 LICENSE.Apache-2.0 BSD-2-Clause.txt
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/mkcomposefs
|
%{_bindir}/mkcomposefs
|
||||||
%{_bindir}/composefs-info
|
%{_bindir}/composefs-info
|
||||||
@ -75,4 +79,10 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Wed Aug 21 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.5-1
|
||||||
|
- update to https://github.com/containers/composefs/releases/tag/v1.0.5
|
||||||
|
- Related: RHEL-27608
|
||||||
|
|
||||||
|
* Thu Feb 01 2024 Colin Walters <walters@verbum.org> - 1.0.3-2
|
||||||
|
- Initial fork from c10s
|
||||||
|
Resolves: #RHELPLAN-169060
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
1
sources
1
sources
@ -1 +0,0 @@
|
|||||||
SHA512 (composefs-1.0.7.tar.xz) = ce8a94eb1bff8961922823e1d317595fdd5804a6b05860dbd8f3f4d293dd513449b500148c4c2b7939936e96ead838957e7817c728be1cda0b2d4517ea07d59e
|
|
@ -1,9 +0,0 @@
|
|||||||
- hosts: localhost
|
|
||||||
roles:
|
|
||||||
- role: standard-test-basic
|
|
||||||
tags:
|
|
||||||
- classic
|
|
||||||
tests:
|
|
||||||
- simple:
|
|
||||||
dir: .
|
|
||||||
run: "mkcomposefs --help || true"
|
|
Loading…
Reference in New Issue
Block a user