Hello community, here is the log from the commit of package yast2-schema for openSUSE:Factory checked in at 2020-12-21 12:35:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-schema (Old) and /work/SRC/openSUSE:Factory/.yast2-schema.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-schema" Mon Dec 21 12:35:16 2020 rev:64 rq:856846 version:4.3.16 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes 2020-10-29 09:22:18.498687872 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-schema.new.5145/yast2-schema.changes 2020-12-21 12:35:20.198954911 +0100 @@ -1,0 +2,6 @@ +Mon Dec 14 10:21:57 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Add support for Btrfs quotas (jsc#SLE-7742). +- 4.3.16 + +------------------------------------------------------------------- Old: ---- yast2-schema-4.3.15.tar.bz2 New: ---- yast2-schema-4.3.16.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-schema.spec ++++++ --- /var/tmp/diff_new_pack.81wANN/_old 2020-12-21 12:35:20.750956230 +0100 +++ /var/tmp/diff_new_pack.81wANN/_new 2020-12-21 12:35:20.754956240 +0100 @@ -17,7 +17,7 @@ Name: yast2-schema -Version: 4.3.15 +Version: 4.3.16 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,8 +34,8 @@ # All packages providing RNG files for AutoYaST # in /usr/share/YaST2/schema/autoyast/rng/*.rng -# set 't' element in 'backup' and 'upgrade' elements -BuildRequires: autoyast2 >= 4.3.61 +# 'quotas' and 'referenced_limit' elements (jsc#SLE-7742) +BuildRequires: autoyast2 >= 4.3.64 BuildRequires: yast2 # add_on_products and add_on_others types BuildRequires: yast2-add-on >= 4.3.3 ++++++ yast2-schema-4.3.15.tar.bz2 -> yast2-schema-4.3.16.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-schema-4.3.15/.github/workflows/ci.yml new/yast2-schema-4.3.16/.github/workflows/ci.yml --- old/yast2-schema-4.3.15/.github/workflows/ci.yml 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-schema-4.3.16/.github/workflows/ci.yml 2020-12-14 13:36:34.000000000 +0100 @@ -0,0 +1,27 @@ + +# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions + +name: CI + +on: [push, pull_request] + +jobs: + + Package: + runs-on: ubuntu-latest + container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + steps: + + - name: Git Checkout + uses: actions/checkout@v1 + + - name: Install Dependencies + run: rake build_dependencies:install + + # just for easier debugging... + - name: Inspect Installed Packages + run: rpm -qa | sort + + - name: Package Build + run: yast-ci-ruby -o package diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-schema-4.3.15/.travis.yml new/yast2-schema-4.3.16/.travis.yml --- old/yast2-schema-4.3.15/.travis.yml 2020-10-26 17:01:06.000000000 +0100 +++ new/yast2-schema-4.3.16/.travis.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,14 +0,0 @@ -sudo: required -language: bash -services: - - docker - -before_install: - - docker build -t yast-schema-image . - # list the installed packages (just for easier debugging) - - docker run --rm -it yast-schema-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 - - docker run --privileged -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-schema-image yast-travis-ruby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-schema-4.3.15/Dockerfile new/yast2-schema-4.3.16/Dockerfile --- old/yast2-schema-4.3.15/Dockerfile 2020-10-26 17:01:06.000000000 +0100 +++ new/yast2-schema-4.3.16/Dockerfile 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest -RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \ - autoyast2 \ - libxml2-tools \ - jing \ - trang \ - yast2 \ - yast2-add-on \ - yast2-audit-laf \ - yast2-auth-client \ - yast2-auth-server \ - yast2-bootloader \ - yast2-country \ - yast2-dhcp-server \ - yast2-dns-server \ - yast2-firewall \ - yast2-firstboot \ - yast2-ftp-server \ - yast2-http-server \ - yast2-tftp-server \ - yast2-installation \ - yast2-iscsi-client \ - yast2-kdump \ - yast2-mail \ - yast2-network \ - yast2-nfs-client \ - yast2-nfs-server \ - yast2-nis-client \ - yast2-nis-server \ - yast2-ntp-client \ - yast2-online-update-configuration \ - yast2-printer \ - yast2-proxy \ - && zypper clean -a -COPY . /usr/src/app diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-schema-4.3.15/README.md new/yast2-schema-4.3.16/README.md --- old/yast2-schema-4.3.15/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-schema-4.3.16/README.md 2020-12-14 13:36:34.000000000 +0100 @@ -0,0 +1,11 @@ +## AutoYaST XML Schema Definition + +[]( +https://github.com/yast/yast-perl-bindings/actions?query=branch%3Amaster) +[]( +https://ci.opensuse.org/view/Yast/job/yast-yast-perl-bindings-master/) + +This package contains the XML schema definition for AutoYaST. + +*Note: Some parts of the schema definition are imported from the respective +YaST modules.* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-schema-4.3.15/package/yast2-schema.changes new/yast2-schema-4.3.16/package/yast2-schema.changes --- old/yast2-schema-4.3.15/package/yast2-schema.changes 2020-10-26 17:01:06.000000000 +0100 +++ new/yast2-schema-4.3.16/package/yast2-schema.changes 2020-12-14 13:36:34.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Dec 14 10:21:57 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Add support for Btrfs quotas (jsc#SLE-7742). +- 4.3.16 + +------------------------------------------------------------------- Tue Oct 20 16:15:12 CEST 2020 - sch...@suse.de - Registration/Addons: Architecture and version are optional. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-schema-4.3.15/package/yast2-schema.spec new/yast2-schema-4.3.16/package/yast2-schema.spec --- old/yast2-schema-4.3.15/package/yast2-schema.spec 2020-10-26 17:01:06.000000000 +0100 +++ new/yast2-schema-4.3.16/package/yast2-schema.spec 2020-12-14 13:36:34.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-schema -Version: 4.3.15 +Version: 4.3.16 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,8 +36,8 @@ # All packages providing RNG files for AutoYaST # in /usr/share/YaST2/schema/autoyast/rng/*.rng -# set 't' element in 'backup' and 'upgrade' elements -BuildRequires: autoyast2 >= 4.3.61 +# 'quotas' and 'referenced_limit' elements (jsc#SLE-7742) +BuildRequires: autoyast2 >= 4.3.64 BuildRequires: yast2 # add_on_products and add_on_others types BuildRequires: yast2-add-on >= 4.3.3 _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org