From 67a7535496017bd627673d28d4714c0130878868e61f5b4c538df7ce022e4f27 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 15 Dec 2022 13:25:43 +0000 Subject: [PATCH 1/4] Accepting request 1042952 from home:jcronenberg:branches:network - Separate documentation into kea-doc package OBS-URL: https://build.opensuse.org/request/show/1042952 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/kea?expand=0&rev=36 --- kea.changes | 5 +++++ kea.spec | 13 ++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/kea.changes b/kea.changes index b44f3be..5b47855 100644 --- a/kea.changes +++ b/kea.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 14 14:51:33 UTC 2022 - Jorik Cronenberg + +- Separate documentation into kea-doc package + ------------------------------------------------------------------- Thu Aug 18 12:53:21 UTC 2022 - Jan Engelhardt diff --git a/kea.spec b/kea.spec index ad87f9f..d2882c0 100644 --- a/kea.spec +++ b/kea.spec @@ -93,6 +93,14 @@ objective of this project is to provide a very high-performance, extensible DHCP server engine for use by enterprises and service providers, either as-is or with extensions and modifications. +%package doc +Summary: Documentation for Kea +Group: Documentation/HTML +BuildArch: noarch + +%description doc +This package contains the documentation for Kea. + %package hooks Summary: Standard Kea DHCP hooks/plugins Group: System/Libraries @@ -450,7 +458,6 @@ systemd-tmpfiles --create kea.conf || : %files %dir %_sysconfdir/kea %config(noreplace) %_sysconfdir/kea/*.conf -%_datadir/doc/kea/ %_mandir/man8/*.8%{?ext_man} %_sbindir/rckea %_sbindir/kea* @@ -461,6 +468,10 @@ systemd-tmpfiles --create kea.conf || : %_prefix/lib/tmpfiles.d/ %attr(0775,keadhcp,keadhcp) %_localstatedir/log/kea/ +%files doc +%doc %_datadir/doc/kea/ +%exclude %_datadir/doc/kea/html/.buildinfo + %files hooks %dir %_libdir/kea %_libdir/kea/hooks/ From b04bd042a1950fcda17e3d831c00ff8435ab3acfe3b94206c73cc38499f5e592 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 15 Dec 2022 14:06:28 +0000 Subject: [PATCH 2/4] - Update to release 2.3.3 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/kea?expand=0&rev=37 --- kea-2.2.0.tar.gz | 3 --- kea-2.2.0.tar.gz.asc | 17 ------------- kea-2.3.3.tar.gz | 3 +++ kea-2.3.3.tar.gz.asc | 16 ++++++++++++ kea.changes | 12 +++++++++ kea.spec | 58 +++++++++++++++++++++++++++----------------- 6 files changed, 67 insertions(+), 42 deletions(-) delete mode 100644 kea-2.2.0.tar.gz delete mode 100644 kea-2.2.0.tar.gz.asc create mode 100644 kea-2.3.3.tar.gz create mode 100644 kea-2.3.3.tar.gz.asc diff --git a/kea-2.2.0.tar.gz b/kea-2.2.0.tar.gz deleted file mode 100644 index 8726cb9..0000000 --- a/kea-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da7d90ca62a772602dac6e77e507319038422895ad68eeb142f1487d67d531d2 -size 9999074 diff --git a/kea-2.2.0.tar.gz.asc b/kea-2.2.0.tar.gz.asc deleted file mode 100644 index dda2269..0000000 --- a/kea-2.2.0.tar.gz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: GPGTools - https://gpgtools.org - -iQIzBAABAgAdFiEEqtu6UHTxQC97adVrxbTukxqfnf0FAmLhDmMACgkQxbTukxqf -nf0f4BAA1ajV+p8Yn105OpPt3HHWhi0VWA4lzYRkPQ4Fa7JY8RapJT0aznK/u3kX -kEl5NUwxN6yjbBYiUJGiN+1eHshPGsSV0ZIzFPDEZikIpJ2Npt6n1A5j7Pc6eJuJ -cYk5O8edBoqqH9iNh2oXbnUsorRtqmyB1sDpolT4+zos4liR6ooWlctEDQDwq8nc -g6bB4jUHPsPm/srzF71XsJ9b3TaonHqzOPw9Pud9fFaEUKuP/QPpCvmiYsLZ+Rc/ -GfKYJceFm2ZZsdQzo897lwaygvosZAdgVlJ8ps/CEAIEwMXddm3XK1dbwZtKeytj -ulfqI21jKBkamc3aTIr/gy83SdfuYoQfIErEKxjrfUQfTHqpupZQ+3o0bvhM8Jdu -tnlr97EtKrU4knPNQ4j5FBI8Ij33M78FBJ24zIRB2RFy1kAJtj+ElOKGeovO/Mjk -uSsDORd1oCum8pXobEDEkUQAw7324VHpXaBYRFcVvIsHqCIFE0ywU3h+NAypPpRu -cdHmgOwn0HTC3FY9WKgF0ovNCgW04YOeqAHDRwCil3sGMvxL6T8HRgadi0oyH7bs -zHTzLFuw28o3hdrcxC/CHkHtrdNMJs8A0R1pTRQk2DucHMuitHTElVfBoNKcCefT -+RenFs8Upgzu1Zos20sNHhbl9Z75VhSSBJu9hVrQORi9KNmzWvQ= -=mwL+ ------END PGP SIGNATURE----- diff --git a/kea-2.3.3.tar.gz b/kea-2.3.3.tar.gz new file mode 100644 index 0000000..ebdc7cb --- /dev/null +++ b/kea-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d042ebc9008fe08ce49f2e76298e712d02954cc2e7b258a15a10540446c1a044 +size 10229891 diff --git a/kea-2.3.3.tar.gz.asc b/kea-2.3.3.tar.gz.asc new file mode 100644 index 0000000..83da662 --- /dev/null +++ b/kea-2.3.3.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABAgAdFiEE4l6wzxzoBJ1H8dmmM+EOShg6jkYFAmOGZucACgkQM+EOShg6 +jkbgIRAAopC6+6msE1S7gG+Cpu4cRWWDtEmD3RFC4iGjrehcMz0hJvazGb4ThoMh +6qZeGljVdSRIXlhQqnOEjih/7eax4mmizoc50lfanvHu6ysp6Fhwuhfy39587XP+ +RUV1CUf0Oy9hmx8MS7RnS/3dg10E38b/sDUWZihnQcwrtXhlgvzpslJOLFPRxNTY +vEkgVzpyhLPuxkBpI9I4SrFOgEpw/v60fAtOJpernQvPBIZ7wpE/jqwFByBl0B8Z +wIGlVsWTCoaHE6ZmEvJ6FPA9srP+EmKldfwtNKkP/hKp40iC9vLuZPgBHAwHfpCe +j8ZUgolzbvERwcLsB/Kc7FTEfPcqphQH/UQw3WaAu8uaz1oJUYr/iHUlpR5Caw9u +ZLoxZvNDwTgERKJATT+Q4reUTLDi5kHWl17IaOsV4V+28oEhOT8aJlbNgdHB33vT +4xFuiVzJ7cB/10Db6ZUl138QLtd8J6/XDaKj7/hvudvyxENbMVE+QUv5guRcBh8N +XdEZ6TOJd+uQYVvWmsXTUsYjepjIwTHCkxB9+eV2OE33LjZM/C3mLAabQ+eAi6r/ +Yqh9ojKL8ZuHNEzX1fHxPoxYn/n3stJbGPWC9FOJRK9XyqjJYt46+atootmUJMHJ +L9OAkn0Z4Axt3ur1RNIO+uJAmWvv6afgUNjdQGOeHACveL7vZXc= +=GCFo +-----END PGP SIGNATURE----- diff --git a/kea.changes b/kea.changes index 5b47855..7b78d96 100644 --- a/kea.changes +++ b/kea.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 15 13:48:30 UTC 2022 - Jan Engelhardt + +- Update to release 2.3.3 + * Set broadcast MAC destination address in DHCPv4 replies when + the IP address is broadcast. + * Added support for bulk lease query options defined in RFC 6926. + * A compatibility config option called + ignore-rai-link-selection has been added to the DHCPv4 config + allow operators to ignore Link Selection suboption data in + Relay Agent information options. + ------------------------------------------------------------------- Wed Dec 14 14:51:33 UTC 2022 - Jorik Cronenberg diff --git a/kea.spec b/kea.spec index d2882c0..6daa271 100644 --- a/kea.spec +++ b/kea.spec @@ -16,35 +16,36 @@ # -%define asiodns_sover 24 -%define asiolink_sover 40 -%define cc_sover 39 -%define cfgclient_sover 36 -%define cryptolink_sover 28 -%define d2srv_sover 16 -%define database_sover 35 -%define dhcppp_sover 54 -%define dhcp_ddns_sover 29 -%define dhcpsrv_sover 69 -%define dnspp_sover 30 -%define eval_sover 39 -%define exceptions_sover 13 -%define hooks_sover 57 -%define http_sover 42 -%define log_sover 35 -%define mysql_sover 38 -%define pgsql_sover 36 -%define process_sover 40 -%define stats_sover 18 +%define asiodns_sover 34 +%define asiolink_sover 52 +%define cc_sover 50 +%define cfgclient_sover 47 +%define cryptolink_sover 38 +%define d2srv_sover 26 +%define database_sover 45 +%define dhcppp_sover 67 +%define dhcp_ddns_sover 39 +%define dhcpsrv_sover 83 +%define dnspp_sover 40 +%define eval_sover 49 +%define exceptions_sover 23 +%define hooks_sover 71 +%define http_sover 53 +%define log_sover 47 +%define mysql_sover 48 +%define pgsql_sover 47 +%define process_sover 52 +%define stats_sover 28 +%define tcp_sover 1 %define util_io_sover 0 -%define util_sover 52 +%define util_sover 64 %if 0%{?suse_version} >= 1500 %bcond_without regen_files %else %bcond_with regen_files %endif Name: kea -Version: 2.2.0 +Version: 2.3.3 Release: 0 Summary: Dynamic Host Configuration Protocol daemon License: MPL-2.0 @@ -288,6 +289,13 @@ Group: System/Libraries %description -n libkea-stats%stats_sover One of the many libraries the Kea DHCP server is composed of. +%package -n libkea-tcp%tcp_sover +Summary: Kea TCP server/listener library +Group: System/Libraries + +%description -n libkea-tcp%tcp_sover +The KEA TCP library provides support for TCP server/listeners. + %package -n libkea-util-io%util_io_sover Summary: Kea I/O utility function library Group: System/Libraries @@ -332,6 +340,7 @@ Requires: libkea-mysql%mysql_sover = %version Requires: libkea-pgsql%pgsql_sover = %version Requires: libkea-process%process_sover = %version Requires: libkea-stats%stats_sover = %version +Requires: libkea-tcp%tcp_sover = %version Requires: libkea-util%util_sover = %version Requires: libkea-util-io%util_io_sover = %version # Bundy DHCP and Kea share the same origin, so conflict @@ -450,6 +459,8 @@ systemd-tmpfiles --create kea.conf || : %postun -n libkea-process%process_sover -p /sbin/ldconfig %post -n libkea-stats%stats_sover -p /sbin/ldconfig %postun -n libkea-stats%stats_sover -p /sbin/ldconfig +%post -n libkea-tcp%tcp_sover -p /sbin/ldconfig +%postun -n libkea-tcp%tcp_sover -p /sbin/ldconfig %post -n libkea-util-io%util_io_sover -p /sbin/ldconfig %postun -n libkea-util-io%util_io_sover -p /sbin/ldconfig %post -n libkea-util%util_sover -p /sbin/ldconfig @@ -536,6 +547,9 @@ systemd-tmpfiles --create kea.conf || : %files -n libkea-stats%stats_sover %_libdir/libkea-stats.so.%stats_sover.* +%files -n libkea-tcp%tcp_sover +%_libdir/libkea-tcp.so.%tcp_sover.* + %files -n libkea-util-io%util_io_sover %_libdir/libkea-util-io.so.%util_io_sover.* From 06f0dc8aeedaf8bbbdf66fff7746bddbd8999b5d9077b7039d23ad17eb99263d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 19 Dec 2022 09:48:03 +0000 Subject: [PATCH 3/4] Go back to r36 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/kea?expand=0&rev=38 --- kea-2.2.0.tar.gz | 3 +++ kea-2.2.0.tar.gz.asc | 17 +++++++++++++ kea-2.3.3.tar.gz | 3 --- kea-2.3.3.tar.gz.asc | 16 ------------ kea.changes | 12 --------- kea.spec | 58 +++++++++++++++++--------------------------- 6 files changed, 42 insertions(+), 67 deletions(-) create mode 100644 kea-2.2.0.tar.gz create mode 100644 kea-2.2.0.tar.gz.asc delete mode 100644 kea-2.3.3.tar.gz delete mode 100644 kea-2.3.3.tar.gz.asc diff --git a/kea-2.2.0.tar.gz b/kea-2.2.0.tar.gz new file mode 100644 index 0000000..8726cb9 --- /dev/null +++ b/kea-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7d90ca62a772602dac6e77e507319038422895ad68eeb142f1487d67d531d2 +size 9999074 diff --git a/kea-2.2.0.tar.gz.asc b/kea-2.2.0.tar.gz.asc new file mode 100644 index 0000000..dda2269 --- /dev/null +++ b/kea-2.2.0.tar.gz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - https://gpgtools.org + +iQIzBAABAgAdFiEEqtu6UHTxQC97adVrxbTukxqfnf0FAmLhDmMACgkQxbTukxqf +nf0f4BAA1ajV+p8Yn105OpPt3HHWhi0VWA4lzYRkPQ4Fa7JY8RapJT0aznK/u3kX +kEl5NUwxN6yjbBYiUJGiN+1eHshPGsSV0ZIzFPDEZikIpJ2Npt6n1A5j7Pc6eJuJ +cYk5O8edBoqqH9iNh2oXbnUsorRtqmyB1sDpolT4+zos4liR6ooWlctEDQDwq8nc +g6bB4jUHPsPm/srzF71XsJ9b3TaonHqzOPw9Pud9fFaEUKuP/QPpCvmiYsLZ+Rc/ +GfKYJceFm2ZZsdQzo897lwaygvosZAdgVlJ8ps/CEAIEwMXddm3XK1dbwZtKeytj +ulfqI21jKBkamc3aTIr/gy83SdfuYoQfIErEKxjrfUQfTHqpupZQ+3o0bvhM8Jdu +tnlr97EtKrU4knPNQ4j5FBI8Ij33M78FBJ24zIRB2RFy1kAJtj+ElOKGeovO/Mjk +uSsDORd1oCum8pXobEDEkUQAw7324VHpXaBYRFcVvIsHqCIFE0ywU3h+NAypPpRu +cdHmgOwn0HTC3FY9WKgF0ovNCgW04YOeqAHDRwCil3sGMvxL6T8HRgadi0oyH7bs +zHTzLFuw28o3hdrcxC/CHkHtrdNMJs8A0R1pTRQk2DucHMuitHTElVfBoNKcCefT ++RenFs8Upgzu1Zos20sNHhbl9Z75VhSSBJu9hVrQORi9KNmzWvQ= +=mwL+ +-----END PGP SIGNATURE----- diff --git a/kea-2.3.3.tar.gz b/kea-2.3.3.tar.gz deleted file mode 100644 index ebdc7cb..0000000 --- a/kea-2.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d042ebc9008fe08ce49f2e76298e712d02954cc2e7b258a15a10540446c1a044 -size 10229891 diff --git a/kea-2.3.3.tar.gz.asc b/kea-2.3.3.tar.gz.asc deleted file mode 100644 index 83da662..0000000 --- a/kea-2.3.3.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABAgAdFiEE4l6wzxzoBJ1H8dmmM+EOShg6jkYFAmOGZucACgkQM+EOShg6 -jkbgIRAAopC6+6msE1S7gG+Cpu4cRWWDtEmD3RFC4iGjrehcMz0hJvazGb4ThoMh -6qZeGljVdSRIXlhQqnOEjih/7eax4mmizoc50lfanvHu6ysp6Fhwuhfy39587XP+ -RUV1CUf0Oy9hmx8MS7RnS/3dg10E38b/sDUWZihnQcwrtXhlgvzpslJOLFPRxNTY -vEkgVzpyhLPuxkBpI9I4SrFOgEpw/v60fAtOJpernQvPBIZ7wpE/jqwFByBl0B8Z -wIGlVsWTCoaHE6ZmEvJ6FPA9srP+EmKldfwtNKkP/hKp40iC9vLuZPgBHAwHfpCe -j8ZUgolzbvERwcLsB/Kc7FTEfPcqphQH/UQw3WaAu8uaz1oJUYr/iHUlpR5Caw9u -ZLoxZvNDwTgERKJATT+Q4reUTLDi5kHWl17IaOsV4V+28oEhOT8aJlbNgdHB33vT -4xFuiVzJ7cB/10Db6ZUl138QLtd8J6/XDaKj7/hvudvyxENbMVE+QUv5guRcBh8N -XdEZ6TOJd+uQYVvWmsXTUsYjepjIwTHCkxB9+eV2OE33LjZM/C3mLAabQ+eAi6r/ -Yqh9ojKL8ZuHNEzX1fHxPoxYn/n3stJbGPWC9FOJRK9XyqjJYt46+atootmUJMHJ -L9OAkn0Z4Axt3ur1RNIO+uJAmWvv6afgUNjdQGOeHACveL7vZXc= -=GCFo ------END PGP SIGNATURE----- diff --git a/kea.changes b/kea.changes index 7b78d96..5b47855 100644 --- a/kea.changes +++ b/kea.changes @@ -1,15 +1,3 @@ -------------------------------------------------------------------- -Thu Dec 15 13:48:30 UTC 2022 - Jan Engelhardt - -- Update to release 2.3.3 - * Set broadcast MAC destination address in DHCPv4 replies when - the IP address is broadcast. - * Added support for bulk lease query options defined in RFC 6926. - * A compatibility config option called - ignore-rai-link-selection has been added to the DHCPv4 config - allow operators to ignore Link Selection suboption data in - Relay Agent information options. - ------------------------------------------------------------------- Wed Dec 14 14:51:33 UTC 2022 - Jorik Cronenberg diff --git a/kea.spec b/kea.spec index 6daa271..d2882c0 100644 --- a/kea.spec +++ b/kea.spec @@ -16,36 +16,35 @@ # -%define asiodns_sover 34 -%define asiolink_sover 52 -%define cc_sover 50 -%define cfgclient_sover 47 -%define cryptolink_sover 38 -%define d2srv_sover 26 -%define database_sover 45 -%define dhcppp_sover 67 -%define dhcp_ddns_sover 39 -%define dhcpsrv_sover 83 -%define dnspp_sover 40 -%define eval_sover 49 -%define exceptions_sover 23 -%define hooks_sover 71 -%define http_sover 53 -%define log_sover 47 -%define mysql_sover 48 -%define pgsql_sover 47 -%define process_sover 52 -%define stats_sover 28 -%define tcp_sover 1 +%define asiodns_sover 24 +%define asiolink_sover 40 +%define cc_sover 39 +%define cfgclient_sover 36 +%define cryptolink_sover 28 +%define d2srv_sover 16 +%define database_sover 35 +%define dhcppp_sover 54 +%define dhcp_ddns_sover 29 +%define dhcpsrv_sover 69 +%define dnspp_sover 30 +%define eval_sover 39 +%define exceptions_sover 13 +%define hooks_sover 57 +%define http_sover 42 +%define log_sover 35 +%define mysql_sover 38 +%define pgsql_sover 36 +%define process_sover 40 +%define stats_sover 18 %define util_io_sover 0 -%define util_sover 64 +%define util_sover 52 %if 0%{?suse_version} >= 1500 %bcond_without regen_files %else %bcond_with regen_files %endif Name: kea -Version: 2.3.3 +Version: 2.2.0 Release: 0 Summary: Dynamic Host Configuration Protocol daemon License: MPL-2.0 @@ -289,13 +288,6 @@ Group: System/Libraries %description -n libkea-stats%stats_sover One of the many libraries the Kea DHCP server is composed of. -%package -n libkea-tcp%tcp_sover -Summary: Kea TCP server/listener library -Group: System/Libraries - -%description -n libkea-tcp%tcp_sover -The KEA TCP library provides support for TCP server/listeners. - %package -n libkea-util-io%util_io_sover Summary: Kea I/O utility function library Group: System/Libraries @@ -340,7 +332,6 @@ Requires: libkea-mysql%mysql_sover = %version Requires: libkea-pgsql%pgsql_sover = %version Requires: libkea-process%process_sover = %version Requires: libkea-stats%stats_sover = %version -Requires: libkea-tcp%tcp_sover = %version Requires: libkea-util%util_sover = %version Requires: libkea-util-io%util_io_sover = %version # Bundy DHCP and Kea share the same origin, so conflict @@ -459,8 +450,6 @@ systemd-tmpfiles --create kea.conf || : %postun -n libkea-process%process_sover -p /sbin/ldconfig %post -n libkea-stats%stats_sover -p /sbin/ldconfig %postun -n libkea-stats%stats_sover -p /sbin/ldconfig -%post -n libkea-tcp%tcp_sover -p /sbin/ldconfig -%postun -n libkea-tcp%tcp_sover -p /sbin/ldconfig %post -n libkea-util-io%util_io_sover -p /sbin/ldconfig %postun -n libkea-util-io%util_io_sover -p /sbin/ldconfig %post -n libkea-util%util_sover -p /sbin/ldconfig @@ -547,9 +536,6 @@ systemd-tmpfiles --create kea.conf || : %files -n libkea-stats%stats_sover %_libdir/libkea-stats.so.%stats_sover.* -%files -n libkea-tcp%tcp_sover -%_libdir/libkea-tcp.so.%tcp_sover.* - %files -n libkea-util-io%util_io_sover %_libdir/libkea-util-io.so.%util_io_sover.* From e9d0c7f679e2de4372ca1bd0207702519878b6c3f5102a9ac9ee11c611c36142 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 19 Dec 2022 15:34:12 +0000 Subject: [PATCH 4/4] Accepting request 1043789 from home:jcronenberg:branches:network - Remove following packages from BuildRequires * docbook-xsl-stylesheets * elinks * libxslt-tools AFAICT these packages aren't needed for generating the docs and the official documentation doesn't mention them as requirements. Especially elinks would be nice to remove as it isn't available in Leap/SLE. If there is a reason these are required feel free to decline this request. OBS-URL: https://build.opensuse.org/request/show/1043789 OBS-URL: https://build.opensuse.org/package/show/network:dhcp/kea?expand=0&rev=39 --- kea.changes | 4 ++++ kea.spec | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kea.changes b/kea.changes index 5b47855..3fcbbb2 100644 --- a/kea.changes +++ b/kea.changes @@ -2,6 +2,10 @@ Wed Dec 14 14:51:33 UTC 2022 - Jorik Cronenberg - Separate documentation into kea-doc package +- Remove following packages from BuildRequires + * docbook-xsl-stylesheets + * elinks + * libxslt-tools ------------------------------------------------------------------- Thu Aug 18 12:53:21 UTC 2022 - Jan Engelhardt diff --git a/kea.spec b/kea.spec index d2882c0..74f4635 100644 --- a/kea.spec +++ b/kea.spec @@ -73,11 +73,7 @@ BuildRequires: pkgconfig(libcrypto) Requires(pre): shadow Suggests: %name-hooks = %version %if 0%{with regen_files} -BuildRequires: bison >= 3.0 -BuildRequires: docbook-xsl-stylesheets -BuildRequires: elinks BuildRequires: flex -BuildRequires: libxslt-tools %endif %if 0%{?suse_version} >= 1500 BuildRequires: libboost_system-devel