Skip to content

Commit

Permalink
Merge pull request #417 from ancorgs/libstorage-out
Browse files Browse the repository at this point in the history
Remove old libstorage dependency
  • Loading branch information
ancorgs committed Aug 10, 2016
2 parents adc5719 + 0b03b33 commit c434d71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 9 14:51:06 UTC 2016 - ancor@suse.com

- storage-ng: removed dependency from (old) yast2-storage, even
if it breaks some functionality.
- 3.2.2

-------------------------------------------------------------------
Fri Jul 29 07:32:46 UTC 2016 - ancor@suse.com

Expand Down
8 changes: 5 additions & 3 deletions package/yast2-installation.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.2.1
Version: 3.2.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -62,8 +62,10 @@ Conflicts: yast2-mouse < 2.18.0
# New API for ProductLicense
Requires: yast2-packager >= 3.1.96

# Yast::Storage.multipath_off?
Requires: yast2-storage >= 3.1.97
# 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
# migration to storage-ng. See installer-hacks.md in the yast-storage-ng repo.
# Requires: yast2-storage >= 3.1.97

# use in startup scripts
Requires: initviocons
Expand Down
1 change: 0 additions & 1 deletion src/lib/installation/clients/inst_prepareprogress.rb
Expand Up @@ -37,7 +37,6 @@ def main
Yast.import "Language"
Yast.import "SlideShow"
Yast.import "ImageInstallation"
Yast.import "StorageClients"
Yast.import "PackageSlideShow"
Yast.import "Wizard"
Yast.import "InstData"
Expand Down
1 change: 0 additions & 1 deletion src/lib/installation/snapshots_finish.rb
Expand Up @@ -11,7 +11,6 @@ def initialize
textdomain "installation"

Yast.import "Mode"
Yast.import "StorageSnapper"
Yast.import "InstFunctions"
Yast.include self, "installation/misc.rb"
end
Expand Down

0 comments on commit c434d71

Please sign in to comment.