|
@@ -25,7 +25,7 @@
|
|
|
Name: NetworkManager
|
|
|
Summary: Network connection manager and user applications
|
|
|
Summary(ja): ネットワーク接続マネージャとユーザアプリケーション
|
|
|
-Version: 1.28.0
|
|
|
+Version: 1.30.4
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: network,system
|
|
|
Vendor: Project Vine
|
|
@@ -81,7 +81,7 @@ BuildRequires: pkgconfig(bluez)
|
|
|
BuildRequires: pkgconfig(jansson)
|
|
|
BuildRequires: curl-devel
|
|
|
BuildRequires: python3-pygobject
|
|
|
-BuildRequires: vala-tools, vala-devel
|
|
|
+BuildRequires: vala
|
|
|
BuildRequires: ppp
|
|
|
BuildRequires: ModemManager-glib-devel >= %{mm_version}
|
|
|
BuildRequires: readline-devel
|
|
@@ -330,14 +330,6 @@ if [ $1 -eq 0 ]; then
|
|
|
fi
|
|
|
fi
|
|
|
|
|
|
-%post libnm -p /sbin/ldconfig
|
|
|
-%postun libnm -p /sbin/ldconfig
|
|
|
-
|
|
|
-%if 0
|
|
|
-%post glib -p /sbin/ldconfig
|
|
|
-%postun glib -p /sbin/ldconfig
|
|
|
-%endif
|
|
|
-
|
|
|
%triggerpostun -- initscripts < 8.91.16-2
|
|
|
if [ ! -f /sbin/ifup -o -L /sbin/ifup ]; then
|
|
|
/usr/sbin/update-alternatives \
|
|
@@ -491,6 +483,10 @@ done
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Jun 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.30.4-1
|
|
|
+- new upstream release.
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
+
|
|
|
* Mon Feb 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.28.0-1
|
|
|
- new upstream release.
|
|
|
|