diff --git a/1.15.1.tar.gz b/1.15.1.tar.gz deleted file mode 100644 index 4dae723..0000000 --- a/1.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9259466b4f73af276153c5245834a56f48f8721ea7263611b5d5e8326bc43d9e -size 297551 diff --git a/1.20.0.tar.gz b/1.20.0.tar.gz new file mode 100644 index 0000000..447e8c9 --- /dev/null +++ b/1.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88016b93cbbef98fa6f5c4e6f58e6c871662b6a7f1fc8dc788c8599fa37a44f3 +size 301067 diff --git a/sedutil.changes b/sedutil.changes index 50f8f28..0ce8c37 100644 --- a/sedutil.changes +++ b/sedutil.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Dec 4 12:16:10 UTC 2022 - Dirk Müller + +- update to 1.20.0: + * Bug fixes and Windows Ryzen Fix. + * checkpoint: before new Identify. + * Fix typos for PSID revert text + * Fix PIN dump in --query output + * Minor updates to linuxpba. + * Disable acpi & apic for better compatibility. + * Add cherry keyboard support. + ------------------------------------------------------------------- Wed Aug 19 09:48:57 UTC 2020 - Callum Farmer diff --git a/sedutil.spec b/sedutil.spec index 2c1c9e7..8f38984 100644 --- a/sedutil.spec +++ b/sedutil.spec @@ -1,7 +1,7 @@ # # spec file for package sedutil # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,22 +18,21 @@ %define _dracutmodulesdir %{_prefix}/lib/dracut/modules.d Name: sedutil -Version: 1.15.1 +Version: 1.20.0 Release: 0 Summary: Tools to manage the activation and use of self encrypting drives License: GPL-3.0-or-later Group: System/Management -Url: https://github.com/Drive-Trust-Alliance/sedutil/wiki +URL: https://github.com/Drive-Trust-Alliance/sedutil/wiki Source0: https://github.com/Drive-Trust-Alliance/%{name}/archive/%{version}.tar.gz Source1: module-setup.sh Source2: linuxpba.sh Source3: sedutil-pba.pl +Patch0: kernel_nvme_header.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: ncurses-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch: kernel_nvme_header.patch ExclusiveArch: x86_64 %description @@ -47,15 +46,15 @@ the PBA image itself. %prep %setup -q -%patch -p1 +%patch0 -p1 %build autoreconf -fi %configure -make %{?_smp_mflags} +%make_build %install -%make_install +%make_install install -m 0755 -d %{buildroot}%{_dracutmodulesdir}/00sedutil/ install -m 0755 %{SOURCE1} %{buildroot}%{_dracutmodulesdir}/00sedutil/ @@ -63,10 +62,9 @@ install -m 0755 %{SOURCE2} %{buildroot}%{_dracutmodulesdir}/00sedutil/ install -m 0755 %{SOURCE3} %{buildroot}%{_sbindir}/ %files -%defattr(-,root,root) %doc README.md Common/Copyright.txt Common/ReadMe.txt linux/PSIDRevert_LINUX.txt %license Common/LICENSE.txt -%{_mandir}/man8/sedutil-cli.8* +%{_mandir}/man8/sedutil-cli.8%{?ext_man} %{_sbindir}/sedutil-cli %{_sbindir}/linuxpba %dir %{_prefix}/lib/dracut