Compare commits
10 Commits
c05d0d5eba
...
851946b573
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
851946b573 | ||
|
|
d00332a28f | ||
|
|
46681acebd | ||
|
|
6564851651 | ||
|
|
457f94cdd6 | ||
|
|
71890468b2 | ||
|
|
cfa7de25d1 | ||
|
|
6244a2c6c2 | ||
|
|
c579bf6e86 | ||
|
|
54fbed193a |
BIN
clevis-11.tar.xz
BIN
clevis-11.tar.xz
Binary file not shown.
BIN
clevis-18.tar.xz
Normal file
BIN
clevis-18.tar.xz
Normal file
Binary file not shown.
24
clevis.spec
24
clevis.spec
@ -1,15 +1,16 @@
|
||||
Name: clevis
|
||||
Version: 11
|
||||
Release: 4
|
||||
Version: 18
|
||||
Release: 2
|
||||
Summary: A plugable framework for automated decryption
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://github.com/latchset/%{name}
|
||||
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson cmake jansson jose pkgconfig libjose-devel gdb asciidoc gcc openssl-devel
|
||||
BuildRequires: meson cmake jansson jose pkgconfig libjose-devel asciidoc gcc compat-openssl11-devel
|
||||
BuildRequires: desktop-file-utils libudisks2-devel audit-libs-devel tang dracut pkgconfig
|
||||
BuildRequires: bash-completion tpm2-tools luksmeta libluksmeta-devel ninja-build systemd curl
|
||||
BuildRequires: cracklib-dicts diffutils jq
|
||||
Requires: tpm2-tools jose curl coreutils cryptsetup luksmeta
|
||||
Provides: clevis-luks
|
||||
Obsoletes: clevis-luks
|
||||
@ -26,7 +27,7 @@ can be unlocked using one of the provided unlockers.
|
||||
%package systemd
|
||||
Summary: Systemd integration for clevis
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: systemd nc
|
||||
Requires: systemd
|
||||
|
||||
%description systemd
|
||||
The systemd unlocker attempts to automatically unlock LUKSv1 _netdev block devices from /etc/crypttab.
|
||||
@ -82,6 +83,9 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-luks-udis
|
||||
%files dracut
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/dracut/modules.d/60clevis/*
|
||||
%{_prefix}/lib/dracut/modules.d/60clevis-pin-sss/module-setup.sh
|
||||
%{_prefix}/lib/dracut/modules.d/60clevis-pin-tang/module-setup.sh
|
||||
%{_prefix}/lib/dracut/modules.d/60clevis-pin-tpm2/module-setup.sh
|
||||
|
||||
%files udisks2
|
||||
%defattr(-,root,root)
|
||||
@ -93,6 +97,18 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-luks-udis
|
||||
%{_mandir}/man*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 8 2023 dillon chen <dillon.chen@gmail.com> - 18-2
|
||||
- buildlrequires compat-openssl11 after openeel upgrade to 3.0
|
||||
|
||||
* Tue Jul 27 2021 wangchen <wangchen137@huawei.com> - 18-1
|
||||
- Update version to 18
|
||||
|
||||
* Mon Jul 19 2021 yixiangzhike <zhangxingliang3@huawei.com> - 15-2
|
||||
- Delete unnecessary gdb from BuildRequires
|
||||
|
||||
* Fri Oct 30 2020 panxiaohe <panxiaohe@huawei.com> - 15-1
|
||||
- Update to v15
|
||||
|
||||
* Mon May 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 11-4
|
||||
- Rebuild for clevis
|
||||
|
||||
|
||||
4
clevis.yaml
Normal file
4
clevis.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: latchset/clevis
|
||||
tag_prefix: "^v"
|
||||
seperator:
|
||||
Loading…
x
Reference in New Issue
Block a user