Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b600b5bd2 |
@ -1 +0,0 @@
|
||||
95bda5494bf4d9cda85eee514e9acaa731e74f54 SOURCES/composefs-1.0.8.tar.xz
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/composefs-1.0.8.tar.xz
|
||||
composefs-1.0.8.tar.xz
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autochangelog
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%ifarch %{golang_arches}
|
||||
%bcond man 1
|
||||
%endif
|
||||
@ -36,6 +41,7 @@ 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}.
|
||||
@ -45,8 +51,8 @@ Library files for %{name}.
|
||||
|
||||
%build
|
||||
%meson --default-library=shared -Dfuse=enabled \
|
||||
%if %{without man}
|
||||
-Dman=disabled
|
||||
%if %{with man}
|
||||
-Dman=enabled
|
||||
%endif
|
||||
%meson_build
|
||||
|
||||
@ -60,11 +66,11 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%files libs
|
||||
%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
|
||||
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt
|
||||
%{_libdir}/libcomposefs.so.*
|
||||
|
||||
%files
|
||||
%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
|
||||
%license COPYING* LICENSE.Apache-2.0 BSD-2-Clause.txt
|
||||
%doc README.md
|
||||
%{_bindir}/mkcomposefs
|
||||
%{_bindir}/composefs-info
|
||||
@ -74,6 +80,32 @@ rm -v $RPM_BUILD_ROOT/%{_libdir}/libcomposefs*.a
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 29 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.7-1
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Jan 03 2025 Colin Walters <walters@verbum.org> - 1.0.8-1
|
||||
- Update to https://github.com/containers/composefs/releases/tag/v1.0.8
|
||||
|
||||
* Sat Dec 07 2024 Colin Walters <walters@verbum.org> - 1.0.7-2
|
||||
- Fix build
|
||||
- Related: RHEL-60292
|
||||
|
||||
* Wed Nov 13 2024 Jindrich Novy <jnovy@redhat.com> - 1.0.7-1
|
||||
- composefs-1.0.7-1.el10
|
||||
- update to https://github.com/containers/composefs/releases/tag/v1.0.7
|
||||
- Related: RHEL-60277
|
||||
- Related: RHEL-60292
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.0.6-2
|
||||
- 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…
Reference in New Issue
Block a user