From 4a587f955d3f8f7d8395f1a1d85cf31097c80fd145d8815a591550df065976ce Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 5 Sep 2017 11:37:53 +0000 Subject: [PATCH] - Fix license confirmation handling on single product medias (fate#322276) - 3.3.13 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=893 --- yast2-installation-3.3.12.tar.bz2 | 3 --- yast2-installation-3.3.13.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-3.3.12.tar.bz2 create mode 100644 yast2-installation-3.3.13.tar.bz2 diff --git a/yast2-installation-3.3.12.tar.bz2 b/yast2-installation-3.3.12.tar.bz2 deleted file mode 100644 index 481a889..0000000 --- a/yast2-installation-3.3.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d49f258cef018b157aa24b0539bc3ca5298e7d13cad57eccccba116492490555 -size 453427 diff --git a/yast2-installation-3.3.13.tar.bz2 b/yast2-installation-3.3.13.tar.bz2 new file mode 100644 index 0000000..4a09131 --- /dev/null +++ b/yast2-installation-3.3.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4aa74bd507440e65ad30b2569537fe222eb27a08e80126d26fc24fb319a716 +size 454543 diff --git a/yast2-installation.changes b/yast2-installation.changes index 94b7223..8895785 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 5 10:20:43 UTC 2017 - igonzalezsosa@suse.com + +- Fix license confirmation handling on single product medias + (fate#322276) +- 3.3.13 + ------------------------------------------------------------------- Mon Sep 4 12:18:45 UTC 2017 - ancor@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 41442b8..d1af1df 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.3.12 +Version: 3.3.13 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,8 +65,8 @@ Requires: yast2-pkg-bindings >= 3.1.33 # Mouse-related scripts moved to yast2-mouse Conflicts: yast2-mouse < 2.18.0 -# Y2Packager::Widgets::ProductLicense -Requires: yast2-packager >= 3.3.9 +# Y2Packager::Widgets::ProductLicense with skip validation option +Requires: yast2-packager >= 3.3.10 # FIXME: some code present in this package still depends on the old yast2-storage # and will break without this dependency. That's acceptable at this point of the