diff --git a/yast2-installation-3.3.6.tar.bz2 b/yast2-installation-3.3.6.tar.bz2 deleted file mode 100644 index bb2ce6c..0000000 --- a/yast2-installation-3.3.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99fa1c0d55bb9d86833205d6d16c52820dfcc386f42e52faaf98b6970c5b2dde -size 453364 diff --git a/yast2-installation-3.3.7.tar.bz2 b/yast2-installation-3.3.7.tar.bz2 new file mode 100644 index 0000000..1187c7e --- /dev/null +++ b/yast2-installation-3.3.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d48a13b58dd03ca84043bed9c4fa6da74bdc1821bc71d81600e958398a397e0 +size 451547 diff --git a/yast2-installation.changes b/yast2-installation.changes index c98c726..d8d3f2f 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 17 08:22:09 UTC 2017 - igonzalezsosa@suse.com + +- Replace Installation::Product and Installation::ProductReader + classes by Y2Packager::Product and Y2Packager::ProductReader + (related to FATE#322276) +- 3.3.7 + ------------------------------------------------------------------- Mon Aug 14 15:13:42 CEST 2017 - shundhammer@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index 4bfe484..f03e3d3 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.3.6 +Version: 3.3.7 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,8 +64,8 @@ Requires: yast2-pkg-bindings >= 3.1.33 # Mouse-related scripts moved to yast2-mouse Conflicts: yast2-mouse < 2.18.0 -# Lazy loading in ProductLicense -Requires: yast2-packager >= 3.1.113 +# Y2Packager::Product +Requires: yast2-packager >= 3.3.7 # 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