Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dropped #92

Merged
merged 2 commits into from
Jan 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions package/yast2-update.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 15 09:56:47 UTC 2018 - jreidinger@suse.com

- remove obsolete rootpart_check_keyboard client that allows having
different keyboard in update env and on target disk (related to
bsc#1075828)
- 4.0.6

-------------------------------------------------------------------
Tue Jan 9 07:09:57 UTC 2018 - ancor@suse.com

Expand Down
3 changes: 1 addition & 2 deletions package/yast2-update.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-update
Version: 4.0.5
Version: 4.0.8
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -113,7 +113,6 @@ Use this component if you wish to update your system.
%{yast_clientdir}/backup_proposal.rb
%{yast_clientdir}/inst_update_partition.rb
%{yast_clientdir}/inst_update_partition_auto.rb
%{yast_clientdir}/rootpart_check_keyboard.rb

%dir %{yast_yncludedir}
%{yast_yncludedir}/update
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ client_DATA = \
clients/rootpart_proposal.rb \
clients/update.rb \
clients/inst_update_partition.rb \
clients/rootpart_check_keyboard.rb \
clients/packages_proposal.rb \
clients/update_proposal.rb \
clients/inst_backup.rb \
Expand Down
53 changes: 0 additions & 53 deletions src/clients/rootpart_check_keyboard.rb

This file was deleted.

10 changes: 0 additions & 10 deletions src/modules/RootPart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1608,16 +1608,6 @@ def MountPartitions(root_device_current)
ret_bool = nil == FsckAndMount("/", root_device_current, "") if !Mode.test

if ret_bool
# read the keyboard settings now, so that it used when
# typing passwords for encrypted partitions
# Calling a script because otherwise this module would depend on yast2-country
if Stage.initial
WFM.call(
"rootpart_check_keyboard",
[{ "destdir" => Installation.destdir }]
)
end

fstab_ref = arg_ref(fstab)
crtab_ref = arg_ref(crtab)
read_fstab_and_cryptotab(fstab_ref, crtab_ref, root_device_current)
Expand Down