From 941b07807d9d3f774db0ea93a40062ba34741d77 Mon Sep 17 00:00:00 2001 From: Pharaoh_Atem <> Date: Feb 22 2024 20:28:48 +0000 Subject: Update dnf-plugins-extras to version 4.1.2 / rev 13 via SR 1149214 https://build.opensuse.org/request/show/1149214 by user Pharaoh_Atem + anag+factory --- diff --git a/.files b/.files index 08c4443..c44ca94 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d382a70..b6dab6b 100644 --- a/.rev +++ b/.rev @@ -126,4 +126,12 @@ 1067628 + + 30cea8417f50bbbdd483509c81535fd6 + 4.1.2 + + anag+factory + + 1149214 + diff --git a/dnf-plugins-extras-4.0.17.tar.gz b/dnf-plugins-extras-4.0.17.tar.gz deleted file mode 120000 index e3f0224..0000000 --- a/dnf-plugins-extras-4.0.17.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiapltjoxiqvflixwfocchroezj5yguprybaizsdwr7tgkiza3l2ue \ No newline at end of file diff --git a/dnf-plugins-extras-4.1.2.tar.gz b/dnf-plugins-extras-4.1.2.tar.gz new file mode 120000 index 0000000..5471cbc --- /dev/null +++ b/dnf-plugins-extras-4.1.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreifcepcmf7cp2tpjaiay3z5fvmrrcdirsmshulrgnu6elh67qv4nyi \ No newline at end of file diff --git a/dnf-plugins-extras.changes b/dnf-plugins-extras.changes index 426b591..1c258bf 100644 --- a/dnf-plugins-extras.changes +++ b/dnf-plugins-extras.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Thu Feb 22 10:24:23 UTC 2024 - Daniel Garcia + +- Update to 4.1.2: + - snapper: Add support for specifying snapper config name by @quytelda in #208 + - rpmconf: Implement unattended config option by @mstefany in #191 +- 4.1.1: + - Update translations + - Adapt tests to RPM 4.19 +- 4.1.0: + - Move system-upgrade plugin to core (RhBug:2054235) + +------------------------------------------------------------------- Fri Feb 24 15:38:14 UTC 2023 - Bruno Pitrus - Precompile python bytecode (boo#1208151) diff --git a/dnf-plugins-extras.spec b/dnf-plugins-extras.spec index 81c39b5..86dad6f 100644 --- a/dnf-plugins-extras.spec +++ b/dnf-plugins-extras.spec @@ -1,7 +1,7 @@ # # spec file for package dnf-plugins-extras # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2020 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -32,7 +32,7 @@ %bcond_without tests Name: dnf-plugins-extras -Version: 4.0.17 +Version: 4.1.2 Release: 0 Summary: Extras Plugins for DNF License: GPL-2.0-or-later @@ -130,34 +130,6 @@ Obsoletes: python2-dnf-plugin-snapper < 4.0.1 %description -n python3-dnf-plugin-snapper Snapper Plugin for DNF, Python 3 version. Creates snapshot every transaction. -%package -n python3-dnf-plugin-system-upgrade -Summary: System Upgrade Plugin for DNF -Group: System/Packages -BuildRequires: python3-systemd -BuildRequires: systemd-rpm-macros -Requires: python3-%{name}-common = %{version}-%{release} -Requires: python3-systemd -Requires: systemd -Conflicts: python2-dnf-plugin-system-upgrade < %{version}-%{release} -Provides: %{name}-system-upgrade = %{version}-%{release} -Provides: dnf-plugin-system-upgrade = %{version}-%{release} -Provides: python3-%{name}-system-upgrade = %{version}-%{release} -Provides: system-upgrade = %{version}-%{release} -Provides: dnf-command(offline-distrosync) -Provides: dnf-command(offline-upgrade) -Provides: dnf-command(system-upgrade) -Obsoletes: dnf-plugin-system-upgrade < 0.10 -Obsoletes: fedup < 0.9.4 -Obsoletes: python3-%{name}-system-upgrade < %{dnf_plugins_extra_obsolete} -# Python 2 version is no longer available -Obsoletes: python2-%{name}-system-upgrade < 4.0.1 -Obsoletes: python2-dnf-plugin-system-upgrade < 4.0.1 -%{?systemd_requires} - -%description -n python3-dnf-plugin-system-upgrade -System Upgrade Plugin for DNF, Python 3 version. Enables offline system upgrades -using the "dnf system-upgrade" command. - %if %{with tracer} %package -n python3-dnf-plugin-tracer Summary: Tracer Plugin for DNF @@ -219,15 +191,6 @@ pushd build %make_install popd -mkdir -p %{buildroot}%{_unitdir}/system-update.target.wants/ -pushd %{buildroot}%{_unitdir}/system-update.target.wants/ - ln -sr ../dnf-system-upgrade.service -popd - -# Link dnf-offline-{upgrade,distrosync}.8 to dnf-system-upgrade.8 -echo ".so man8/dnf-system-upgrade.8" > %{buildroot}%{_mandir}/man8/dnf-offline-upgrade.8 -echo ".so man8/dnf-system-upgrade.8" > %{buildroot}%{_mandir}/man8/dnf-offline-distrosync.8 - %find_lang %{name} %if ! %{with tracer} @@ -264,23 +227,12 @@ pytest-%{python3_version} -v -s tests/ %{_mandir}/man8/dnf-rpmconf.* %files -n python3-dnf-plugin-snapper +%config(noreplace) %{_sysconfdir}/dnf/plugins/snapper.conf %{python3_sitelib}/dnf-plugins/snapper.* %dir %{python3_sitelib}/dnf-plugins/__pycache__ %{python3_sitelib}/dnf-plugins/__pycache__/snapper.* %{_mandir}/man8/dnf-snapper.* -%files -n python3-dnf-plugin-system-upgrade -%{_unitdir}/dnf-system-upgrade.service -%{_unitdir}/dnf-system-upgrade-cleanup.service -%dir %{_unitdir}/system-update.target.wants -%{_unitdir}/system-update.target.wants/dnf-system-upgrade.service -%{python3_sitelib}/dnf-plugins/system_upgrade.py -%dir %{python3_sitelib}/dnf-plugins/__pycache__ -%{python3_sitelib}/dnf-plugins/__pycache__/system_upgrade.* -%{_mandir}/man8/dnf-system-upgrade.* -%{_mandir}/man8/dnf-offline-upgrade.* -%{_mandir}/man8/dnf-offline-distrosync.* - %if %{with tracer} %files -n python3-dnf-plugin-tracer %{python3_sitelib}/dnf-plugins/tracer.*