parent
e64c9c8def
commit
f0be8138f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -403,3 +403,4 @@ network-manager-applet-0.8.1.tar.bz2
|
||||
/NetworkManager-1.35.90.tar.xz
|
||||
/NetworkManager-1.35.91.tar.xz
|
||||
/NetworkManager-1.35.92.tar.xz
|
||||
/NetworkManager-1.36.0.tar.xz
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
%global epoch_version 1
|
||||
%global rpm_version 1.36.0
|
||||
%global real_version 1.35.92
|
||||
%global release_version 0.10
|
||||
%global real_version 1.36.0
|
||||
%global release_version 1
|
||||
%global snapshot %{nil}
|
||||
%global git_sha %{nil}
|
||||
|
||||
@ -703,8 +703,7 @@ Preferably use nmcli instead.
|
||||
-Dresolvconf=no \
|
||||
-Dnetconfig=no \
|
||||
-Dconfig_dns_rc_manager_default=%{dns_rc_manager_default} \
|
||||
-Dconfig_logging_backend_default=%{logging_backend_default} \
|
||||
-Djson_validation=true
|
||||
-Dconfig_logging_backend_default=%{logging_backend_default}
|
||||
|
||||
%meson_build
|
||||
|
||||
@ -1189,6 +1188,12 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 24 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-1
|
||||
- Upgrade to 1.36.0 release
|
||||
- core: avoid losing L3 configuration the second time it's applied (rh #2043514)
|
||||
- ovs: avoid removing OVSDB entries on daemon shutdown (rh #2055665)
|
||||
- nmcli: fix defaults for some properties on interactive add (rh #2053603)
|
||||
|
||||
* Sat Feb 19 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-0.10
|
||||
- Upgrade to 1.35.92 (release candidate)
|
||||
- ppp: increase disconnect timeout (rh #2049596)
|
||||
|
@ -1,49 +0,0 @@
|
||||
#
|
||||
# rpminspect configuration file
|
||||
#
|
||||
# *** INTERNAL SETTINGS FOR RED HAT -- DO NOT REDISTRIBUTE ***
|
||||
#
|
||||
|
||||
#XXX In order to tweak the rpminspect configuration per component, the
|
||||
#XXX default configuration file can be obtained from
|
||||
#XXX https://gitlab.cee.redhat.com/osci/rpminspect-data-redhat/-/blob/master/redhat.yaml
|
||||
|
||||
---
|
||||
badfuncs:
|
||||
# Shared function names prohibited from executables and libraries.
|
||||
# The function names listed here are generally ones provided by
|
||||
# the system, but are deprecated in favor of more modern
|
||||
# alternatives. As a rule we do not want to make use of those but
|
||||
# only provide them to users for backwards compatibility.
|
||||
|
||||
# This is an array of forbidden function names.
|
||||
- gethostbyname
|
||||
- gethostbyname2
|
||||
- gethostbyaddr
|
||||
- inet_addr
|
||||
|
||||
#XXX NetworkManager intentionally uses inet_aton. It does so in a controlled manner
|
||||
#XXX to parse IPv4 addresses in the legacy style (with leading zeros, which inet_pton() does
|
||||
#XXX not support). See https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/cf1b726157c36f72a79aa1276c8c80fe2be1d04d/src/libnm-glib-aux/nm-shared-utils.c#L911
|
||||
#XXX
|
||||
#XXX - inet_aton
|
||||
|
||||
- inet_nsap_addr
|
||||
- inet_ntoa
|
||||
- inet_nsap_ntoa
|
||||
- inet_makeaddr
|
||||
- inet_netof
|
||||
- inet_network
|
||||
- inet_neta
|
||||
- inet_net_ntop
|
||||
- inet_net_pton
|
||||
- rcmd
|
||||
- rexec
|
||||
- rresvport
|
||||
|
||||
# Optional list of glob(7) specifications to match files to ignore
|
||||
# for this inspection. The format of this list is the same as the
|
||||
# global 'ignore' list. The difference is the items specified
|
||||
# here will only be used during this inspection.
|
||||
#ignore:
|
||||
# - /usr/lib*/libexample.so*
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (NetworkManager-1.35.92.tar.xz) = f30e6880051e13d19d10c7eede08c5b5ca90efd3deaf0aafc6f5971c14141af4213bd93f97fb6724cc47d75cd0be5f3c5198a44f0c40dd24b301d05a149890be
|
||||
SHA512 (NetworkManager-1.36.0.tar.xz) = 9cc2f4ca0d4425423b6db75ed6c65f7a51229f7c654ab0b9b07d22c695b292d28768ff56aff6af3d9a2c0bd2b46d25bae015e9edacf766bfb74018b4e5847da8
|
||||
|
Loading…
Reference in New Issue
Block a user