Hello community,

here is the log from the commit of package loadlin for openSUSE:Factory checked 
in at 2020-09-22 21:11:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/loadlin (Old)
 and      /work/SRC/openSUSE:Factory/.loadlin.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "loadlin"

Tue Sep 22 21:11:21 2020 rev:16 rq:835949 version:1.6f

Changes:
--------
--- /work/SRC/openSUSE:Factory/loadlin/loadlin.changes  2015-07-14 
17:45:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.loadlin.new.4249/loadlin.changes        
2020-09-22 21:11:46.539960591 +0200
@@ -1,0 +2,5 @@
+Tue Sep 22 00:40:43 CEST 2020 - [email protected]
+
+- properly use libexecdir macro 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ loadlin.spec ++++++
--- /var/tmp/diff_new_pack.VZweFm/_old  2020-09-22 21:11:47.655961567 +0200
+++ /var/tmp/diff_new_pack.VZweFm/_new  2020-09-22 21:11:47.659961572 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package loadlin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        1.6f
 Release:        0
 Summary:        Linux Loader with Command Line from DOS
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Boot
-Url:            http://youpibouh.thefreecat.org/loadlin
+URL:            http://youpibouh.thefreecat.org/loadlin
 Source:         http://youpibouh.thefreecat.org/loadlin/loadlin-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86
@@ -40,8 +40,8 @@
 %build
 
 %install
-mkdir -p %{buildroot}%{_prefix}/lib
-tar zxfC $RPM_SOURCE_DIR/%{name}-%{version}.tgz %{buildroot}%{_prefix}/lib
+mkdir -p %{buildroot}%{_libexecdir}
+tar zxfC $RPM_SOURCE_DIR/%{name}-%{version}.tgz %{buildroot}%{_libexecdir}
 
 %files
 %defattr(-,root,root)


Reply via email to