Accepting request 1039970 from home:dirkmueller:Factory
- 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. OBS-URL: https://build.opensuse.org/request/show/1039970 OBS-URL: https://build.opensuse.org/package/show/Base:System/sedutil?expand=0&rev=7
This commit is contained in:
parent
0598b39f1d
commit
19b0c128bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9259466b4f73af276153c5245834a56f48f8721ea7263611b5d5e8326bc43d9e
|
||||
size 297551
|
3
1.20.0.tar.gz
Normal file
3
1.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88016b93cbbef98fa6f5c4e6f58e6c871662b6a7f1fc8dc788c8599fa37a44f3
|
||||
size 301067
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 12:16:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <callumjfarmer13@gmail.com>
|
||||
|
||||
|
18
sedutil.spec
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user