forked from pool/netcontrol
- use SPDX shortname lincense and PKG_INSTALLDIR autoconf macro
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netcontrol?expand=0&rev=35
This commit is contained in:
parent
a09abf399b
commit
8efa7db6a2
BIN
netcontrol-0.3.2.tar.bz2
(Stored with Git LFS)
BIN
netcontrol-0.3.2.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 15 12:09:19 UTC 2021 - Marius Tomaschewski <mt@suse.com>
|
Tue Jun 15 15:48:36 UTC 2021 - Marius Tomaschewski <mt@suse.com>
|
||||||
|
|
||||||
- version 0.3.2
|
- version 0.3.2
|
||||||
|
- use SPDX shortname lincense and PKG_INSTALLDIR autoconf macro
|
||||||
- virsh iface-list takes too long with many interfaces (bsc#1179144)
|
- virsh iface-list takes too long with many interfaces (bsc#1179144)
|
||||||
- Cleanup netcf functions, include elapsed time in debug messages
|
- Cleanup netcf functions, include elapsed time in debug messages
|
||||||
- Changed to refresh config and system info to keep them consistent
|
- Changed to refresh config and system info to keep them consistent
|
||||||
|
@ -23,9 +23,9 @@ Summary: A network configuration library
|
|||||||
#
|
#
|
||||||
# License note:
|
# License note:
|
||||||
# libnetcontrol contains source code which is based on wicked.
|
# libnetcontrol contains source code which is based on wicked.
|
||||||
# Wicked is licensed under the GPL-2.0+, but permission has been
|
# Wicked is licensed under the GPL-2.0-or-later, but permission has
|
||||||
# granted by the authors of wicked to use the code derived from
|
# been granted by the authors of wicked to use the code derived from
|
||||||
# wicked under the LGPL-2.1+ in libnetcontrol.
|
# wicked under the LGPL-2.1-or-later in libnetcontrol.
|
||||||
#
|
#
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
@ -114,7 +114,7 @@ export CFLAGS="-W -Wall $RPM_OPT_FLAGS"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_libdir}/pkgconfig
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%post -n libnetcontrol0
|
%post -n libnetcontrol0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user