automatic version update by autodist [release 1.36.0-1mamba;Sat Feb 26 2022]
This commit is contained in:
parent
1f889211b8
commit
1a390e8aa1
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
%define pppdver %(rpm -q --queryformat '%%{version}\\n' ppp | head -n1)
|
%define pppdver %(rpm -q --queryformat '%%{version}\\n' ppp | head -n1)
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Version: 1.32.12
|
Version: 1.36.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A hardware level network management tool integrated with D-Bus
|
Summary: A hardware level network management tool integrated with D-Bus
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -34,7 +34,6 @@ BuildRequires: libreadline-devel
|
|||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libteam-devel
|
BuildRequires: libteam-devel
|
||||||
BuildRequires: libtermcap-devel
|
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libsodium-devel >= 1.0.8-1mamba
|
BuildRequires: libsodium-devel >= 1.0.8-1mamba
|
||||||
@ -92,7 +91,7 @@ This package includes the %{name} API documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch10 -p1
|
#%patch10 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
@ -110,7 +109,6 @@ This package includes the %{name} API documentation.
|
|||||||
-D modify_system=true \
|
-D modify_system=true \
|
||||||
-D concheck=true \
|
-D concheck=true \
|
||||||
-D wifi=true \
|
-D wifi=true \
|
||||||
-D polkit_agent=true \
|
|
||||||
-D suspend_resume=systemd \
|
-D suspend_resume=systemd \
|
||||||
-D iwd=true \
|
-D iwd=true \
|
||||||
-D ebpf=true \
|
-D ebpf=true \
|
||||||
@ -205,12 +203,12 @@ fi
|
|||||||
%{_unitdir}/NetworkManager.service
|
%{_unitdir}/NetworkManager.service
|
||||||
%{_unitdir}/NetworkManager-dispatcher.service
|
%{_unitdir}/NetworkManager-dispatcher.service
|
||||||
%{_unitdir}/NetworkManager-wait-online.service
|
%{_unitdir}/NetworkManager-wait-online.service
|
||||||
|
%{_unitdir}/nm-priv-helper.service
|
||||||
%{_unitdir}/NetworkManager.service.d/NetworkManager-ovs.conf
|
%{_unitdir}/NetworkManager.service.d/NetworkManager-ovs.conf
|
||||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.NetworkManager*.xml
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.NetworkManager*.xml
|
||||||
%{_datadir}/dbus-1/system.d/nm-dispatcher.conf
|
%{_datadir}/dbus-1/system.d/nm-*.conf
|
||||||
%{_datadir}/dbus-1/system.d/nm-ifcfg-rh.conf
|
|
||||||
%{_datadir}/dbus-1/system.d/org.freedesktop.NetworkManager.conf
|
%{_datadir}/dbus-1/system.d/org.freedesktop.NetworkManager.conf
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.nm*.service
|
||||||
%{_datadir}/bash-completion/completions/nmcli
|
%{_datadir}/bash-completion/completions/nmcli
|
||||||
%{_datadir}/polkit-1/actions/org.freedesktop.NetworkManager.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.NetworkManager.policy
|
||||||
%{_mandir}/man1/nm-online.1.*
|
%{_mandir}/man1/nm-online.1.*
|
||||||
@ -227,9 +225,6 @@ fi
|
|||||||
|
|
||||||
%files -n libnm
|
%files -n libnm
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libexecdir}/nm-iface-helper
|
|
||||||
%{_libexecdir}/nm-ifdown
|
|
||||||
%{_libexecdir}/nm-ifup
|
|
||||||
%{_libdir}/libnm.so.*
|
%{_libdir}/libnm.so.*
|
||||||
#%{_libdir}/libnm-util.so.*
|
#%{_libdir}/libnm-util.so.*
|
||||||
#%{_libdir}/libnm-glib-vpn.so.*
|
#%{_libdir}/libnm-glib-vpn.so.*
|
||||||
@ -266,7 +261,7 @@ fi
|
|||||||
%{_datadir}/vala/vapi/libnm.deps
|
%{_datadir}/vala/vapi/libnm.deps
|
||||||
%{_datadir}/vala/vapi/libnm.vapi
|
%{_datadir}/vala/vapi/libnm.vapi
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
#%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -283,6 +278,9 @@ fi
|
|||||||
%{_datadir}/doc/NetworkManager/examples/server.conf
|
%{_datadir}/doc/NetworkManager/examples/server.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 1.36.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 1.32.12-1mamba
|
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 1.32.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user