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