Update to 1.39.10 release (development)
This commit is contained in:
parent
e83c290128
commit
022b5635e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -414,3 +414,4 @@ network-manager-applet-0.8.1.tar.bz2
|
||||
/NetworkManager-1.37.92.tar.xz
|
||||
/NetworkManager-1.38.0.tar.xz
|
||||
/NetworkManager-1.39.8.tar.xz
|
||||
/NetworkManager-1.39.10.tar.xz
|
||||
|
@ -5,11 +5,13 @@
|
||||
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
||||
|
||||
%global epoch_version 1
|
||||
%global real_version 1.39.8
|
||||
%global real_version 1.39.10
|
||||
%global rpm_version %{real_version}
|
||||
%global release_version 1
|
||||
%global snapshot %{nil}
|
||||
%global git_sha %{nil}
|
||||
%global bcond_default_debug 0
|
||||
%global bcond_default_test 0
|
||||
|
||||
%global obsoletes_device_plugins 1:0.9.9.95-1
|
||||
%global obsoletes_ppp_plugin 1:1.5.3
|
||||
@ -38,18 +40,6 @@
|
||||
|
||||
###############################################################################
|
||||
|
||||
%if "x__BCOND_DEFAULT_DEBUG__" == "x1" || "x__BCOND_DEFAULT_DEBUG__" == "x0"
|
||||
%global bcond_default_debug __BCOND_DEFAULT_DEBUG__
|
||||
%else
|
||||
%global bcond_default_debug 0
|
||||
%endif
|
||||
|
||||
%if "x__BCOND_DEFAULT_TEST__" == "x1" || "x__BCOND_DEFAULT_TEST__" == "x0"
|
||||
%global bcond_default_test __BCOND_DEFAULT_TEST__
|
||||
%else
|
||||
%global bcond_default_test 0
|
||||
%endif
|
||||
|
||||
%bcond_with meson
|
||||
%bcond_without adsl
|
||||
%bcond_without bluetooth
|
||||
@ -293,10 +283,12 @@ BuildRequires: /usr/bin/dbus-launch
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-gobject-base
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-pexpect
|
||||
%else
|
||||
BuildRequires: python2
|
||||
BuildRequires: pygobject3-base
|
||||
BuildRequires: dbus-python
|
||||
BuildRequires: pexpect
|
||||
%endif
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: polkit-devel
|
||||
@ -1232,6 +1224,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 14 2022 Vojtech Bubela <vbubela@redhat.com> - 1:1.39.10-1
|
||||
- Update to 1.39.10 release (development)
|
||||
|
||||
* Thu Jun 30 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.39.8-1
|
||||
- Update to 1.39.8 release (development)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (NetworkManager-1.39.8.tar.xz) = ce5e05a92e0dda2e72cb58d82b0f83891bb6cf21de1b8b45fa15c1d2b07aa96f575e774eae86a0b74b9f019347ef47aaf821d579be0d5382583005810af96ec7
|
||||
SHA512 (NetworkManager-1.39.10.tar.xz) = bbe924b2c981fdc1c2221580b6dca56e19642700e4290faa5d610e1b4f0066ee2beab136c4c4698136953a2082444a52c1b032c0b10fe6d8993a3adc072554d1
|
||||
|
Loading…
Reference in New Issue
Block a user