Properly move network-scripts dep to right package

This commit is contained in:
Peter Robinson 2018-08-02 14:52:40 +01:00
parent 055519d8eb
commit 7f9424e51e

View File

@ -1,6 +1,6 @@
Name: libteam
Version: 1.27
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Library for controlling team network device
License: LGPLv2+
URL: http://www.libteam.org
@ -35,7 +35,6 @@ This package contains libteam and libteamd API documentation
%package -n teamd
Summary: Team network device control daemon
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: network-scripts
%package -n teamd-devel
Summary: Libraries and header files for teamd development
@ -157,6 +156,9 @@ python2 ./setup.py install --root $RPM_BUILD_ROOT -O1
%{python2_sitearch}/*
%changelog
* Thu Aug 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.27-10
- Properly move network-scripts dep to right package
* Thu Aug 2 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.27-9
- Move legacy network scripts into network-scripts-teamd sub package