Hello community, here is the log from the commit of package iwd for openSUSE:Factory checked in at 2019-11-30 10:39:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iwd (Old) and /work/SRC/openSUSE:Factory/.iwd.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iwd" Sat Nov 30 10:39:31 2019 rev:12 rq:751841 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/iwd/iwd.changes 2019-09-26 20:39:19.102849602 +0200 +++ /work/SRC/openSUSE:Factory/.iwd.new.26869/iwd.changes 2019-11-30 10:40:50.312147274 +0100 @@ -1,0 +2,35 @@ +Wed Nov 27 20:37:23 UTC 2019 - Bjørn Lie <[email protected]> + +- Disable testsuite and openssl BuildRequires, it fails on the obs, + but leave them behind as the tests works fine on a checkout. +- Modernize spec. + +------------------------------------------------------------------- +Fri Nov 1 08:21:37 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Execute testsuite + +------------------------------------------------------------------- +Wed Oct 30 16:22:33 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 1.0: + * Add support for stable D-Bus interfaces. + * Add support for network configuration documentation. + +------------------------------------------------------------------- +Sun Oct 27 21:01:48 UTC 2019 - Xaver Hellauer <[email protected]> + +- ver 0.23: + * Fix issue with strict certificate chain checks. + * Fix issue with parsing RSNE_ADVANCE information. + * Fix issue with parsing RSN information for WPA1. + * Fix issue with logic error in scan frequency validation. + * Fix issue with integer overflow and authentication frames. + * Add support for installing various manual pages. + +- ver 0.22: + * Fix issue with hotplug and device capability detection. + * Add support for IPv6 network configuration handling. + * Add support for embedding certificates in profiles. + +------------------------------------------------------------------- Old: ---- iwd-0.21.tar.sign iwd-0.21.tar.xz New: ---- iwd-1.0.tar.sign iwd-1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iwd.spec ++++++ --- /var/tmp/diff_new_pack.JeYFjN/_old 2019-11-30 10:40:50.900147203 +0100 +++ /var/tmp/diff_new_pack.JeYFjN/_new 2019-11-30 10:40:50.904147203 +0100 @@ -1,7 +1,7 @@ # # spec file for package iwd # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,24 @@ Name: iwd -Version: 0.21 +Version: 1.0 Release: 0 Summary: Wireless daemon for Linux License: LGPL-2.1-or-later -Group: Productivity/Networking/Other URL: https://git.kernel.org/pub/scm/network/wireless/iwd.git Source: https://kernel.org/pub/linux/network/wireless/%{name}-%{version}.tar.xz Source2: https://kernel.org/pub/linux/network/wireless/%{name}-%{version}.tar.sign # https://kernel.org/doc/wot/holtmann.html Source3: %{name}.keyring + +# Disable openssl as we have disabled the tests on obs +# needed for the tests to generate certificates +#BuildRequires: openssl BuildRequires: pkgconfig BuildRequires: readline-devel BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(dbus-1) -BuildRequires: pkgconfig(ell) >= 0.23 +BuildRequires: pkgconfig(ell) >= 0.26 BuildRequires: pkgconfig(systemd) %{?systemd_ordering} @@ -42,13 +45,14 @@ features provided by the Linux kernel. %prep -%setup -q +%autosetup -p1 %build %configure \ --libexecdir=%{_libexecdir}/%{name} \ - --enable-external-ell -make %{?_smp_mflags} V=1 + --enable-external-ell \ + %{nil} +%make_build %install %make_install @@ -56,6 +60,10 @@ mkdir -p %{buildroot}%{_sbindir}/ ln -s service %{buildroot}%{_sbindir}/rc%{name} +# Disable tests as they fail on the obs, but works on a checkout +#%%check +#make %%{?_smp_mflags} check + %pre %service_add_pre %{name}.service @@ -77,6 +85,8 @@ %{_libexecdir}/%{name}/ %dir %{_libexecdir}/modules-load.d/ %{_libexecdir}/modules-load.d/pkcs8.conf +%dir %{_libexecdir}/systemd/network +%{_libexecdir}/systemd/network/80-iwd.link %{_unitdir}/%{name}.service %if 0%{?suse_version} >= 1500 %dir %{_datadir}/dbus-1/system.d/ @@ -85,5 +95,10 @@ %{_sysconfdir}/dbus-1/system.d/%{name}*.conf %endif %{_datadir}/dbus-1/system-services/*%{name}.service +%{_mandir}/man1/iwctl.1%{?ext_man} +%{_mandir}/man1/iwmon.1%{?ext_man} +%{_mandir}/man5/iwd.config.5%{?ext_man} +%{_mandir}/man5/iwd.network.5%{?ext_man} +%{_mandir}/man8/iwd.8%{?ext_man} %changelog ++++++ iwd-0.21.tar.xz -> iwd-1.0.tar.xz ++++++ ++++ 38144 lines of diff (skipped)
