Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SLE-12-SP2' into sp2_merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Aug 9, 2017
2 parents b4ce47a + 7e83f93 commit 34bb56d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
*.pot
*.log
*.trs
Makefile
/Makefile.am
Makefile.am.common
Expand All @@ -12,6 +15,7 @@ config.*
configure
configure.in
configure.ac
coverage/
install-sh
pluglib-bindings.ami
*/.dep
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ services:

before_install:
- docker build -t yast-yast2-image .
# list the installed packages (just for easier debugging)
- docker run --rm -it yast-yast2-image rpm -qa | sort

script:
# the "yast-travis-ruby" script is included in the base yastdevel/ruby image
# see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
Expand Down
8 changes: 8 additions & 0 deletions package/yast2.spec
Expand Up @@ -36,9 +36,13 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:abstract_method)
BuildRequires: rubygem(%{rb_default_ruby_abi}:cfa)
# for running scripts
BuildRequires: rubygem(%{rb_default_ruby_abi}:cheetah)
<<<<<<< HEAD
BuildRequires: update-desktop-files
=======
>>>>>>> origin/SLE-12-SP2
# For running RSpec tests during build
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
BuildRequires: update-desktop-files
# Needed already in build time
BuildRequires: yast2-core >= 2.18.12
BuildRequires: yast2-devtools >= 3.1.10
Expand Down Expand Up @@ -66,9 +70,13 @@ Requires: perl-XML-Simple
Requires: rubygem(%{rb_default_ruby_abi}:abstract_method)
# for file access using augeas
Requires: rubygem(%{rb_default_ruby_abi}:cfa)
<<<<<<< HEAD
Requires: sysconfig >= 0.80.0
=======
>>>>>>> origin/SLE-12-SP2
# for running scripts
Requires: rubygem(%{rb_default_ruby_abi}:cheetah)
Requires: sysconfig >= 0.80.0
# ag_ini section_private
# ag_ini with (un)quoting support
Requires: yast2-core >= 2.23.0
Expand Down

0 comments on commit 34bb56d

Please sign in to comment.