From fcfbf0e3e40cbb1f7dbf0e678bad5fb25c5300f04692c71995dba430db310201 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 8 Sep 2014 09:19:02 +0000 Subject: [PATCH 01/13] - Avoid configuration where to MBR we want grub2 and also generic_mbr which can lead to unbootable configuration (bnc#893626) - 3.1.94 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=451 --- yast2-bootloader-3.1.93.tar.bz2 | 3 --- yast2-bootloader-3.1.94.tar.bz2 | 3 +++ yast2-bootloader.changes | 8 ++++++++ yast2-bootloader.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-bootloader-3.1.93.tar.bz2 create mode 100644 yast2-bootloader-3.1.94.tar.bz2 diff --git a/yast2-bootloader-3.1.93.tar.bz2 b/yast2-bootloader-3.1.93.tar.bz2 deleted file mode 100644 index 46ada92..0000000 --- a/yast2-bootloader-3.1.93.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37ab5d234c38a34828ad610d1fb7e1919337a449d34572ac68213dd49b1d4bb4 -size 344315 diff --git a/yast2-bootloader-3.1.94.tar.bz2 b/yast2-bootloader-3.1.94.tar.bz2 new file mode 100644 index 0000000..eada9c8 --- /dev/null +++ b/yast2-bootloader-3.1.94.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8103389cf5281a1b0c07b2fbdbed1672c57ac416e4faf2bcb5244bef2ccc648d +size 344981 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index b53f8cd..5fee21c 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 8 07:56:29 UTC 2014 - jreidinger@suse.com + +- Avoid configuration where to MBR we want grub2 and also + generic_mbr which can lead to unbootable configuration + (bnc#893626) +- 3.1.94 + ------------------------------------------------------------------- Thu Sep 4 12:04:09 UTC 2014 - mvidner@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index bef7a89..393da89 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.93 +Version: 3.1.94 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 4e40f4cc2ffc0e427ccdcbb3d422cff408d7482067bd25d754b4566521bc0d6c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 8 Sep 2014 13:38:58 +0000 Subject: [PATCH 02/13] - Drop remaining support for GRUB1 (fate#317700) - 3.1.95 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=452 --- yast2-bootloader-3.1.94.tar.bz2 | 3 --- yast2-bootloader-3.1.95.tar.bz2 | 3 +++ yast2-bootloader.changes | 6 ++++++ yast2-bootloader.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-bootloader-3.1.94.tar.bz2 create mode 100644 yast2-bootloader-3.1.95.tar.bz2 diff --git a/yast2-bootloader-3.1.94.tar.bz2 b/yast2-bootloader-3.1.94.tar.bz2 deleted file mode 100644 index eada9c8..0000000 --- a/yast2-bootloader-3.1.94.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8103389cf5281a1b0c07b2fbdbed1672c57ac416e4faf2bcb5244bef2ccc648d -size 344981 diff --git a/yast2-bootloader-3.1.95.tar.bz2 b/yast2-bootloader-3.1.95.tar.bz2 new file mode 100644 index 0000000..f32c128 --- /dev/null +++ b/yast2-bootloader-3.1.95.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a8d64f868d53e4b034e7a55033e834a86ebf5490b56160eead506ca94876be4 +size 310564 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 5fee21c..6e9ba17 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 8 13:26:45 UTC 2014 - jreidinger@suse.com + +- Drop remaining support for GRUB1 (fate#317700) +- 3.1.95 + ------------------------------------------------------------------- Mon Sep 8 07:56:29 UTC 2014 - jreidinger@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 393da89..4f9052c 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.94 +Version: 3.1.95 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 301101539e1120edb0fff99e489ea6940d2e34450a7a830dc6a6d74336d9f284 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 9 Sep 2014 07:19:02 +0000 Subject: [PATCH 03/13] - switch build tool from autotools to rake - 3.1.96 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=453 --- yast2-bootloader-3.1.95.tar.bz2 | 3 --- yast2-bootloader-3.1.96.tar.bz2 | 3 +++ yast2-bootloader.changes | 6 ++++++ yast2-bootloader.spec | 15 +++++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 yast2-bootloader-3.1.95.tar.bz2 create mode 100644 yast2-bootloader-3.1.96.tar.bz2 diff --git a/yast2-bootloader-3.1.95.tar.bz2 b/yast2-bootloader-3.1.95.tar.bz2 deleted file mode 100644 index f32c128..0000000 --- a/yast2-bootloader-3.1.95.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a8d64f868d53e4b034e7a55033e834a86ebf5490b56160eead506ca94876be4 -size 310564 diff --git a/yast2-bootloader-3.1.96.tar.bz2 b/yast2-bootloader-3.1.96.tar.bz2 new file mode 100644 index 0000000..1df1cd8 --- /dev/null +++ b/yast2-bootloader-3.1.96.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7380cfaae96b6698c30167f80e410f1950fbb1765941fdff8b1cb240889af62f +size 309352 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 6e9ba17..6e67f4c 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 8 14:03:36 UTC 2014 - jreidinger@suse.com + +- switch build tool from autotools to rake +- 3.1.96 + ------------------------------------------------------------------- Mon Sep 8 13:26:45 UTC 2014 - jreidinger@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 4f9052c..9054a39 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.95 +Version: 3.1.96 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -29,6 +29,7 @@ BuildRequires: yast2 >= 3.1.0 BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-storage BuildRequires: rubygem(rspec) +BuildRequires: rubygem(yast-rake) PreReq: /bin/sed %fillup_prereq # Installation::*version variables # Wizard::SetDialogTitleAndIcon @@ -91,14 +92,14 @@ provided by yast2-bootloader package. %prep %setup -n %{name}-%{version} -%build -%yast_build - %check -make check VERBOSE=1 +rake test:unit + +%build +yardoc %install -%yast_install +rake install DESTDIR="%{buildroot}" %post %{fillup_only -n bootloader} @@ -132,6 +133,8 @@ make check VERBOSE=1 %dir %{yast_docdir} %doc %{yast_docdir}/COPYING +%doc %{yast_docdir}/README +%doc %{yast_docdir}/CONTRIBUTING.md %files devel-doc %defattr(-,root,root) From a3ff6f3b96bc2a7dfdd9cef879736a9e24e747aba461f34e4fc5a30665aa8cf1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 9 Sep 2014 08:43:56 +0000 Subject: [PATCH 04/13] Updated to git ref a448dc5 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=454 --- yast2-bootloader-3.1.96.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.1.96.tar.bz2 b/yast2-bootloader-3.1.96.tar.bz2 index 1df1cd8..eb39f5d 100644 --- a/yast2-bootloader-3.1.96.tar.bz2 +++ b/yast2-bootloader-3.1.96.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7380cfaae96b6698c30167f80e410f1950fbb1765941fdff8b1cb240889af62f -size 309352 +oid sha256:8fe90170b0991d33534afda4cdf149f24663758e7f73464562f8511875acb3d0 +size 294678 From 95d41fd3feb4e5d642f3770a59acad3a0449736cec2b4a3aa195107e74190678 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 9 Sep 2014 17:18:06 +0000 Subject: [PATCH 05/13] - cleaning of section related code because we no longer support any bootloader which allows direct write of sections OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=455 --- yast2-bootloader-3.1.96.tar.bz2 | 4 ++-- yast2-bootloader.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.1.96.tar.bz2 b/yast2-bootloader-3.1.96.tar.bz2 index eb39f5d..b33152d 100644 --- a/yast2-bootloader-3.1.96.tar.bz2 +++ b/yast2-bootloader-3.1.96.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8fe90170b0991d33534afda4cdf149f24663758e7f73464562f8511875acb3d0 -size 294678 +oid sha256:01d427635b79351912c3ab9a36ec75b84f9b366529374776a182c7dd7b886794 +size 292893 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 6e67f4c..60dd380 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 9 15:38:15 UTC 2014 - jreidinger@suse.com + +- cleaning of section related code because we no longer support + any bootloader which allows direct write of sections + ------------------------------------------------------------------- Mon Sep 8 14:03:36 UTC 2014 - jreidinger@suse.com From d89c05861d23ca3ec4adb971bae078ac9ff436e981f72c4fc63f3efc5b2de93c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 16 Sep 2014 13:52:50 +0000 Subject: [PATCH 06/13] - Fix API to remove or add kernel parameter for bootloader (bnc#894603) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=456 --- yast2-bootloader-3.1.96.tar.bz2 | 4 ++-- yast2-bootloader.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.1.96.tar.bz2 b/yast2-bootloader-3.1.96.tar.bz2 index b33152d..76f75c3 100644 --- a/yast2-bootloader-3.1.96.tar.bz2 +++ b/yast2-bootloader-3.1.96.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01d427635b79351912c3ab9a36ec75b84f9b366529374776a182c7dd7b886794 -size 292893 +oid sha256:3f38ba51b56974a220f605b3ce49c09899bd86ec51ab37d3585d5ac8c6560b8c +size 292695 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 60dd380..980b556 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 15 14:18:20 UTC 2014 - jreidinger@suse.com + +- Fix API to remove or add kernel parameter for bootloader + (bnc#894603) + ------------------------------------------------------------------- Tue Sep 9 15:38:15 UTC 2014 - jreidinger@suse.com From 18cd3ce3080254a65d6b806debabaa81a58a45364d43dd33c34e0a61db374a3b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 17 Sep 2014 08:52:59 +0000 Subject: [PATCH 07/13] - pass vga mode if specified during installation (bnc#896300,bnc#891060) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=457 --- yast2-bootloader-3.1.96.tar.bz2 | 4 ++-- yast2-bootloader.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.1.96.tar.bz2 b/yast2-bootloader-3.1.96.tar.bz2 index 76f75c3..38d873b 100644 --- a/yast2-bootloader-3.1.96.tar.bz2 +++ b/yast2-bootloader-3.1.96.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f38ba51b56974a220f605b3ce49c09899bd86ec51ab37d3585d5ac8c6560b8c -size 292695 +oid sha256:d4e5e424320968548274ff4ac77087533252c2e0d3b47acba44f966b80d019d9 +size 292218 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 980b556..6f65c1a 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 17 07:42:12 UTC 2014 - jreidinger@suse.com + +- pass vga mode if specified during installation + (bnc#896300,bnc#891060) + ------------------------------------------------------------------- Mon Sep 15 14:18:20 UTC 2014 - jreidinger@suse.com From a921729408b925750c66cf40f6aced72bca555091b469af30da72322faf555db Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 18 Sep 2014 07:43:41 +0000 Subject: [PATCH 08/13] - move udev mapping functionality to own class to make code easier to understand and better tested - 3.1.97 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=458 --- yast2-bootloader-3.1.96.tar.bz2 | 3 --- yast2-bootloader-3.1.97.tar.bz2 | 3 +++ yast2-bootloader.changes | 7 +++++++ yast2-bootloader.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-bootloader-3.1.96.tar.bz2 create mode 100644 yast2-bootloader-3.1.97.tar.bz2 diff --git a/yast2-bootloader-3.1.96.tar.bz2 b/yast2-bootloader-3.1.96.tar.bz2 deleted file mode 100644 index 38d873b..0000000 --- a/yast2-bootloader-3.1.96.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e5e424320968548274ff4ac77087533252c2e0d3b47acba44f966b80d019d9 -size 292218 diff --git a/yast2-bootloader-3.1.97.tar.bz2 b/yast2-bootloader-3.1.97.tar.bz2 new file mode 100644 index 0000000..62f348f --- /dev/null +++ b/yast2-bootloader-3.1.97.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340e850e942a9df94e08ecb9c9bb1f0b18561a80e0e73c61580bb45c72c411b9 +size 292432 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 6f65c1a..6810ebc 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 18 07:28:13 UTC 2014 - jreidinger@suse.com + +- move udev mapping functionality to own class to make code easier + to understand and better tested +- 3.1.97 + ------------------------------------------------------------------- Wed Sep 17 07:42:12 UTC 2014 - jreidinger@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 9054a39..5815bb3 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.96 +Version: 3.1.97 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 92fde54f5582b68f8e006a781bce7e3ba62e322a8472ca73c2d32e11c4086c1d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 18 Sep 2014 13:57:50 +0000 Subject: [PATCH 09/13] Updated to git ref fae2e52 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=459 --- yast2-bootloader-3.1.97.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.1.97.tar.bz2 b/yast2-bootloader-3.1.97.tar.bz2 index 62f348f..f1426fa 100644 --- a/yast2-bootloader-3.1.97.tar.bz2 +++ b/yast2-bootloader-3.1.97.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:340e850e942a9df94e08ecb9c9bb1f0b18561a80e0e73c61580bb45c72c411b9 -size 292432 +oid sha256:0e1a76e3e53cc93d124d2965eec8fb51da79478ba72b72b1d4fa62020772446d +size 292573 From f6343f615044746b837e37217a3d2f13affbafb40cb2a5df8d8302446d5b5960 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 29 Sep 2014 09:19:50 +0000 Subject: [PATCH 10/13] - fix crash in lib_iface caused by typo (found by openQA and bnc#898878) - fix crash when using tmpfs - fix crash when device have explicit mount by device name - 3.1.98 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=460 --- yast2-bootloader-3.1.97.tar.bz2 | 3 --- yast2-bootloader-3.1.98.tar.bz2 | 3 +++ yast2-bootloader.changes | 9 +++++++++ yast2-bootloader.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 yast2-bootloader-3.1.97.tar.bz2 create mode 100644 yast2-bootloader-3.1.98.tar.bz2 diff --git a/yast2-bootloader-3.1.97.tar.bz2 b/yast2-bootloader-3.1.97.tar.bz2 deleted file mode 100644 index f1426fa..0000000 --- a/yast2-bootloader-3.1.97.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e1a76e3e53cc93d124d2965eec8fb51da79478ba72b72b1d4fa62020772446d -size 292573 diff --git a/yast2-bootloader-3.1.98.tar.bz2 b/yast2-bootloader-3.1.98.tar.bz2 new file mode 100644 index 0000000..8616e0a --- /dev/null +++ b/yast2-bootloader-3.1.98.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7e9452cd43775a0519c24f4a5f7dc28634912dd17adadbedc7b019f6354f2c +size 293426 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 6810ebc..7fcae45 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 29 07:42:06 UTC 2014 - jreidinger@suse.com + +- fix crash in lib_iface caused by typo (found by openQA and + bnc#898878) +- fix crash when using tmpfs +- fix crash when device have explicit mount by device name +- 3.1.98 + ------------------------------------------------------------------- Thu Sep 18 07:28:13 UTC 2014 - jreidinger@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 5815bb3..9481151 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.97 +Version: 3.1.98 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 8899b5c1fc30f2a948c819e9905f4c4536ac03b5c9ae5ec99f24aa172b44754e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 30 Sep 2014 09:22:54 +0000 Subject: [PATCH 11/13] - move boot record backup functionality to own class to make code easier to understand and better tested - 3.1.99 - pass vga mode if specified during installation OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=461 --- yast2-bootloader-3.1.98.tar.bz2 | 3 --- yast2-bootloader-3.1.99.tar.bz2 | 3 +++ yast2-bootloader.changes | 9 ++++++++- yast2-bootloader.spec | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 yast2-bootloader-3.1.98.tar.bz2 create mode 100644 yast2-bootloader-3.1.99.tar.bz2 diff --git a/yast2-bootloader-3.1.98.tar.bz2 b/yast2-bootloader-3.1.98.tar.bz2 deleted file mode 100644 index 8616e0a..0000000 --- a/yast2-bootloader-3.1.98.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f7e9452cd43775a0519c24f4a5f7dc28634912dd17adadbedc7b019f6354f2c -size 293426 diff --git a/yast2-bootloader-3.1.99.tar.bz2 b/yast2-bootloader-3.1.99.tar.bz2 new file mode 100644 index 0000000..56556e8 --- /dev/null +++ b/yast2-bootloader-3.1.99.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f83c6ef2c338772eb8460e6c735c8949478e0cefa525b8de29cfa051a90b1cf +size 294366 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 7fcae45..e5e3e06 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 30 09:15:52 UTC 2014 - jreidinger@suse.com + +- move boot record backup functionality to own class to make code + easier to understand and better tested +- 3.1.99 + ------------------------------------------------------------------- Mon Sep 29 07:42:06 UTC 2014 - jreidinger@suse.com @@ -17,7 +24,7 @@ Thu Sep 18 07:28:13 UTC 2014 - jreidinger@suse.com ------------------------------------------------------------------- Wed Sep 17 07:42:12 UTC 2014 - jreidinger@suse.com -- pass vga mode if specified during installation +- pass vga mode if specified during installation (bnc#896300,bnc#891060) ------------------------------------------------------------------- diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 9481151..a09a45b 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.98 +Version: 3.1.99 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 8b678fb8db7a2978c4131b389ac23426594c3398bb98484fd46084eb516f4bc5 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 30 Sep 2014 09:27:45 +0000 Subject: [PATCH 12/13] - use short product name to avoid truncated text on small resolution (bnc#873675) - Avoid crash in clone_system on s390 (bnc#897399) - propose missing attributes also during automatic upgrade which propose grub2 configuratin (bnc#897058) - 3.1.100 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=462 --- yast2-bootloader-3.1.100.tar.bz2 | 3 +++ yast2-bootloader-3.1.99.tar.bz2 | 3 --- yast2-bootloader.changes | 10 ++++++++++ yast2-bootloader.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 yast2-bootloader-3.1.100.tar.bz2 delete mode 100644 yast2-bootloader-3.1.99.tar.bz2 diff --git a/yast2-bootloader-3.1.100.tar.bz2 b/yast2-bootloader-3.1.100.tar.bz2 new file mode 100644 index 0000000..7aa0d8f --- /dev/null +++ b/yast2-bootloader-3.1.100.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787267fe5b660fd7efe074bad10b86a964f3e22addd95852b74401b5bcd97647 +size 294618 diff --git a/yast2-bootloader-3.1.99.tar.bz2 b/yast2-bootloader-3.1.99.tar.bz2 deleted file mode 100644 index 56556e8..0000000 --- a/yast2-bootloader-3.1.99.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f83c6ef2c338772eb8460e6c735c8949478e0cefa525b8de29cfa051a90b1cf -size 294366 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index e5e3e06..710f1f0 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 30 09:30:52 UTC 2014 - jreidinger@suse.com + +- use short product name to avoid truncated text on small + resolution (bnc#873675) +- Avoid crash in clone_system on s390 (bnc#897399) +- propose missing attributes also during automatic upgrade which + propose grub2 configuratin (bnc#897058) +- 3.1.100 + ------------------------------------------------------------------- Tue Sep 30 09:15:52 UTC 2014 - jreidinger@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index a09a45b..ec4b0ea 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.99 +Version: 3.1.100 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From e56100816fe760309744466a4b65af5a537fa63c821f2286cb5d5dc9267185fc Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 1 Oct 2014 10:20:47 +0000 Subject: [PATCH 13/13] Updated to git ref deaaab6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=463 --- yast2-bootloader-3.1.100.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.1.100.tar.bz2 b/yast2-bootloader-3.1.100.tar.bz2 index 7aa0d8f..6454ef8 100644 --- a/yast2-bootloader-3.1.100.tar.bz2 +++ b/yast2-bootloader-3.1.100.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:787267fe5b660fd7efe074bad10b86a964f3e22addd95852b74401b5bcd97647 -size 294618 +oid sha256:0e9c2fc4c25de1c6963b338c0b4598ee59e27ef85a4cdb9ace3b281ebf52ad49 +size 294599