Accepting request 1040148 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1040148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sedutil?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-12-05 17:01:31 +00:00 committed by Git OBS Bridge
commit 9c8852dd0a
4 changed files with 23 additions and 13 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88016b93cbbef98fa6f5c4e6f58e6c871662b6a7f1fc8dc788c8599fa37a44f3
size 301067

View File

@ -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> Wed Aug 19 09:48:57 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package sedutil # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,22 +18,21 @@
%define _dracutmodulesdir %{_prefix}/lib/dracut/modules.d %define _dracutmodulesdir %{_prefix}/lib/dracut/modules.d
Name: sedutil Name: sedutil
Version: 1.15.1 Version: 1.20.0
Release: 0 Release: 0
Summary: Tools to manage the activation and use of self encrypting drives Summary: Tools to manage the activation and use of self encrypting drives
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: System/Management 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 Source0: https://github.com/Drive-Trust-Alliance/%{name}/archive/%{version}.tar.gz
Source1: module-setup.sh Source1: module-setup.sh
Source2: linuxpba.sh Source2: linuxpba.sh
Source3: sedutil-pba.pl Source3: sedutil-pba.pl
Patch0: kernel_nvme_header.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Patch: kernel_nvme_header.patch
ExclusiveArch: x86_64 ExclusiveArch: x86_64
%description %description
@ -47,15 +46,15 @@ the PBA image itself.
%prep %prep
%setup -q %setup -q
%patch -p1 %patch0 -p1
%build %build
autoreconf -fi autoreconf -fi
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
install -m 0755 -d %{buildroot}%{_dracutmodulesdir}/00sedutil/ install -m 0755 -d %{buildroot}%{_dracutmodulesdir}/00sedutil/
install -m 0755 %{SOURCE1} %{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}/ install -m 0755 %{SOURCE3} %{buildroot}%{_sbindir}/
%files %files
%defattr(-,root,root)
%doc README.md Common/Copyright.txt Common/ReadMe.txt linux/PSIDRevert_LINUX.txt %doc README.md Common/Copyright.txt Common/ReadMe.txt linux/PSIDRevert_LINUX.txt
%license Common/LICENSE.txt %license Common/LICENSE.txt
%{_mandir}/man8/sedutil-cli.8* %{_mandir}/man8/sedutil-cli.8%{?ext_man}
%{_sbindir}/sedutil-cli %{_sbindir}/sedutil-cli
%{_sbindir}/linuxpba %{_sbindir}/linuxpba
%dir %{_prefix}/lib/dracut %dir %{_prefix}/lib/dracut