Update to 1.45.9 (development)
Let's start using the latest development version in Rawhide. Also drop support to build with Python 2.
This commit is contained in:
parent
2d9a87d8b9
commit
a7d4d2313c
1
.gitignore
vendored
1
.gitignore
vendored
@ -437,3 +437,4 @@ network-manager-applet-0.8.1.tar.bz2
|
|||||||
/NetworkManager-1.43.90.tar.xz
|
/NetworkManager-1.43.90.tar.xz
|
||||||
/NetworkManager-1.44.0.tar.xz
|
/NetworkManager-1.44.0.tar.xz
|
||||||
/NetworkManager-1.44.2.tar.xz
|
/NetworkManager-1.44.2.tar.xz
|
||||||
|
/NetworkManager-1.45.9.tar.xz
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
||||||
|
|
||||||
%global epoch_version 1
|
%global epoch_version 1
|
||||||
%global real_version 1.44.2
|
%global real_version 1.45.9
|
||||||
%global rpm_version %{real_version}
|
%global rpm_version %{real_version}
|
||||||
%global release_version 2
|
%global release_version 1
|
||||||
%global snapshot %{nil}
|
%global snapshot %{nil}
|
||||||
%global git_sha %{nil}
|
%global git_sha %{nil}
|
||||||
%global bcond_default_debug 0
|
%global bcond_default_debug 0
|
||||||
@ -293,21 +293,10 @@ BuildRequires: mobile-broadband-provider-info-devel
|
|||||||
BuildRequires: newt-devel
|
BuildRequires: newt-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: /usr/bin/dbus-launch
|
BuildRequires: /usr/bin/dbus-launch
|
||||||
%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8
|
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-gobject-base
|
BuildRequires: python3-gobject-base
|
||||||
BuildRequires: python3-dbus
|
BuildRequires: python3-dbus
|
||||||
BuildRequires: python3-pexpect
|
BuildRequires: python3-pexpect
|
||||||
%else
|
|
||||||
BuildRequires: python2
|
|
||||||
BuildRequires: pygobject3-base
|
|
||||||
BuildRequires: dbus-python
|
|
||||||
BuildRequires: pexpect
|
|
||||||
%if 0%{?rhel} >= 7 && %{with meson}
|
|
||||||
BuildRequires: python36-dbus
|
|
||||||
BuildRequires: python36-gobject
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: jansson-devel
|
BuildRequires: jansson-devel
|
||||||
@ -1262,6 +1251,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 15 2023 Íñigo Huguet <ihuguet@redhat.com> - 1:1.45.9-1
|
||||||
|
- Update to 1.45.9 release (development)
|
||||||
|
- Dropped the support to build with Python 2
|
||||||
|
|
||||||
* Thu Nov 2 2023 Íñigo Huguet <ihuguet@redhat.com> - 1:1.44.2-2
|
* Thu Nov 2 2023 Íñigo Huguet <ihuguet@redhat.com> - 1:1.44.2-2
|
||||||
- migrated to SPDX license
|
- migrated to SPDX license
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (NetworkManager-1.44.2.tar.xz) = 2f3721ebdfa14470c8bb22362c4f598a277c6cea77a34101a6cc9ef32b44382bd408d55e4c58561c324864bfb814b6efb563fbbd593a16c191524cde8ee758f5
|
SHA512 (NetworkManager-1.45.9.tar.xz) = 33e4f8504ed4b94acc2a98d66fe6abb5bd3a99b8a473a92b7dd5a9cc1affc87ccd4f2c0214c213985df4b7649bf2c76afe2ed991daf42ad9f16f729171f25c85
|
||||||
|
Loading…
Reference in New Issue
Block a user