!90 修复22.03分支编译问题

Merge pull request !90 from robertxw/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-10 09:16:18 +00:00 committed by Gitee
commit 0425002cfe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -10,10 +10,10 @@
%global obsoletes_ppp_plugin 1:1.5.3
%global systemd_dir %{_prefix}/lib/systemd/system
%if "x%{?snapshot}" != x
%if "x%{?snapshot}" != "x"
%global snapshot_dot .%{snapshot}
%endif
%if "x%{?git_sha}" != x
%if "x%{?git_sha}" != "x"
%global git_sha_dot .%{git_sha}
%endif
@ -50,7 +50,7 @@
Name: NetworkManager
Version: 1.32.12
Epoch: 1
Release: 2
Release: 3
Summary: Network Link Manager and User Applications
License: GPLv2+
URL: https://www.gnome.org/projects/NetworkManager/
@ -475,6 +475,12 @@ fi
%{_datadir}/gtk-doc/html/NetworkManager/*
%changelog
* Mon Jan 10 2022 gaoxingwang <gaoxingwang@huawei.com> - 1.32.12-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix build error due to upgrading dependency packages
* Wed Dec 15 2021 gaoxingwang <gaoxingwang@huawei.com> - 1.32.12-2
- Type:bugfix
- ID:NA