update version to 2.6.0
Signed-off-by: wangzhiqiang <wangzhiqiang95@huawei.com>
This commit is contained in:
parent
4732d57dec
commit
dd0da86133
Binary file not shown.
@ -1,15 +1,15 @@
|
||||
Name: cryptsetup
|
||||
Version: 2.4.3
|
||||
Release: 2
|
||||
Version: 2.6.0
|
||||
Release: 1
|
||||
Summary: Utility used to conveniently set up disk encryption
|
||||
License: GPLv2+ and CC0-1.0 and LGPLv2+
|
||||
URL: https://gitlab.com/cryptsetup/cryptsetup
|
||||
Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.4/cryptsetup-%{version}.tar.xz
|
||||
Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-%{version}.tar.xz
|
||||
|
||||
Patch1: 0001-cryptsetup-add-system-library-paths.patch
|
||||
Patch2: 0002-fix-compat-test.patch
|
||||
|
||||
BuildRequires: openssl-devel, popt-devel, device-mapper-devel, gcc, libssh-devel
|
||||
BuildRequires: openssl-devel, popt-devel, device-mapper-devel, gcc, libssh-devel, asciidoctor
|
||||
BuildRequires: libuuid-devel, json-c-devel, libargon2-devel, libpwquality-devel, libblkid-devel
|
||||
Requires: libpwquality >= 1.2.0
|
||||
|
||||
@ -48,13 +48,6 @@ Requires: %{name} = %{version}-%{release}
|
||||
%description -n integritysetup
|
||||
It contains a utility for setting up dm-integrity volumes.
|
||||
|
||||
%package reencrypt
|
||||
Summary: Utility for reencryption encrypted disks
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description reencrypt
|
||||
It contains a utility for reencryption encrypted disks.
|
||||
|
||||
%package help
|
||||
Summary: Including man files for cryptsetup
|
||||
BuildArch: noarch
|
||||
@ -105,14 +98,13 @@ make check
|
||||
%files -n integritysetup
|
||||
%{_sbindir}/integritysetup
|
||||
|
||||
%files reencrypt
|
||||
%doc %attr(644,-,-)misc/dracut_90reencrypt
|
||||
%{_sbindir}/cryptsetup-reencrypt
|
||||
|
||||
%files help
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 2 2023 wangzhiqiang <wangzhiqiang95@huawei.com> - 2.6.0-1
|
||||
- upgrade version to 2.6.0
|
||||
|
||||
* Sat Oct 15 2022 wuguanghao <wuguanghao3@huawei.com> - 2.4.3-2
|
||||
- correct license: add CC0-1.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user