Hello community,
here is the log from the commit of package NetworkManager-openconnect for
openSUSE:Factory checked in at 2018-03-08 10:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-openconnect (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-openconnect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-openconnect"
Thu Mar 8 10:50:08 2018 rev:23 rq:582894 version:1.2.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/NetworkManager-openconnect/NetworkManager-openconnect.changes
2016-12-09 09:32:05.372641382 +0100
+++
/work/SRC/openSUSE:Factory/.NetworkManager-openconnect.new/NetworkManager-openconnect.changes
2018-03-08 10:50:09.549191971 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:37:44 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-openconnect.spec ++++++
--- /var/tmp/diff_new_pack.9WXwkB/_old 2018-03-08 10:50:10.125171236 +0100
+++ /var/tmp/diff_new_pack.9WXwkB/_new 2018-03-08 10:50:10.125171236 +0100
@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager-openconnect
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,12 @@
Release: 0
# FIXME: Verify, if -Wno-deprecated-declarations CFLAG is still required
Summary: NetworkManager VPN support for OpenConnect
-License: GPL-2.0+ and LGPL-2.1
+License: GPL-2.0-or-later AND LGPL-2.1-only
Group: Productivity/Networking/System
-Url: http://www.gnome.org/projects/NetworkManager
+URL: http://www.gnome.org/projects/NetworkManager
Source0:
http://download.gnome.org/sources/NetworkManager-openconnect/1.2/%{name}-%{version}.tar.xz
BuildRequires: intltool
+BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(NetworkManager) >= 1.1.0
BuildRequires: pkgconfig(dbus-glib-1)
@@ -42,7 +43,6 @@
Requires: openconnect
Requires(pre): pwdutils
Recommends: %{name}-lang
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
%description
@@ -61,6 +61,7 @@
OpenConnect, an implementation of the Cisco AnyConnect VPN system.
%lang_package
+
%prep
%setup -q
translation-update-upstream
@@ -74,10 +75,7 @@
%install
%make_install
%find_lang %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
-
-%clean
-rm -rf %{buildroot}
+find %{buildroot} -type f -name "*.la" -delete -print
%pre
getent group nm-openconnect >/dev/null || groupadd -r nm-openconnect
@@ -89,8 +87,8 @@
exit 0
%files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS
+%license COPYING
+%doc AUTHORS ChangeLog NEWS
%{_libdir}/NetworkManager/libnm-vpn-plugin-openconnect.so
%{_libexecdir}/nm-openconnect-service
%{_libexecdir}/nm-openconnect-service-openconnect-helper
@@ -101,7 +99,6 @@
%{_sysconfdir}/dbus-1/system.d/nm-openconnect-service.conf
%files gnome
-%defattr(-,root,root,-)
%{_datadir}/appdata/network-manager-openconnect.metainfo.xml
%{_libdir}/NetworkManager/libnm-openconnect-properties.so*
%{_libexecdir}/nm-openconnect-auth-dialog