Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package yast2-samba-provision for
openSUSE:Factory checked in at 2021-04-24 23:08:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-samba-provision (Old)
and /work/SRC/openSUSE:Factory/.yast2-samba-provision.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-samba-provision"
Sat Apr 24 23:08:17 2021 rev:4 rq:887129 version:1.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-samba-provision/yast2-samba-provision.changes
2019-07-31 14:23:07.262443253 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-samba-provision.new.12324/yast2-samba-provision.changes
2021-04-24 23:09:35.767432387 +0200
@@ -1,0 +2,13 @@
+Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]>
+
+- stop packaging docdir, it only contained the license which
+ is now in licensedir (bsc#1184897)
+- spec file cleanups
+- 1.0.5
+
+-------------------------------------------------------------------
+Tue Aug 27 10:00:31 CEST 2019 - [email protected]
+
+- Adapting Dockerfile to yast-ruby container.
+
+-------------------------------------------------------------------
Old:
----
yast2-samba-provision-1.0.4.tar.bz2
New:
----
yast2-samba-provision-1.0.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-samba-provision.spec ++++++
--- /var/tmp/diff_new_pack.UKzHAN/_old 2021-04-24 23:09:36.179432970 +0200
+++ /var/tmp/diff_new_pack.UKzHAN/_new 2021-04-24 23:09:36.179432970 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-samba-provision
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,28 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: yast2-samba-provision
-Version: 1.0.4
+Version: 1.0.5
Release: 0
Summary: YaST2 - Samba AD DC provision
License: GPL-2.0-only
Group: System/YaST
-Url: https://github.com/yast/yast-samba-provision
-
+URL: https://github.com/yast/yast-samba-provision
Source0: %{name}-%{version}.tar.bz2
-
BuildRequires: perl-XML-Writer
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.3.8
-BuildRequires: yast2-devtools >= 4.2.2
+BuildRequires: yast2-devtools >= 4.4.0
BuildRequires: yast2-perl-bindings
BuildRequires: yast2-testsuite
-
Requires: yast2 >= 3.3.8
Requires: yast2-network
Requires: yast2-python3-bindings >= 4.0.8
Requires: yast2-ruby-bindings >= 3.3.1
-
BuildArch: noarch
%description
@@ -55,11 +51,11 @@
%yast_metainfo
%files
+%license COPYING
%{yast_yncludedir}
%{yast_clientdir}
%{yast_moduledir}
%{yast_desktopdir}
%{yast_metainfodir}
-%doc %{yast_docdir}
%changelog
++++++ yast2-samba-provision-1.0.4.tar.bz2 ->
yast2-samba-provision-1.0.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-samba-provision-1.0.4/.github/workflows/ci.yml
new/yast2-samba-provision-1.0.5/.github/workflows/ci.yml
--- old/yast2-samba-provision-1.0.4/.github/workflows/ci.yml 1970-01-01
01:00:00.000000000 +0100
+++ new/yast2-samba-provision-1.0.5/.github/workflows/ci.yml 2021-04-21
07:51:52.000000000 +0200
@@ -0,0 +1,33 @@
+
+# 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@v2
+
+ - name: Package Build
+ run: yast-ci-ruby -o package
+
+ # 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-samba-provision-1.0.4/.travis.yml
new/yast2-samba-provision-1.0.5/.travis.yml
--- old/yast2-samba-provision-1.0.4/.travis.yml 2019-07-10 16:48:01.000000000
+0200
+++ new/yast2-samba-provision-1.0.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-samba-provision-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-samba-provision-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-samba-provision-1.0.4/Dockerfile
new/yast2-samba-provision-1.0.5/Dockerfile
--- old/yast2-samba-provision-1.0.4/Dockerfile 2019-07-10 16:48:01.000000000
+0200
+++ new/yast2-samba-provision-1.0.5/Dockerfile 1970-01-01 01:00:00.000000000
+0100
@@ -1,2 +0,0 @@
-FROM yastdevel/ruby
-COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-samba-provision-1.0.4/README.md
new/yast2-samba-provision-1.0.5/README.md
--- old/yast2-samba-provision-1.0.4/README.md 2019-07-10 16:48:01.000000000
+0200
+++ new/yast2-samba-provision-1.0.5/README.md 2021-04-21 07:51:52.000000000
+0200
@@ -1,5 +1,6 @@
# YaST - The Samba Active Directory Domain Controller provision module #
-[](https://travis-ci.org/yast/yast-samba-provision)
-[](https://ci.opensuse.org/view/Yast/job/yast-samba-provision-master/)
-
+[](
+https://github.com/yast/yast-samba-provision/actions?query=branch%3Amaster)
+[](
+https://ci.opensuse.org/view/Yast/job/yast-yast-samba-provision-master/)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-samba-provision-1.0.4/package/yast2-samba-provision.changes
new/yast2-samba-provision-1.0.5/package/yast2-samba-provision.changes
--- old/yast2-samba-provision-1.0.4/package/yast2-samba-provision.changes
2019-07-10 16:48:01.000000000 +0200
+++ new/yast2-samba-provision-1.0.5/package/yast2-samba-provision.changes
2021-04-21 07:51:52.000000000 +0200
@@ -1,4 +1,17 @@
-------------------------------------------------------------------
+Tue Apr 20 18:14:05 UTC 2021 - Dirk M??ller <[email protected]>
+
+- stop packaging docdir, it only contained the license which
+ is now in licensedir (bsc#1184897)
+- spec file cleanups
+- 1.0.5
+
+-------------------------------------------------------------------
+Tue Aug 27 10:00:31 CEST 2019 - [email protected]
+
+- Adapting Dockerfile to yast-ruby container.
+
+-------------------------------------------------------------------
Wed Jul 10 08:59:29 UTC 2019 - Samuel Cabrero <[email protected]>
- Catch and show internal python exceptions; (bsc#1140548);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-samba-provision-1.0.4/package/yast2-samba-provision.spec
new/yast2-samba-provision-1.0.5/package/yast2-samba-provision.spec
--- old/yast2-samba-provision-1.0.4/package/yast2-samba-provision.spec
2019-07-10 16:48:01.000000000 +0200
+++ new/yast2-samba-provision-1.0.5/package/yast2-samba-provision.spec
2021-04-21 07:51:52.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-samba-provision
#
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,23 @@
Name: yast2-samba-provision
-Version: 1.0.4
+Version: 1.0.5
Release: 0
Summary: YaST2 - Samba AD DC provision
+License: GPL-2.0-only
Group: System/YaST
-License: GPL-2.0
-Url: https://github.com/yast/yast-samba-provision
-
+URL: https://github.com/yast/yast-samba-provision
Source0: %{name}-%{version}.tar.bz2
-
+BuildRequires: perl-XML-Writer
+BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.3.8
+BuildRequires: yast2-devtools >= 4.4.0
BuildRequires: yast2-perl-bindings
-BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-testsuite
-BuildRequires: perl-XML-Writer
-BuildRequires: update-desktop-files
-
Requires: yast2 >= 3.3.8
-Requires: yast2-ruby-bindings >= 3.3.1
-Requires: yast2-python3-bindings >= 4.0.8
Requires: yast2-network
-
+Requires: yast2-python3-bindings >= 4.0.8
+Requires: yast2-ruby-bindings >= 3.3.1
BuildArch: noarch
%description
@@ -55,11 +51,11 @@
%yast_metainfo
%files
+%license COPYING
%{yast_yncludedir}
%{yast_clientdir}
%{yast_moduledir}
%{yast_desktopdir}
%{yast_metainfodir}
-%doc %{yast_docdir}
%changelog