mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 20:40:34 +01:00
contrib/rpm: fix libnm License tag
https://bugzilla.redhat.com/show_bug.cgi?id=1723395
(cherry picked from commit 2752e3a774)
This commit is contained in:
parent
f7245264de
commit
20f735972f
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ Epoch: %{epoch_version}
|
|||
Version: %{rpm_version}
|
||||
Release: %{release_version}%{?snap}%{?dist}
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.gnome.org/projects/NetworkManager/
|
||||
|
||||
#Source: https://download.gnome.org/sources/NetworkManager/%{real_version_major}/%{name}-%{real_version}.tar.xz
|
||||
|
|
@ -386,6 +386,7 @@ This package contains NetworkManager support for PPP.
|
|||
Summary: Libraries for adding NetworkManager support to applications (new API).
|
||||
Group: Development/Libraries
|
||||
Conflicts: NetworkManager-glib < %{epoch}:%{version}-%{release}
|
||||
License: LGPLv2+
|
||||
|
||||
%description libnm
|
||||
This package contains the libraries that make it easier to use some
|
||||
|
|
@ -399,6 +400,7 @@ Group: Development/Libraries
|
|||
Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: pkgconfig
|
||||
License: LGPLv2+
|
||||
|
||||
%description libnm-devel
|
||||
This package contains the header and pkg-config files for development
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue