Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2019-07-31 14:25:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-bootloader.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-bootloader"

Wed Jul 31 14:25:28 2019 rev:280 rq:718575 version:4.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes        
2019-05-05 21:16:30.672474938 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-bootloader.new.4126/yast2-bootloader.changes  
    2019-07-31 14:25:29.554309086 +0200
@@ -1,0 +2,60 @@
+Thu Jul 25 13:21:44 UTC 2019 - Josef Reidinger <[email protected]>
+
+- Fix testsuite on AArch64. Related to changes done for boo#1136601
+- 4.2.9
+
+-------------------------------------------------------------------
+Wed Jul 24 16:03:28 UTC 2019 - Ancor Gonzalez Sosa <[email protected]>
+
+- Better handling of broken bootloader configurations during the
+  upgrade process (bsc#1138930).
+- 4.2.8
+
+-------------------------------------------------------------------
+Fri Jul 19 09:20:09 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Added "BuildRequires: update-desktop-files"
+- Related to the previous desktop file changes (fate#319035)
+- 4.2.7
+
+-------------------------------------------------------------------
+Tue Jul  2 16:08:24 UTC 2019 - Guillaume GARDET <[email protected]>
+
+- Replace --suse-signed-grub with --suse-force-signed to follow 
+  update from boo#1136601
+- 4.2.6
+
+-------------------------------------------------------------------
+Tue Jun 25 12:42:23 UTC 2019 - Josef Reidinger <[email protected]>
+
+- adapt to new rubocop (bsc#1139270)
+- 4.2.5
+
+-------------------------------------------------------------------
+Wed Jun  5 12:59:27 UTC 2019 - Guillaume GARDET <[email protected]>
+
+- Enable Secure Boot on AArch64 (boo#1136601)
+- 4.2.4
+
+-------------------------------------------------------------------
+Fri May 31 12:26:38 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.3
+
+-------------------------------------------------------------------
+Wed May 29 13:02:02 UTC 2019 - David Diaz <[email protected]>
+
+- Improve the readability of a technical problem description,
+  splitting it in multiple lines (bsc#1136746).
+- 4.2.2  
+
+-------------------------------------------------------------------
+Wed May 29 12:32:09 CEST 2019 - [email protected]
+
+- Proposal for s390: Set kernel parameters without "resume"
+  parameter (JIRA#SLE-6926).
+
+-------------------------------------------------------------------

Old:
----
  yast2-bootloader-4.2.1.tar.bz2

New:
----
  yast2-bootloader-4.2.9.tar.bz2

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

Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.KUCEVQ/_old  2019-07-31 14:25:30.022308769 +0200
+++ /var/tmp/diff_new_pack.KUCEVQ/_new  2019-07-31 14:25:30.022308769 +0200
@@ -17,23 +17,27 @@
 
 
 Name:           yast2-bootloader
-Version:        4.2.1
+Version:        4.2.9
 Release:        0
+Summary:        YaST2 - Bootloader Configuration
+License:        GPL-2.0-or-later
+Group:          System/YaST
+Url:            https://github.com/yast/yast-bootloader
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Url:            http://github.com/yast/yast-bootloader
 BuildRequires:  yast2 >= 3.1.176
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ruby-bindings >= 1.0.0
 # Y2Storage::Mountable#mount_path
 BuildRequires:  yast2-storage-ng >= 4.0.90
 # lenses needed also for tests
 BuildRequires:  augeas-lenses
+BuildRequires:  update-desktop-files
 BuildRequires:  rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
+
 PreReq:         /bin/sed %fillup_prereq
 # Base classes for inst clients
 Requires:       parted
@@ -49,7 +53,6 @@
 # lenses are needed as cfa_grub2 depends only on augeas bindings, but also
 # lenses are needed here
 Requires:       augeas-lenses
-
 Requires:       yast2-ruby-bindings >= 1.0.0
 
 # only recommend syslinux, as it is not needed when generic mbr is not used 
(bsc#1004229)
@@ -57,55 +60,36 @@
 Recommends:     syslinux
 %endif
 
-Summary:        YaST2 - Bootloader Configuration
-License:        GPL-2.0-or-later
-Group:          System/YaST
-
 %description
 This package contains the YaST2 component for bootloader configuration.
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %check
-rake test:unit
+%yast_check
 
 %build
 
 %install
-rake install DESTDIR="%{buildroot}"
+%yast_install
+%yast_metainfo
 
 %post
 %{fillup_only -n bootloader}
 
 %files
-%defattr(-,root,root)
-
-# menu items
-
-%dir %{yast_desktopdir}
-%{yast_desktopdir}/bootloader.desktop
-
-%dir %{yast_moduledir}
-%{yast_moduledir}/*
-%dir %{yast_clientdir}
-%{yast_clientdir}/bootloader*.rb
-%{yast_clientdir}/inst_*.rb
-%dir %{yast_ybindir}
-%{yast_ybindir}/*
-%dir %{yast_scrconfdir}
-%{yast_scrconfdir}/*.scr
-%{yast_fillupdir}/*
-%dir %{yast_schemadir}
-%dir %{yast_schemadir}/autoyast
-%dir %{yast_schemadir}/autoyast/rnc
-%{yast_schemadir}/autoyast/rnc/bootloader.rnc
-%{yast_libdir}/bootloader
+%{yast_desktopdir}
+%{yast_metainfodir}
+%{yast_moduledir}
+%{yast_clientdir}
+%{yast_ybindir}
+%{yast_scrconfdir}
+%{yast_fillupdir}
+%{yast_schemadir}
+%{yast_libdir}
 %{yast_icondir}
-
-%dir %{yast_docdir}
+%doc %{yast_docdir}
 %license COPYING
-%doc %{yast_docdir}/README.md
-%doc %{yast_docdir}/CONTRIBUTING.md
 
 %changelog

++++++ yast2-bootloader-4.2.1.tar.bz2 -> yast2-bootloader-4.2.9.tar.bz2 ++++++
++++ 2070 lines of diff (skipped)


Reply via email to