Compare commits

...

No commits in common. "a10s" and "c9-beta" have entirely different histories.

7 changed files with 10 additions and 29 deletions

1
.composefs.metadata Normal file
View File

@ -0,0 +1 @@
95bda5494bf4d9cda85eee514e9acaa731e74f54 SOURCES/composefs-1.0.8.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
/*.tar.*
SOURCES/composefs-1.0.8.tar.xz

View File

@ -1,3 +0,0 @@
# composefs
The composefs package

View File

@ -4,7 +4,7 @@
Name: composefs
Version: 1.0.8
Release: 1%{?dist}.alma.1
Release: 1%{?dist}
Summary: Tools to handle creating and mounting composefs images
License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0)
@ -18,8 +18,6 @@ BuildRequires: go-md2man
Requires: %{name}-libs = %{version}-%{release}
ExcludeArch: i686
%description
Tools to handle creating and mounting composefs images. The composefs
project combines several underlying Linux features to provide a very
@ -38,7 +36,6 @@ Devel files for %{name}.
%package libs
Summary: Libraries for %{name}
License: LGPL-2.1-or-later AND (GPL-2.0-only OR Apache-2.0)
%description libs
Library files for %{name}.
@ -48,8 +45,8 @@ Library files for %{name}.
%build
%meson --default-library=shared -Dfuse=enabled \
%if %{with man}
-Dman=enabled
%if %{without man}
-Dman=disabled
%endif
%meson_build
@ -63,11 +60,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
%{_libdir}/pkgconfig/%{name}.pc
%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.*
%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
%{_bindir}/mkcomposefs
%{_bindir}/composefs-info
@ -77,4 +74,6 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
%endif
%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

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1 +0,0 @@
SHA512 (composefs-1.0.8.tar.xz) = d8485788d9c41262223d69688a78a7529305585efd4ef90ea4ff21b53d226f7145ca793f92ff53bc503b606f4d546378268145ad4abf2b82351741b028269d22

View File

@ -1,9 +0,0 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: .
run: "mkcomposefs --help || true"