Hello community, here is the log from the commit of package yast2-vm for openSUSE:Factory checked in at 2020-12-18 19:52:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old) and /work/SRC/openSUSE:Factory/.yast2-vm.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-vm" Fri Dec 18 19:52:12 2020 rev:85 rq:856316 version:4.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes 2020-10-18 16:20:10.304457454 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-vm.new.5145/yast2-vm.changes 2020-12-18 19:52:13.793602753 +0100 @@ -1,0 +2,6 @@ +Tue Dec 15 15:31:59 UTC 2020 - Stefan Schubert <[email protected]> + +- Removed old code for sysvinit configuration (bsc#1175494). +- 4.2.5 + +------------------------------------------------------------------- Old: ---- yast2-vm-4.2.4.tar.bz2 New: ---- yast2-vm-4.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-vm.spec ++++++ --- /var/tmp/diff_new_pack.XzpEYy/_old 2020-12-18 19:52:14.261603269 +0100 +++ /var/tmp/diff_new_pack.XzpEYy/_new 2020-12-18 19:52:14.261603269 +0100 @@ -20,7 +20,7 @@ Summary: Configure Hypervisor and Tools for Xen and KVM License: GPL-2.0-only Group: System/YaST -Version: 4.2.4 +Version: 4.2.5 Release: 0 URL: https://github.com/yast/yast-vm ++++++ yast2-vm-4.2.4.tar.bz2 -> yast2-vm-4.2.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.2.4/.github/workflows/ci.yml new/yast2-vm-4.2.5/.github/workflows/ci.yml --- old/yast2-vm-4.2.4/.github/workflows/ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-vm-4.2.5/.github/workflows/ci.yml 2020-12-16 09:59:00.000000000 +0100 @@ -0,0 +1,85 @@ + +# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions + +name: CI + +on: [push, pull_request] + +jobs: + # FIXME: no unite tests + # Tests: + # runs-on: ubuntu-latest + # container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + # steps: + + # - name: Git Checkout + # uses: actions/checkout@v2 + + # # just for easier debugging... + # - name: Inspect Installed Packages + # run: rpm -qa | sort + + # - name: Unit Tests + # run: rake test:unit + # # enable code coverage reporting + # env: + # COVERAGE: 1 + + # # send the coverage report to coveralls.io + # - name: Coveralls Report + # uses: coverallsapp/github-action@master + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + + # FIXME: Rubocop is not used here + # Rubocop: + # runs-on: ubuntu-latest + # container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + # steps: + + # - name: Git Checkout + # uses: actions/checkout@v2 + + # - name: Rubocop + # run: rake check:rubocop + + Package: + runs-on: ubuntu-latest + container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + steps: + + - name: Git Checkout + uses: actions/checkout@v2 + + - name: Package Build + run: yast-ci-ruby -o package + + # FIXME: no yardops + # Yardoc: + # runs-on: ubuntu-latest + # container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + # steps: + + # - name: Git Checkout + # uses: actions/checkout@v2 + + # - name: Yardoc + # run: rake check:doc + + # downloading the Docker image takes some time so bundling several fast + # checks into one job avoids that overhead + Checks: + runs-on: ubuntu-latest + container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + steps: + + - name: Git Checkout + uses: actions/checkout@v2 + + - name: POT Check + run: rake check:pot diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.2.4/.travis.yml new/yast2-vm-4.2.5/.travis.yml --- old/yast2-vm-4.2.4/.travis.yml 2020-10-04 21:31:12.000000000 +0200 +++ new/yast2-vm-4.2.5/.travis.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,11 +0,0 @@ -sudo: required -language: bash -services: - - docker - -before_install: - - docker build -t yast-vm-image . -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 - - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-vm-image yast-travis-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.2.4/Dockerfile new/yast2-vm-4.2.5/Dockerfile --- old/yast2-vm-4.2.4/Dockerfile 2020-10-04 21:31:12.000000000 +0200 +++ new/yast2-vm-4.2.5/Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest -COPY . /usr/src/app - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.2.4/README.md new/yast2-vm-4.2.5/README.md --- old/yast2-vm-4.2.4/README.md 2020-10-04 21:31:12.000000000 +0200 +++ new/yast2-vm-4.2.5/README.md 2020-12-16 09:59:00.000000000 +0100 @@ -1,5 +1,7 @@ # YaST - The Virtual Machine Configuration Module # -[](https://travis-ci.org/yast/yast-vm) -[](https://ci.opensuse.org/view/Yast/job/yast-vm-master/) +[]( +https://github.com/yast/yast-vm/actions?query=branch%3Amaster) +[]( +https://ci.opensuse.org/view/Yast/job/yast-yast-vm-master/) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.2.4/package/yast2-vm.changes new/yast2-vm-4.2.5/package/yast2-vm.changes --- old/yast2-vm-4.2.4/package/yast2-vm.changes 2020-10-04 21:31:12.000000000 +0200 +++ new/yast2-vm-4.2.5/package/yast2-vm.changes 2020-12-16 09:59:00.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Dec 15 15:31:59 UTC 2020 - Stefan Schubert <[email protected]> + +- Removed old code for sysvinit configuration (bsc#1175494). +- 4.2.5 + +------------------------------------------------------------------- Mon Aug 17 14:04:21 MDT 2020 - [email protected] - bsc#1169214 - [Build 20200409] yast2 virtualization module does diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.2.4/package/yast2-vm.spec new/yast2-vm-4.2.5/package/yast2-vm.spec --- old/yast2-vm-4.2.4/package/yast2-vm.spec 2020-10-04 21:31:12.000000000 +0200 +++ new/yast2-vm-4.2.5/package/yast2-vm.spec 2020-12-16 09:59:00.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-vm Summary: Configure Hypervisor and Tools for Xen and KVM -Version: 4.2.4 +Version: 4.2.5 Release: 0 Group: System/YaST License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-vm-4.2.4/src/clients/vm_finish.rb new/yast2-vm-4.2.5/src/clients/vm_finish.rb --- old/yast2-vm-4.2.4/src/clients/vm_finish.rb 2020-10-04 21:31:12.000000000 +0200 +++ new/yast2-vm-4.2.5/src/clients/vm_finish.rb 2020-12-16 09:59:00.000000000 +0100 @@ -87,41 +87,7 @@ @disable_services.each { |s| Service.Disable(s) } # Allow a console in addition to VNC with the PV framebuffer - Builtins.y2milestone("check for xvc0 in inittab and securetty") - @etc_inittab = "/etc/inittab" - if FileUtils.Exists(@etc_inittab) && - !Builtins.contains(SCR.Dir(path(".etc.inittab")), "x0") - # On an upgrade, don't add new entry if existing one is commented out - bnc#720929 - if 0 != - SCR.Execute( - path(".target.bash"), - "/usr/bin/grep -q '^#x0:' /etc/inittab" - ) - Builtins.y2milestone("Adding the x0 entry in the inittab file") - SCR.Write( - path(".etc.inittab.x0"), - Builtins.sformat( - "12345:respawn:/sbin/agetty -L 9600 xvc0 xterm" - ) - ) - SCR.Write(path(".etc.inittab"), nil) - @dev_xvc0 = "/dev/xvc0" - if !FileUtils.Exists(@dev_xvc0) - Builtins.y2milestone( - "%1 not found, commenting out the x0 entry in the inittab", - @dev_xvc0 - ) - SCR.Execute( - path(".target.bash"), - "/bin/sed --in-place 's/^x0:/#x0:/g' /etc/inittab" - ) - end - else - Builtins.y2milestone( - "The x0 entry in the inittab is there but commented out" - ) - end - end + Builtins.y2milestone("check for xvc0 in securetty") SCR.Execute( path(".target.bash"), "/usr/bin/grep -q xvc0 /etc/securetty || echo xvc0 >> /etc/securetty" _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
