Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0ca44956ef | |||
|
|
7e98bd2532 | ||
|
|
c00ef8aad2 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db6e38bcda154ccf2db59019bc918a65c276c2d44ab23daa81ffcf1cf32053af
|
||||
size 1600767
|
||||
3
wicked-0.6.78.tar.bz2
Normal file
3
wicked-0.6.78.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7398775172ac0a250ffd71f0029ec1adf9f9760d6d6d518574a665e136833391
|
||||
size 1592588
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 10:20:17 UTC 2025 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
- Update to version 0.6.78
|
||||
- man: small fixes in wireless manpage (gh#opensuse/wicked#1053)
|
||||
- rtnetlink: fix RTM_NEWLINK name resolution in debug (gh#opensuse/wicked#1052)
|
||||
- Add support for IPVLAN/IPVTAP (jsc#PED-1942, gh#opensuse/wicked#1050, gh#opensuse/wicked#1051)
|
||||
- fsm: remove children reference array from worker (gh#opensuse/wicked#1049)
|
||||
- ifxml: migrate and generate lower configs/policies (gh#opensuse/wicked#1048)
|
||||
- fsm: use refcount and array macros in worker and policy (gh#opensuse/wicked#1047)
|
||||
- route: use refcounted array and fix error leaks (gh#opensuse/wicked#1046)
|
||||
- utils: add support for refcounted objects in generic array (gh#openSUSE/wicked#1045)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 13:24:54 UTC 2024 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define release_prefix %{?snapshot:%{snapshot}}%{!?snapshot:0}
|
||||
Name: wicked
|
||||
Version: 0.6.77
|
||||
Version: 0.6.78
|
||||
Release: %{release_prefix}.0.0
|
||||
Summary: Network configuration infrastructure
|
||||
License: GPL-2.0-or-later
|
||||
@@ -42,7 +42,7 @@ BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
%if %{with wicked_devel}
|
||||
# libwicked-%%{version}.so shlib package compatible match for wicked-devel
|
||||
Provides: libwicked-0_6_76 = %{version}-%{release}
|
||||
Provides: libwicked-0_6_78 = %{version}-%{release}
|
||||
%endif
|
||||
# uninstall obsolete libwicked-0-6 (libwicked-0.so.6, wicked < 0.6.60)
|
||||
Provides: libwicked-0-6 = %{version}
|
||||
@@ -164,7 +164,7 @@ Summary: Network configuration infrastructure - Development files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: dbus-1-devel
|
||||
Requires: libnl3-devel
|
||||
Requires: libwicked-0_6_76 = %{version}-%{release}
|
||||
Requires: libwicked-0_6_78 = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Wicked is a network configuration infrastructure incorporating a number
|
||||
@@ -346,6 +346,8 @@ fi
|
||||
%_mandir/man5/ifcfg-dummy.5*
|
||||
%_mandir/man5/ifcfg-infiniband.5*
|
||||
%_mandir/man5/ifcfg-ipoib.5*
|
||||
%_mandir/man5/ifcfg-ipvlan.5*
|
||||
%_mandir/man5/ifcfg-ipvtap.5*
|
||||
%_mandir/man5/ifcfg-macvlan.5*
|
||||
%_mandir/man5/ifcfg-macvtap.5*
|
||||
%_mandir/man5/ifcfg-ppp.5*
|
||||
|
||||
Reference in New Issue
Block a user