From e5e3f71945e11dfbffc38d6debddb894a46a662bdb5ae485f32bf3c86f2d81ab Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 2 Jun 2023 15:17:25 +0000 Subject: [PATCH] Accepting request 1090164 from home:msmeissn:branches:Base:System - build with optflags, remove unneeded clean section OBS-URL: https://build.opensuse.org/request/show/1090164 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcr-oracle?expand=0&rev=2 --- pcr-oracle.changes | 5 +++++ pcr-oracle.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pcr-oracle.changes b/pcr-oracle.changes index 931a44a..56b87a4 100644 --- a/pcr-oracle.changes +++ b/pcr-oracle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 1 07:07:04 UTC 2023 - Marcus Meissner + +- build with optflags, remove unneeded clean section + ------------------------------------------------------------------- Mon Jan 16 08:52:50 UTC 2023 - Olaf Kirch diff --git a/pcr-oracle.spec b/pcr-oracle.spec index 2168569..4ebcac0 100644 --- a/pcr-oracle.spec +++ b/pcr-oracle.spec @@ -1,7 +1,7 @@ # # spec file for package pcr-oracle # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,15 +40,11 @@ like shim, grub, etc. %build # beware, this is not autoconf ./configure --prefix /usr -make +make CCOPT="%optflags" %install make install DESTDIR=%{buildroot} -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - - %files %defattr(-,root,root) %doc README.md