!38 update version to 2.6.0
From: @foolstrong Reviewed-by: @liuzhiqiang26 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
4e36f4bd94
Binary file not shown.
@ -1,15 +1,15 @@
|
|||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Version: 2.4.3
|
Version: 2.6.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Utility used to conveniently set up disk encryption
|
Summary: Utility used to conveniently set up disk encryption
|
||||||
License: GPLv2+ and CC0-1.0 and LGPLv2+
|
License: GPLv2+ and CC0-1.0 and LGPLv2+
|
||||||
URL: https://gitlab.com/cryptsetup/cryptsetup
|
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
|
Patch1: 0001-cryptsetup-add-system-library-paths.patch
|
||||||
Patch2: 0002-fix-compat-test.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
|
BuildRequires: libuuid-devel, json-c-devel, libargon2-devel, libpwquality-devel, libblkid-devel
|
||||||
Requires: libpwquality >= 1.2.0
|
Requires: libpwquality >= 1.2.0
|
||||||
|
|
||||||
@ -48,13 +48,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description -n integritysetup
|
%description -n integritysetup
|
||||||
It contains a utility for setting up dm-integrity volumes.
|
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
|
%package help
|
||||||
Summary: Including man files for cryptsetup
|
Summary: Including man files for cryptsetup
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -105,14 +98,13 @@ make check
|
|||||||
%files -n integritysetup
|
%files -n integritysetup
|
||||||
%{_sbindir}/integritysetup
|
%{_sbindir}/integritysetup
|
||||||
|
|
||||||
%files reencrypt
|
|
||||||
%doc %attr(644,-,-)misc/dracut_90reencrypt
|
|
||||||
%{_sbindir}/cryptsetup-reencrypt
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Oct 15 2022 wuguanghao <wuguanghao3@huawei.com> - 2.4.3-2
|
||||||
- correct license: add CC0-1.0
|
- correct license: add CC0-1.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user