Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base Version: Updating to Fedora 41 version 1.32. #11040

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libteam/libteam.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libteam-1.30.tar.gz": "2b80ce793ccbdf3877246601607f0fbf3e6f8d5ead5fd07a722aa08969668cd2"
"libteam-1.32.tar.gz": "a0a0fbf75423cbb835c2fc667e861090c925f9899f162b1d1f893b75c0ad5cfe"
}
}
32 changes: 9 additions & 23 deletions SPECS-EXTENDED/libteam/libteam.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: libteam
Version: 1.30
Release: 3%{?dist}
Version: 1.32
Release: 1%{?dist}
Summary: Library for controlling team network device
License: LGPLv2+
Vendor: Microsoft Corporation
Expand All @@ -16,6 +16,10 @@ BuildRequires: dbus-devel
BuildRequires: systemd
BuildRequires: swig
BuildRequires: doxygen
BuildRequires: make

# subpackage removed in this version-release
Obsoletes: network-scripts-teamd < 1.32-8

%description
This package contains a library which is a user-space
Expand All @@ -41,11 +45,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Summary: Libraries and header files for teamd development
Requires: %{name}%{?_isa} = %{version}-%{release}

%package -n network-scripts-teamd
Summary: teamd legacy network service support
Requires: network-scripts
Supplements: (%{name} and network-scripts)

%description devel
The libteam-devel package contains the header files and libraries
necessary for developing programs using libteam.
Expand All @@ -57,11 +56,6 @@ The teamd package contains team network device control daemon.
The teamd-devel package contains the header files and libraries
necessary for developing programs using libteamdctl.

%description -n network-scripts-teamd
This provides the ifup and ifdown scripts for use with the legacy network
service.
service.

%prep
%setup -q

Expand All @@ -83,11 +77,6 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d
install -p teamd/dbus/teamd.conf $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d/
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
install -p teamd/redhat/systemd/[email protected] $RPM_BUILD_ROOT%{_unitdir}
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/network-scripts
install -p -m 755 teamd/redhat/initscripts_systemd/network-scripts/ifup-Team $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/network-scripts
install -p -m 755 teamd/redhat/initscripts_systemd/network-scripts/ifdown-Team $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/network-scripts
install -p -m 755 teamd/redhat/initscripts_systemd/network-scripts/ifup-TeamPort $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/network-scripts
install -p -m 755 teamd/redhat/initscripts_systemd/network-scripts/ifdown-TeamPort $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/network-scripts
install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team

%ldconfig_scriptlets
Expand Down Expand Up @@ -125,13 +114,10 @@ install -p -m 755 utils/bond2team $RPM_BUILD_ROOT%{_bindir}/bond2team
%{_libdir}/libteamdctl.so
%{_libdir}/pkgconfig/libteamdctl.pc

%files -n network-scripts-teamd
%{_sysconfdir}/sysconfig/network-scripts/ifup-Team
%{_sysconfdir}/sysconfig/network-scripts/ifdown-Team
%{_sysconfdir}/sysconfig/network-scripts/ifup-TeamPort
%{_sysconfdir}/sysconfig/network-scripts/ifdown-TeamPort

%changelog
* Tue Nov 12 2024 Sreenivasulu Malavathula <[email protected]> - 1.32-1
- Updating to Fedora 41 version 1.32.

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.30-3
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11111,8 +11111,8 @@
"type": "other",
"other": {
"name": "libteam",
"version": "1.30",
"downloadUrl": "http://www.libteam.org/files/libteam-1.30.tar.gz"
"version": "1.32",
"downloadUrl": "https://www.libteam.org/files/libteam-1.32.tar.gz"
}
}
},
Expand Down