Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mokutil for openSUSE:Factory checked 
in at 2021-05-07 16:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mokutil (Old)
 and      /work/SRC/openSUSE:Factory/.mokutil.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mokutil"

Fri May  7 16:44:46 2021 rev:26 rq:890239 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mokutil/mokutil.changes  2020-09-21 
16:59:52.166730381 +0200
+++ /work/SRC/openSUSE:Factory/.mokutil.new.2988/mokutil.changes        
2021-05-07 16:44:51.376478440 +0200
@@ -1,0 +2,5 @@
+Tue May  4 06:52:03 UTC 2021 - Dirk M??ller <[email protected]>
+
+- spec file cleanup 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mokutil.spec ++++++
--- /var/tmp/diff_new_pack.NLQjum/_old  2021-05-07 16:44:51.896476046 +0200
+++ /var/tmp/diff_new_pack.NLQjum/_new  2021-05-07 16:44:51.896476046 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mokutil
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,21 +37,14 @@
 BuildRequires:  efivar-devel >= 0.12
 BuildRequires:  keyutils-devel >= 1.5.0
 BuildRequires:  libopenssl-devel >= 0.9.8
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 Requires:       openssl
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64 aarch64 ppc64le ppc64
 
 %description
 This program provides the means to enroll and erase the machine owner
 keys (MOK) stored in the database of shim.
 
-
-
-Authors:
---------
-    Gary Lin <[email protected]>
-
 %prep
 %setup -q
 %patch1 -p1
@@ -62,17 +55,13 @@
 %build
 ./autogen.sh
 %configure
-make
+%make_build
 
 %install
-%makeinstall
+%make_install
 install -m 755 -D %{SOURCE1} %{buildroot}/%{_bindir}/modhash
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files
-%defattr(-,root,root)
 %license COPYING
 %{_bindir}/mokutil
 %{_bindir}/modhash

Reply via email to