Accepting request 886919 from server:dns
OBS-URL: https://build.opensuse.org/request/show/886919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/knot?expand=0&rev=4
This commit is contained in:
commit
5ad2b1bc90
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 27 12:05:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update descriptions, remove unsubstantiated claims.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 25 12:56:29 UTC 2021 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
Thu Mar 25 12:56:29 UTC 2021 - Michal Hrusecky <michal.hrusecky@opensuse.org>
|
||||||
|
|
||||||
|
56
knot.spec
56
knot.spec
@ -92,10 +92,10 @@ BuildRequires: systemd-devel
|
|||||||
Obsoletes: knot2 < %{version}
|
Obsoletes: knot2 < %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||||
authoritative domain name service. It benefits from its multi-threaded and
|
name service. It uses a multi-threaded and mostly lock-free
|
||||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
implementation and can operate non-stop during zone addition or
|
||||||
and operate non-stop even when adding or removing zones.
|
removal.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -104,51 +104,51 @@ Requires: knot = %{version}
|
|||||||
Summary: Development files for the knot libraries
|
Summary: Development files for the knot libraries
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||||
authoritative domain name service. It benefits from its multi-threaded and
|
name service. It uses a multi-threaded and mostly lock-free
|
||||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
implementation and can operate non-stop during zone addition or
|
||||||
and operate non-stop even when adding or removing zones.
|
removal.
|
||||||
|
|
||||||
Development files for knot.
|
This package contains headers for knot.
|
||||||
|
|
||||||
%package -n %{libdnssec}
|
%package -n %{libdnssec}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
#
|
#
|
||||||
Summary: Shared library from knot: libdnssec
|
Summary: DNSSEC support functions for Knot DNS
|
||||||
|
|
||||||
%description -n %{libdnssec}
|
%description -n %{libdnssec}
|
||||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||||
authoritative domain name service. It benefits from its multi-threaded and
|
name service. It uses a multi-threaded and mostly lock-free
|
||||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
implementation and can operate non-stop during zone addition or
|
||||||
and operate non-stop even when adding or removing zones.
|
removal.
|
||||||
|
|
||||||
This package holds the shared library libdnssec from knot.
|
This package contains a library for DNSSEC support functions.
|
||||||
|
|
||||||
%package -n %{libknot}
|
%package -n %{libknot}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
#
|
#
|
||||||
Summary: Shared library from knot: libknot
|
Summary: Knot DNS support library
|
||||||
|
|
||||||
%description -n %{libknot}
|
%description -n %{libknot}
|
||||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||||
authoritative domain name service. It benefits from its multi-threaded and
|
name service. It uses a multi-threaded and mostly lock-free
|
||||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
implementation and can operate non-stop during zone addition or
|
||||||
and operate non-stop even when adding or removing zones.
|
removal.
|
||||||
|
|
||||||
This package holds the shared library libknot from knot.
|
This package contains the essential core library for Knot services.
|
||||||
|
|
||||||
%package -n %{libzscanner}
|
%package -n %{libzscanner}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
#
|
#
|
||||||
Summary: Shared library from knot 2: libzscanner
|
Summary: Zone record parsing functions for Knot DNS
|
||||||
|
|
||||||
%description -n %{libzscanner}
|
%description -n %{libzscanner}
|
||||||
Knot DNS is a high-performance open-source DNS server. It implements only the
|
Knot DNS is a DNS server. It implements only the authoritative domain
|
||||||
authoritative domain name service. It benefits from its multi-threaded and
|
name service. It uses a multi-threaded and mostly lock-free
|
||||||
mostly lock-free implementation which allows it to scale well on SMP systems
|
implementation and can operate non-stop during zone addition or
|
||||||
and operate non-stop even when adding or removing zones.
|
removal.
|
||||||
|
|
||||||
This package holds the shared library libzscanner from knot.
|
This package contains a library for a zone record scanner.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
@ -189,7 +189,7 @@ This package holds the shared library libzscanner from knot.
|
|||||||
%make_build STRIP="/bin/true"
|
%make_build STRIP="/bin/true"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags} STRIP="/bin/true"
|
%make_install STRIP="/bin/true"
|
||||||
install -d %{buildroot}%{_docdir}/%{pkg_name}
|
install -d %{buildroot}%{_docdir}/%{pkg_name}
|
||||||
install -d %{buildroot}%{_docdir}/%{pkg_name}/samples/
|
install -d %{buildroot}%{_docdir}/%{pkg_name}/samples/
|
||||||
rm %{buildroot}%{_sysconfdir}/%{pkg_name}/*
|
rm %{buildroot}%{_sysconfdir}/%{pkg_name}/*
|
||||||
|
Loading…
Reference in New Issue
Block a user