commit dnf-plugins-extras for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-extras for 
openSUSE:Factory checked in at 2020-10-28 11:26:08

Comparing /work/SRC/openSUSE:Factory/dnf-plugins-extras (Old)
 and  /work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.3463 (New)


Package is "dnf-plugins-extras"

Wed Oct 28 11:26:08 2020 rev:6 rq:843805 version:4.0.12

Changes:

--- /work/SRC/openSUSE:Factory/dnf-plugins-extras/dnf-plugins-extras.changes
2020-07-15 14:54:09.194763403 +0200
+++ 
/work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.3463/dnf-plugins-extras.changes
  2020-10-28 11:26:22.338909700 +0100
@@ -1,0 +2,7 @@
+Sat Oct 24 17:02:40 UTC 2020 - Neal Gompa 
+
+- Update to version 4.0.12
+  + Add the DNF_SYSTEM_UPGRADE_NO_REBOOT env variable to control 
system-upgrade reboot.
+  + [system-upgrade] Upgrade groups and environments (rh#1845562, rh#1860408)
+
+---

Old:

  dnf-plugins-extras-4.0.10.tar.gz

New:

  dnf-plugins-extras-4.0.12.tar.gz



Other differences:
--
++ dnf-plugins-extras.spec ++
--- /var/tmp/diff_new_pack.1BKU3c/_old  2020-10-28 11:26:23.094910511 +0100
+++ /var/tmp/diff_new_pack.1BKU3c/_new  2020-10-28 11:26:23.098910515 +0100
@@ -29,7 +29,7 @@
 %bcond_with tracer
 %bcond_without tests
 Name:   dnf-plugins-extras
-Version:4.0.10
+Version:4.0.12
 Release:0
 Summary:Extras Plugins for DNF
 License:GPL-2.0-or-later

++ dnf-plugins-extras-4.0.10.tar.gz -> dnf-plugins-extras-4.0.12.tar.gz 
++
 13708 lines of diff (skipped)




commit dnf-plugins-extras for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-extras for 
openSUSE:Factory checked in at 2020-07-15 14:54:05

Comparing /work/SRC/openSUSE:Factory/dnf-plugins-extras (Old)
 and  /work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.3060 (New)


Package is "dnf-plugins-extras"

Wed Jul 15 14:54:05 2020 rev:5 rq:819225 version:4.0.10

Changes:

--- /work/SRC/openSUSE:Factory/dnf-plugins-extras/dnf-plugins-extras.changes
2020-03-11 18:56:45.775712884 +0100
+++ 
/work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.3060/dnf-plugins-extras.changes
  2020-07-15 14:54:09.194763403 +0200
@@ -1,0 +2,13 @@
+Tue Jul  7 11:53:45 UTC 2020 - Neal Gompa 
+
+- Update to version 4.0.10
+  + Ensure plymouth progressbar is filled up only once (rh#1809096)
+- Enable kickstart plugin
+- Fix author identity in changes
+
+---
+Fri Jul  3 11:42:03 UTC 2020 - Petr Gajdos 
+
+- test package and test it with pytest (drop dependency on nose)
+
+---

Old:

  dnf-plugins-extras-4.0.9.tar.gz

New:

  dnf-plugins-extras-4.0.10.tar.gz



Other differences:
--
++ dnf-plugins-extras.spec ++
--- /var/tmp/diff_new_pack.AA99qs/_old  2020-07-15 14:54:11.650765929 +0200
+++ /var/tmp/diff_new_pack.AA99qs/_new  2020-07-15 14:54:11.654765933 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package dnf-plugins-extras
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2020 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,46 +13,36 @@
 # 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/
 #
 
 
 %{!?dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.19}
 %global dnf_plugins_extra_obsolete 2.0.0
-
 # YUM v3 has been removed from openSUSE Tumbleweed as of 20191119
 %if 0%{?sle_version} && 0%{?sle_version} < 16
 %bcond_with as_yum
 %else
 %bcond_without as_yum
 %endif
-
-
-# openSUSE does not have pykickstart
-%bcond_with pykickstart
-
 # openSUSE does not have tracer
 %bcond_with tracer
-
-# Tests are broken on SUSE for now
-%bcond_with tests
-
+%bcond_without tests
 Name:   dnf-plugins-extras
-Version:4.0.9
+Version:4.0.10
 Release:0
 Summary:Extras Plugins for DNF
-Group:  System/Packages
 License:GPL-2.0-or-later
+Group:  System/Packages
 URL:https://github.com/rpm-software-management/%{name}
 Source0:%{url}/archive/%{version}/%{name}-%{version}.tar.gz
-
-BuildArch:  noarch
 BuildRequires:  cmake
 BuildRequires:  gettext
+BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-dnf >= %{dnf_lowest_compatible}
-BuildRequires:  python3-nose
-BuildRequires:  python3-Sphinx
+BuildRequires:  python3-pytest
+BuildArch:  noarch
 
 %description
 This package contains extra community plugins for use
@@ -61,39 +52,37 @@
 Summary:Common files for Extras Plugins for DNF
 Group:  System/Packages
 Requires:   python3-dnf >= %{dnf_lowest_compatible}
+Conflicts:  python2-%{name}-common < %{version}-%{release}
 Provides:   %{name}-common = %{version}-%{release}
-Obsoletes:  %{name}-common < %{version}-%{release}
-Obsoletes:  python3-%{name}-common < %{version}-%{release}
 Obsoletes:  %{name} < %{version}-%{release}
+Obsoletes:  %{name}-common < %{version}-%{release}
 Obsoletes:  %{name}-common-data < %{version}-%{release}
-Conflicts:  python2-%{name}-common < %{version}-%{release}
+Obsoletes:  python3-%{name}-common < %{version}-%{release}
 # Python 2 bindings are no longer available
 Obsoletes:  python2-%{name}-common < 4.0.1
 
 %description -n python3-%{name}-common
 Common files for Extras Plugins for DNF, Python 3 version.
 
-%if %{with pykickstart}
 %package -n python3-dnf-plugin-kickstart
 Summary:Kickstart Plugin for DNF
 Group:  System/Packages
-Requires:   python3-%{name}-common = %{version}-%{release}
 BuildRequires:  python3-pykickstart
+Requires:   python3-%{name}-common = %{version}-%{release}
 Requires:   python3-pykickstart
-Provides:   dnf-command(kickstart)
+Conflicts:  python2-dnf-plugin-kickstart < %{version}-%{release}
 Provides:   %{name}-kickstart = %{version}-%{release}
 Provides:   dnf-plugin-kickstart = %{version}-%{release}
 Provides:   python3-%{name}-kickstart = %{version}-%{release}
-Conflicts:  python2-dnf-plugin-kickstart < %{version}-%{release}

commit dnf-plugins-extras for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-extras for 
openSUSE:Factory checked in at 2020-03-11 18:55:35

Comparing /work/SRC/openSUSE:Factory/dnf-plugins-extras (Old)
 and  /work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.3160 (New)


Package is "dnf-plugins-extras"

Wed Mar 11 18:55:35 2020 rev:4 rq:783870 version:4.0.9

Changes:

--- /work/SRC/openSUSE:Factory/dnf-plugins-extras/dnf-plugins-extras.changes
2020-02-27 16:57:49.122855765 +0100
+++ 
/work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.3160/dnf-plugins-extras.changes
  2020-03-11 18:56:45.775712884 +0100
@@ -1,0 +2,5 @@
+Wed Mar 11 14:11:37 UTC 2020 - Neal Gompa 
+
+- Add a Supplements to snapper plugin to auto-install when snapper and dnf are 
installed
+
+---



Other differences:
--
++ dnf-plugins-extras.spec ++
--- /var/tmp/diff_new_pack.auhAAE/_old  2020-03-11 18:56:46.647713274 +0100
+++ /var/tmp/diff_new_pack.auhAAE/_new  2020-03-11 18:56:46.659713280 +0100
@@ -123,6 +123,7 @@
 Requires:   snapper
 Provides:   %{name}-snapper = %{version}-%{release}
 Provides:   dnf-plugin-snapper = %{version}-%{release}
+Supplements:(dnf and snapper)
 Provides:   python3-%{name}-snapper = %{version}-%{release}
 Conflicts:  python2-dnf-plugin-snapper < %{version}-%{release}
 Obsoletes:  python3-%{name}-snapper < %{dnf_plugins_extra_obsolete}




commit dnf-plugins-extras for openSUSE:Factory

2020-02-27 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-extras for 
openSUSE:Factory checked in at 2020-02-27 16:57:47

Comparing /work/SRC/openSUSE:Factory/dnf-plugins-extras (Old)
 and  /work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.26092 (New)


Package is "dnf-plugins-extras"

Thu Feb 27 16:57:47 2020 rev:3 rq:779947 version:4.0.9

Changes:

--- /work/SRC/openSUSE:Factory/dnf-plugins-extras/dnf-plugins-extras.changes
2019-12-03 15:20:15.894564958 +0100
+++ 
/work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.26092/dnf-plugins-extras.changes
 2020-02-27 16:57:49.122855765 +0100
@@ -1,0 +2,12 @@
+Thu Feb 27 14:21:01 UTC 2020 - Neal Gompa 
+
+- Update to version 4.0.9
+  + [doc] move manpages for plugins to "dnf-PLUGIN" (rh#1706386)
+  + Add offline-upgrade and offline-distrosync commands
+  + [doc] Add description for new offline command
+  + Store reason for system-upgrade plugin
+  + Do not show Operation aborted as an error (rh#1797427)
+- Drop backported patch included in this release
+  * Patch: 0001-doc-move-manpages-for-plugins-to-dnf-PLUGIN-RhBug-17.patch
+
+---

Old:

  0001-doc-move-manpages-for-plugins-to-dnf-PLUGIN-RhBug-17.patch
  dnf-plugins-extras-4.0.8.tar.gz

New:

  dnf-plugins-extras-4.0.9.tar.gz



Other differences:
--
++ dnf-plugins-extras.spec ++
--- /var/tmp/diff_new_pack.Ex7LDu/_old  2020-02-27 16:57:49.670856681 +0100
+++ /var/tmp/diff_new_pack.Ex7LDu/_new  2020-02-27 16:57:49.670856681 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dnf-plugins-extras
 #
-# Copyright (c) 2019 Neal Gompa .
+# Copyright (c) 2020 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%{!?dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.1}
+%{!?dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.19}
 %global dnf_plugins_extra_obsolete 2.0.0
 
 # YUM v3 has been removed from openSUSE Tumbleweed as of 20191119
@@ -37,7 +37,7 @@
 %bcond_with tests
 
 Name:   dnf-plugins-extras
-Version:4.0.8
+Version:4.0.9
 Release:0
 Summary:Extras Plugins for DNF
 Group:  System/Packages
@@ -45,9 +45,6 @@
 URL:https://github.com/rpm-software-management/%{name}
 Source0:%{url}/archive/%{version}/%{name}-%{version}.tar.gz
 
-# Backports from upstream
-Patch0001:  0001-doc-move-manpages-for-plugins-to-dnf-PLUGIN-RhBug-17.patch
-
 BuildArch:  noarch
 BuildRequires:  cmake
 BuildRequires:  gettext
@@ -142,6 +139,8 @@
 Requires:   python3-%{name}-common = %{version}-%{release}
 Requires:   python3-systemd
 Requires:   systemd
+Provides:   dnf-command(offline-distrosync)
+Provides:   dnf-command(offline-upgrade)
 Provides:   dnf-command(system-upgrade)
 Provides:   %{name}-system-upgrade = %{version}-%{release}
 Provides:   system-upgrade = %{version}-%{release}

++ dnf-plugins-extras-4.0.8.tar.gz -> dnf-plugins-extras-4.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dnf-plugins-extras-4.0.8/dnf-plugins-extras.spec 
new/dnf-plugins-extras-4.0.9/dnf-plugins-extras.spec
--- old/dnf-plugins-extras-4.0.8/dnf-plugins-extras.spec2019-11-07 
11:41:51.0 +0100
+++ new/dnf-plugins-extras-4.0.9/dnf-plugins-extras.spec2020-02-24 
15:52:08.0 +0100
@@ -1,4 +1,4 @@
-%{!?dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.1}
+%{!?dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.19}
 %global dnf_plugins_extra_obsolete 2.0.0
 
 %if 0%{?rhel} > 7 || 0%{?fedora} > 29
@@ -14,7 +14,7 @@
 %endif
 
 Name:   dnf-plugins-extras
-Version:4.0.8
+Version:4.0.9
 Release:1%{?dist}
 Summary:Extras Plugins for DNF
 License:GPLv2+
@@ -364,14 +364,14 @@
 %if %{with python2}
 %files -n python2-dnf-plugin-kickstart
 %{python2_sitelib}/dnf-plugins/kickstart.*
-%{_mandir}/man8/dnf.plugin.kickstart.*
+%{_mandir}/man8/dnf-kickstart.*
 %endif
 
 %if %{with python3}
 %files -n python3-dnf-plugin-kickstart
 %{python3_sitelib}/dnf-plugins/kickstart.*
 %{python3_sitelib}/dnf-plugins/__pycache__/kickstart.*
-%{_mandir}/man8/dnf.plugin.kickstart.*
+%{_mandir}/man8/dnf-kickstart.*
 %endif
 
 %if %{with python3}
@@ -379,20 +379,20 @@
 %config(noreplace) %{_sysconfdir}/dnf/plugins/rpmconf.conf
 %{python3_sitelib}/dnf-plugins/rpm_conf.*
 %{python3_sitelib}/dnf-plugins/__pycache__/rpm_conf.*
-%{_mandir}/man8/dnf.plugin.rpmconf.*
+%{_mandir}/man8/dnf-rpmconf.*
 %endif
 
 %if %{with python2}
 %files -n 

commit dnf-plugins-extras for openSUSE:Factory

2019-12-03 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-extras for 
openSUSE:Factory checked in at 2019-12-03 15:20:07

Comparing /work/SRC/openSUSE:Factory/dnf-plugins-extras (Old)
 and  /work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.4691 (New)


Package is "dnf-plugins-extras"

Tue Dec  3 15:20:07 2019 rev:2 rq:752753 version:4.0.8

Changes:

--- /work/SRC/openSUSE:Factory/dnf-plugins-extras/dnf-plugins-extras.changes
2019-04-20 17:12:58.854906849 +0200
+++ 
/work/SRC/openSUSE:Factory/.dnf-plugins-extras.new.4691/dnf-plugins-extras.changes
  2019-12-03 15:20:15.894564958 +0100
@@ -1,0 +2,16 @@
+Sun Dec  1 18:54:11 UTC 2019 - Neal Gompa 
+
+- Upgrade to version 4.0.8
+  + [system-upgrade] Save gpgcheck and repo_gpgcheck repo options (rh#1693677)
+  + Add showvars plugin for showing what DNF vars are set for the dnf runtime
+  + [system-upgrade] Use --system-upgrade plymouth mode (rh#1681584)
+  + [system-upgrade] Fix traceback caused by setting gpgcheck options 
(rh#1751103, rh#1746346)
+  + Fix kickstart plugin (rh#1649093)
+  + [system-upgrade] Ensure identical transaction in download and update steps 
(rh#1758588)
+  + [system-upgrade] Provide distro specific url for help with system-upgrade
+  + Set clean_requirements_on_remove=False during remove (rh#1764169)
+- Set rpmconf plugin package to replace yum-merge-conf on Tumbleweed
+- Backport patch from upstream to rename man pages to dnf-FOO (rh#1706386)
+  * Patch: 0001-doc-move-manpages-for-plugins-to-dnf-PLUGIN-RhBug-17.patch
+
+---

Old:

  dnf-plugins-extras-4.0.4.tar.gz

New:

  0001-doc-move-manpages-for-plugins-to-dnf-PLUGIN-RhBug-17.patch
  dnf-plugins-extras-4.0.8.tar.gz



Other differences:
--
++ dnf-plugins-extras.spec ++
--- /var/tmp/diff_new_pack.7bxDYa/_old  2019-12-03 15:20:17.394564272 +0100
+++ /var/tmp/diff_new_pack.7bxDYa/_new  2019-12-03 15:20:17.398564270 +0100
@@ -19,6 +19,14 @@
 %{!?dnf_lowest_compatible: %global dnf_lowest_compatible 4.2.1}
 %global dnf_plugins_extra_obsolete 2.0.0
 
+# YUM v3 has been removed from openSUSE Tumbleweed as of 20191119
+%if 0%{?sle_version} && 0%{?sle_version} < 16
+%bcond_with as_yum
+%else
+%bcond_without as_yum
+%endif
+
+
 # openSUSE does not have pykickstart
 %bcond_with pykickstart
 
@@ -29,7 +37,7 @@
 %bcond_with tests
 
 Name:   dnf-plugins-extras
-Version:4.0.4
+Version:4.0.8
 Release:0
 Summary:Extras Plugins for DNF
 Group:  System/Packages
@@ -37,6 +45,9 @@
 URL:https://github.com/rpm-software-management/%{name}
 Source0:%{url}/archive/%{version}/%{name}-%{version}.tar.gz
 
+# Backports from upstream
+Patch0001:  0001-doc-move-manpages-for-plugins-to-dnf-PLUGIN-RhBug-17.patch
+
 BuildArch:  noarch
 BuildRequires:  cmake
 BuildRequires:  gettext
@@ -97,6 +108,11 @@
 Provides:   dnf-plugin-rpmconf = %{version}-%{release}
 Provides:   python3-%{name}-rpmconf = %{version}-%{release}
 Obsoletes:  python3-%{name}-rpmconf < %{dnf_plugins_extra_obsolete}
+%if %{with as_yum}
+# SUSE-specific yum-utils subpackage obsoletion
+Obsoletes:  yum-merge-conf < 4.0.0
+Provides:   yum-merge-conf = %{version}-%{release}
+%endif
 
 %description -n python3-dnf-plugin-rpmconf
 RpmConf Plugin for DNF, Python 3 version. Handles .rpmnew, .rpmsave every
@@ -180,6 +196,17 @@
 Tor proxy plugin forces DNF to use Tor to download packages. It makes sure that
 Tor is working and avoids leaking the hostname by using the proper SOCKS5 
interface.
 
+%package -n python3-dnf-plugin-showvars
+Summary:showvars Plugin for DNF
+Group:  System/Packages
+Requires:   python3-%{name}-common = %{version}-%{release}
+Provides:   dnf-plugin-showvars = %{version}-%{release}
+Provides:   python3-%{name}-showvars = %{version}-%{release}
+
+%description -n python3-dnf-plugin-showvars
+This plugin dumps the current value of any defined DNF variables. For example
+$releasever and $basearch.
+
 
 %prep
 %autosetup -n %{name}-%{version}%{?prerel:-%{prerel}} -p1
@@ -206,12 +233,12 @@
 
 %if ! %{with pykickstart}
 rm -rf %{buildroot}%{python3_sitelib}/dnf-plugins/kickstart.*
-rm -rf %{buildroot}%{_mandir}/man8/dnf.plugin.kickstart.*
+rm -rf %{buildroot}%{_mandir}/man8/dnf-kickstart.*
 %endif
 
 %if ! %{with tracer}
 rm -rf %{buildroot}%{python3_sitelib}/dnf-plugins/tracer.*
-rm -rf %{buildroot}%{_mandir}/man8/dnf.plugin.tracer.*
+rm -rf %{buildroot}%{_mandir}/man8/dnf-tracer.*
 %endif
 
 %if %{with tests}
@@ -231,17 +258,17 @@
 %if %{with pykickstart}
 %files -n python3-dnf-plugin-kickstart
 %{python3_sitelib}/dnf-plugins/kickstart.*
-%{_mandir}/man8/dnf.plugin.kickstart.*