Skip to content

Commit

Permalink
Merge branch 'SLE-15-SP2' into drop-mouse-element-master
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 29, 2020
2 parents b103374 + 1da9a76 commit 02660bc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
FROM registry.opensuse.org/yast/sle-15/sp2/containers/yast-ruby
RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
autoyast2 \
libxml2-tools \
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp2

Yast::Tasks.configuration do |conf|
#lets ignore license check for now
conf.skip_license_check << /.*/
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-schema.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 29 10:34:30 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Drop the 'general/mouse' element from the schema (bsc#1176973).
- 4.3.9

-------------------------------------------------------------------
Thu Sep 24 13:08:44 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
6 changes: 3 additions & 3 deletions package/yast2-schema.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-schema
Version: 4.3.8
Version: 4.3.9
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand All @@ -36,8 +36,8 @@ BuildRequires: trang yast2-devtools
# All packages providing RNG files for AutoYaST
# in /usr/share/YaST2/schema/autoyast/rng/*.rng

# add 'backup' and 'upgrade' sections
BuildRequires: autoyast2 >= 4.3.53
# drop 'mouse' element
BuildRequires: autoyast2 >= 4.3.55
BuildRequires: yast2
# add_on_products and add_on_others types
BuildRequires: yast2-add-on >= 4.3.3
Expand Down

0 comments on commit 02660bc

Please sign in to comment.