Compare commits
No commits in common. "851946b5732f8edac0e247f89960c470fd4bd72c" and "c05d0d5eba0c55bb6f49309d9f591a4a15b4c0ff" have entirely different histories.
851946b573
...
c05d0d5eba
BIN
clevis-11.tar.xz
Normal file
BIN
clevis-11.tar.xz
Normal file
Binary file not shown.
BIN
clevis-18.tar.xz
BIN
clevis-18.tar.xz
Binary file not shown.
24
clevis.spec
24
clevis.spec
@ -1,16 +1,15 @@
|
|||||||
Name: clevis
|
Name: clevis
|
||||||
Version: 18
|
Version: 11
|
||||||
Release: 2
|
Release: 4
|
||||||
Summary: A plugable framework for automated decryption
|
Summary: A plugable framework for automated decryption
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
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.xz
|
Source0: https://github.com/latchset/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: meson cmake jansson jose pkgconfig libjose-devel asciidoc gcc compat-openssl11-devel
|
BuildRequires: meson cmake jansson jose pkgconfig libjose-devel gdb asciidoc gcc openssl-devel
|
||||||
BuildRequires: desktop-file-utils libudisks2-devel audit-libs-devel tang dracut pkgconfig
|
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: bash-completion tpm2-tools luksmeta libluksmeta-devel ninja-build systemd curl
|
||||||
BuildRequires: cracklib-dicts diffutils jq
|
|
||||||
Requires: tpm2-tools jose curl coreutils cryptsetup luksmeta
|
Requires: tpm2-tools jose curl coreutils cryptsetup luksmeta
|
||||||
Provides: clevis-luks
|
Provides: clevis-luks
|
||||||
Obsoletes: clevis-luks
|
Obsoletes: clevis-luks
|
||||||
@ -27,7 +26,7 @@ can be unlocked using one of the provided unlockers.
|
|||||||
%package systemd
|
%package systemd
|
||||||
Summary: Systemd integration for clevis
|
Summary: Systemd integration for clevis
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: systemd
|
Requires: systemd nc
|
||||||
|
|
||||||
%description systemd
|
%description systemd
|
||||||
The systemd unlocker attempts to automatically unlock LUKSv1 _netdev block devices from /etc/crypttab.
|
The systemd unlocker attempts to automatically unlock LUKSv1 _netdev block devices from /etc/crypttab.
|
||||||
@ -83,9 +82,6 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-luks-udis
|
|||||||
%files dracut
|
%files dracut
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_prefix}/lib/dracut/modules.d/60clevis/*
|
%{_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
|
%files udisks2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -97,18 +93,6 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-luks-udis
|
|||||||
%{_mandir}/man*
|
%{_mandir}/man*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 11-4
|
||||||
- Rebuild for clevis
|
- Rebuild for clevis
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: latchset/clevis
|
|
||||||
tag_prefix: "^v"
|
|
||||||
seperator:
|
|
||||||
Loading…
x
Reference in New Issue
Block a user