|
|
@ -1,22 +1,20 @@
|
|
|
|
Name: luksmeta
|
|
|
|
Name: luksmeta
|
|
|
|
Version: 9
|
|
|
|
Version: 9
|
|
|
|
Release: 12%{?dist}
|
|
|
|
Release: 4%{?dist}.inferit
|
|
|
|
Summary: Utility for storing small metadata in the LUKSv1 header
|
|
|
|
Summary: Utility for storing small metadata in the LUKSv1 header
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/latchset/%{name}
|
|
|
|
URL: https://github.com/latchset/%{name}
|
|
|
|
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
Patch0: luksmeta-9-tests.patch
|
|
|
|
Patch01: luksmeta-9-tests.patch
|
|
|
|
Patch1: Relax-content-tests-in-test-suite.patch
|
|
|
|
Patch02: luksmeta-9-relax-layout-assumptions.patch
|
|
|
|
Patch2: 0001-Define-log-callback-function-to-use-with-libcryptset.patch
|
|
|
|
Patch03: Define-log-callback-function-to-use-with-libcryptset.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: cryptsetup-devel
|
|
|
|
|
|
|
|
BuildRequires: cryptsetup
|
|
|
|
BuildRequires: cryptsetup
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: cryptsetup-devel
|
|
|
|
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -53,7 +51,8 @@ rm -rf %{buildroot}/%{_libdir}/libluksmeta.la
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make %{?_smp_mflags} check
|
|
|
|
make %{?_smp_mflags} check
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets -n lib%{name}
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_bindir}/luksmeta
|
|
|
|
%{_bindir}/luksmeta
|
|
|
@ -69,38 +68,19 @@ make %{?_smp_mflags} check
|
|
|
|
%{_libdir}/pkgconfig/luksmeta.pc
|
|
|
|
%{_libdir}/pkgconfig/luksmeta.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 9-12
|
|
|
|
* Thu Nov 30 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 9-4.inferit
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Added cryptsetup as BuildRequires
|
|
|
|
Related: rhbz#1991688
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 9-11
|
|
|
|
* Sat Nov 30 2019 Sergio Correia <scorreia@redhat.com> - 9-4
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- LUKSMeta now sets error level from libcryptsetup to CRYPT_LOG_ERROR, and
|
|
|
|
|
|
|
|
this output is logged to stderr
|
|
|
|
* Mon Apr 05 2021 Sergio Correia <scorreia@redhat.com> - 9-10
|
|
|
|
Resolves: rhbz#1770395
|
|
|
|
- Add cryptsetup as a package required during build time.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 10 2018 Daniel Kopecek <dkopecek@redhat.com> - 9-3
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 9-9
|
|
|
|
- Enabled build gating
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Synced layout test assumtions with recent cryptsetup changes
|
|
|
|
|
|
|
|
Resolves: rhbz#1625683
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 9-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 31 2019 Sergio Correia <scorreia@redhat.com> - 9-6
|
|
|
|
|
|
|
|
- Define log callback function to use with libcryptsetup
|
|
|
|
|
|
|
|
Logs from libcryptsetup now go to stderr and this prevents issues like
|
|
|
|
|
|
|
|
the one reported in https://bugzilla.redhat.com/show_bug.cgi?id=1770395
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 03 2019 Daniel Kopecek <dkopecek@redhat.com> - 9-4
|
|
|
|
|
|
|
|
- Add patch to fix tests on newer kernels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 09 2018 Nathaniel McCallum <npmccallum@redhat.com> - 9-2
|
|
|
|
* Thu Aug 09 2018 Nathaniel McCallum <npmccallum@redhat.com> - 9-2
|
|
|
|
- Add (upstream) patch to fix tests on LUKSv2-default cryptsetup
|
|
|
|
- Add (upstream) patch to fix tests on LUKSv2-default cryptsetup
|
|
|
|