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 @@
|
|||||||
|
95bda5494bf4d9cda85eee514e9acaa731e74f54 SOURCES/composefs-1.0.8.tar.xz
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/*.tar.*
|
SOURCES/composefs-1.0.8.tar.xz
|
||||||
|
@ -36,7 +36,6 @@ Devel files for %{name}.
|
|||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Libraries for %{name}
|
Summary: Libraries for %{name}
|
||||||
License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0)
|
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
Library files for %{name}.
|
Library files for %{name}.
|
||||||
@ -46,8 +45,8 @@ Library files for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson --default-library=shared -Dfuse=enabled \
|
%meson --default-library=shared -Dfuse=enabled \
|
||||||
%if %{with man}
|
%if %{without man}
|
||||||
-Dman=enabled
|
-Dman=disabled
|
||||||
%endif
|
%endif
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -61,11 +60,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.GPL-2.0-only COPYING.GPL-2.0-or-later COPYING.LGPL-2.1-or-later 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.GPL-2.0-only COPYING.GPL-2.0-or-later COPYING.LGPL-2.1-or-later 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 +74,6 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* Fri Nov 29 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.7-1
|
||||||
|
- update to https://github.com/containers/composefs/releases/tag/v1.0.7
|
||||||
|
- Related: RHEL-60277
|
@ -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.8.tar.xz) = d8485788d9c41262223d69688a78a7529305585efd4ef90ea4ff21b53d226f7145ca793f92ff53bc503b606f4d546378268145ad4abf2b82351741b028269d22
|
|
@ -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