Hello community,

here is the log from the commit of package dmidecode for openSUSE:Factory 
checked in at 2015-02-27 11:03:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dmidecode (Old)
 and      /work/SRC/openSUSE:Factory/.dmidecode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dmidecode"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dmidecode/dmidecode.changes      2014-10-14 
07:10:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dmidecode.new/dmidecode.changes 2015-02-27 
11:03:36.000000000 +0100
@@ -1,0 +2,13 @@
+Sun Feb 22 09:07:28 UTC 2015 - [email protected]
+
+- dmidecode.keyring was empty, reference the savannah keyring.
+  but the tarball is signed by someone unknown without gpg signatures,
+  so no keyring for now.
+
+-------------------------------------------------------------------
+Fri Feb 20 20:55:12 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Add gpg signature
+
+-------------------------------------------------------------------

New:
----
  dmidecode-2.12.tar.bz2.sig

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

Other differences:
------------------
++++++ dmidecode.spec ++++++
--- /var/tmp/diff_new_pack.QgBX1i/_old  2015-02-27 11:03:37.000000000 +0100
+++ /var/tmp/diff_new_pack.QgBX1i/_new  2015-02-27 11:03:37.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmidecode
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,27 @@
 
 
 Name:           dmidecode
-Url:            http://www.nongnu.org/dmidecode/
 Version:        2.12
 Release:        0
-Provides:       pmtools:/usr/sbin/dmidecode
 Summary:        DMI table decoder
 License:        GPL-2.0+
 Group:          System/Console
-Source:         
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Url:            http://www.nongnu.org/dmidecode/
+Source0:        
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Source1:        
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2.sig
+# would be, but tarball is signed by someone else without signatures.
+# https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=dmidecode
+# Source2:        %{name}.keyring
 Patch1:         dmidecode-1.173-drop-cast.patch
 Patch2:         dmidecode-1.175-fix-SMBIOS-2.8.0.patch
 Patch3:         dmidecode-1.176-SMBIOS-2.8-is-supported.patch
 Patch4:         dmidecode-1.177-decode-pcie3-slot-id.patch
 Patch5:         dmidecode-1.181-decode-CPUID-recent-AMD.patch
 Patch6:         dmidecode-1.182-decode-ddr4-memory-type.patch
+Provides:       pmtools:%{_sbindir}/dmidecode
+Obsoletes:      pmtools < 20071117
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 ia64 x86_64 %arm aarch64
-Obsoletes:      pmtools < 20071117
 
 %description
 Dmidecode reports information about your system's hardware as described
@@ -50,7 +54,7 @@
 the BIOS told it to.
 
 %prep
-%setup
+%setup -q
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -59,10 +63,10 @@
 %patch6 -p1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-install -dm 755 %{buildroot}/usr/sbin
+install -dm 755 %{buildroot}%{_sbindir}
 install -dm 755 %{buildroot}%{_mandir}/man8
 install -dm 755 %{buildroot}%{_docdir}/%{name}
 %ifarch ia64 %arm aarch64
@@ -70,15 +74,15 @@
 %else
 for i in dmidecode vpddecode ownership biosdecode ; do
 %endif
-install -m 755 $i %{buildroot}/usr/sbin/
+install -m 755 $i %{buildroot}%{_sbindir}/
 install -m 644 man/$i.8 %{buildroot}%{_mandir}/man8/
 install -m 644 AUTHORS CHANGELOG LICENSE README %{buildroot}%{_docdir}/%{name}/
 done
 
 %files
 %defattr(-,root,root)
-/usr/sbin/*
+%{_sbindir}/*
 %doc %{_docdir}/%{name}
-/%{_mandir}/man8/*
+%{_mandir}/man8/*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to