Skip to content

Commit

Permalink
Merge 4ce30af into e122214
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Feb 2, 2022
2 parents e122214 + 4ce30af commit cb24b05
Show file tree
Hide file tree
Showing 46 changed files with 3,930 additions and 1,120 deletions.
6 changes: 2 additions & 4 deletions .rubocop.yml
Expand Up @@ -75,10 +75,8 @@ Metrics/BlockLength:
- 'src/include/s390/iucvterminal/ui.rb'
- 'src/include/s390/onpanic/ui.rb'
- 'src/modules/DASDController.rb'
- 'test/dasd_controller_test.rb'
- 'test/ui_include_test.rb'
- 'test/ui_onpanic_include_test.rb'
- 'test/zfcp_controller_test.rb'
# RSpec is known as DSL with big blocks
- 'test/**/*'

# Offense count: 3
Naming/AccessorMethodName:
Expand Down
8 changes: 8 additions & 0 deletions package/yast2-s390.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 1 19:15:35 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

- Related to jsc#SLE-20225
- Do not limit the number of disks formatted in parallel
- New format dialog introduced
- 4.4.3

-------------------------------------------------------------------
Fri Oct 22 10:57:05 UTC 2021 - Martin Vidner <mvidner@suse.com>

Expand Down
3 changes: 2 additions & 1 deletion package/yast2-s390.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-s390
Version: 4.4.2
Version: 4.4.3
Release: 0
Group: System/YaST
License: GPL-2.0-only
Expand Down Expand Up @@ -63,6 +63,7 @@ S/390-specific features.
%files
%{yast_yncludedir}
%{yast_clientdir}
%{yast_libdir}
%{yast_moduledir}
%{yast_scrconfdir}
%{yast_desktopdir}
Expand Down

0 comments on commit cb24b05

Please sign in to comment.