Hello community,

here is the log from the commit of package skiboot for openSUSE:Factory checked 
in at 2016-03-29 10:00:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skiboot (Old)
 and      /work/SRC/openSUSE:Factory/.skiboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skiboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/skiboot/skiboot.changes  2016-02-17 
12:24:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.skiboot.new/skiboot.changes     2016-03-29 
10:39:27.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Mar 24 15:35:43 UTC 2016 - dval...@suse.com
+
+- Drop opal-prd.{service,socket}, use upstream one
+- Disable parallel builds
+  (see https://github.com/open-power/skiboot/issues/27) 
+
+-------------------------------------------------------------------
+Tue Mar 22 14:08:23 UTC 2016 - jloe...@suse.com
+
+- version update to 5.2.0 (FATE#320438)
+  - see 
https://github.com/open-power/skiboot/blob/master/doc/release-notes/skiboot-5.2.0.txt
+
+-------------------------------------------------------------------

Old:
----
  opal-prd.service
  opal-prd.socket
  skiboot-5.1.13.tar.gz

New:
----
  skiboot-5.2.0.tar.gz

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

Other differences:
------------------
++++++ skiboot.spec ++++++
--- /var/tmp/diff_new_pack.fEHeT0/_old  2016-03-29 10:39:28.000000000 +0200
+++ /var/tmp/diff_new_pack.fEHeT0/_new  2016-03-29 10:39:28.000000000 +0200
@@ -17,15 +17,13 @@
 
 
 Name:           skiboot
-Version:        5.1.13
+Version:        5.2.0
 Release:        0
 Summary:        Tools for OpenPower platform
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://github.com/open-power/skiboot
 Source:         
https://github.com/open-power/skiboot/archive/%{name}-%{version}.tar.gz
-Source1:        opal-prd.service
-Source2:        opal-prd.socket
 BuildRequires:  linux-glibc-devel
 BuildRequires:  systemd-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -40,34 +38,53 @@
 Group:          System/Management
 
 %description -n opal-prd
- This package provides a daemon to load and run the OpenPower firmware's
- Processor Recovery Diagnostics binary. This is responsible for runtime
- maintenance of Power hardware.
+This package provides a daemon to load and run the OpenPower firmware's
+Processor Recovery Diagnostics binary. This is responsible for runtime
+maintenance of Power hardware.
 
 %package -n opal-utils
 Summary:        OPAL firmware utilities
 Group:          System/Management
 
 %description -n opal-utils
- This package contains utility programs.
- .
- The 'gard' utility, can read, parse and clear hardware gard partitions on
- OpenPower platforms.
+This package contains utility programs.
+
+The 'gard' utility can read, parse and clear hardware gard partitions
+on OpenPower platforms. The 'getscom' and 'putscom' utilities provide
+an interface to query or modify the registers of the different chipsets
+of an OpenPower system. 'pflash' is a tool to access the flash modules
+on such systems and update the OpenPower firmware.
+
+%package -n     opal-firmware
+Summary:        OPAL firmware
+Group:          System/Management
+BuildArch:      noarch
+
+%description -n opal-firmware
+OPAL firmware, aka skiboot, loads the bootloader and provides runtime
+services to the OS (Linux) on IBM Power and OpenPower systems.
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
 
 %build
-export OPAL_PRD_VERSION=%{version}
-make %{?_smp_mflags} -C external/opal-prd/
-make %{?_smp_mflags} -C external/gard/
+SKIBOOT_VERSION=%version CROSS= make V=1 %{?_smp_mflags}
+OPAL_PRD_VERSION=%version make V=1 -C external/opal-prd
+GARD_VERSION=%version make V=1 -C external/gard
+PFLASH_VERSION=%version make V=1 -C external/pflash
+make V=1 -C external/xscom-utils
 
 %install
 make install DESTDIR=%{buildroot} %{?_smp_mflags} -C external/opal-prd/ 
prefix=%{_prefix} install
 make install DESTDIR=%{buildroot} %{?_smp_mflags} -C external/gard/ 
prefix=%{_prefix} install
+cp external/xscom-utils/{get,put}scom %{buildroot}%{_sbindir}
+cp external/pflash/pflash %{buildroot}%{_sbindir}
 
 mkdir -p %{buildroot}/%{_unitdir}
-install -D -m 444 %{SOURCE1} %{SOURCE2} %{buildroot}%{_unitdir}/
+install -D -m 444 external/opal-prd/opal-prd.{socket,service} 
%{buildroot}%{_unitdir}/
+
+mkdir -p %{buildroot}%{_datadir}/qemu
+install -m 644 -p skiboot.lid %{buildroot}%{_datadir}/qemu/skiboot.lid
 
 %pre -n opal-prd
 %service_add_pre opal-prd.service opal-prd.socket
@@ -83,7 +100,7 @@
 
 %files -n opal-prd
 %defattr(-,root,root)
-%doc README
+%doc README LICENCE
 %{_sbindir}/opal-prd
 %{_mandir}/man8/opal-prd.8.gz
 %{_unitdir}/opal-prd.service
@@ -91,8 +108,15 @@
 
 %files -n opal-utils
 %defattr(-,root,root)
-%doc README
+%doc README LICENCE
 %{_sbindir}/opal-gard
+%{_sbindir}/getscom
+%{_sbindir}/putscom
+%{_sbindir}/pflash
 %{_mandir}/man1/opal-gard.1.gz
 
+%files -n opal-firmware
+%doc README LICENCE
+%{_datadir}/qemu/
+
 %changelog

++++++ skiboot-5.1.13.tar.gz -> skiboot-5.2.0.tar.gz ++++++
++++ 17630 lines of diff (skipped)


Reply via email to