SHA256
1
0
forked from pool/dhcp

replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=65
This commit is contained in:
Stephan Kulow
2011-12-06 17:06:05 +00:00
committed by Git OBS Bridge
parent 0a79bc5d69
commit 3ec62c810a

View File

@@ -37,7 +37,7 @@ BuildRequires: openldap2-devel
%endif
BuildRequires: dos2unix
BuildRequires: libtool
License: BSD3c(or similar)
License: BSD-3-Clause
Group: Productivity/Networking/Boot/Servers
AutoReqProv: on
Version: 4.2.2
@@ -93,7 +93,7 @@ PreReq: /bin/touch /sbin/chkconfig sysconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package server
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: ISC DHCP Server
Group: Productivity/Networking/Boot/Servers
Requires: net-tools dhcp = %{version}
@@ -101,7 +101,7 @@ PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp /usr/
AutoReqProv: on
%package client
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: ISC DHCP Client
Group: Productivity/Networking/Boot/Clients
Requires: net-tools dhcp = %{version} /sbin/arping /usr/bin/host
@@ -109,7 +109,7 @@ PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp /bin/
AutoReqProv: on
%package relay
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: ISC DHCP Relay Agent
Group: Productivity/Networking/Boot/Servers
Requires: net-tools dhcp = %{version}
@@ -117,7 +117,7 @@ PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp
AutoReqProv: on
%package devel
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Header Files and Libraries for dhcpctl API
Group: Development/Libraries/C and C++
Requires: dhcp = %{version}
@@ -125,7 +125,7 @@ Requires: dhcp = %{version}
%if %{with_doc_package}
%package doc
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Documentation
Group: Productivity/Networking/Boot/Servers
%endif