The package rpms/kea.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/kea.git/commit/?id=c5373569c1084beb1....
Change: +%ifarch %{valgrind_arches}
Thanks.
Full change: ============
commit 2444f0653497448cb04ed94108a6e28c643b7ee3 Author: Martin Osvald mosvald@redhat.com Date: Thu May 30 12:31:35 2024 +0200
New version 2.6.0 (rhbz#2283671)
diff --git a/.gitignore b/.gitignore index 1f8a271..732a052 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ /kea-2.4.1.tar.gz.asc /keama-4.5.0.tar.gz /keama-4.5.0.tar.gz.asc +/kea-2.6.0.tar.gz +/kea-2.6.0.tar.gz.asc diff --git a/kea-gtest.patch b/kea-gtest.patch index 733810a..6c014f2 100644 --- a/kea-gtest.patch +++ b/kea-gtest.patch @@ -1,8 +1,8 @@ diff --git a/m4macros/ax_gtest.m4 b/m4macros/ax_gtest.m4 -index 2681b43..852fd2a 100644 +index 138a03f..80ebb98 100644 --- a/m4macros/ax_gtest.m4 +++ b/m4macros/ax_gtest.m4 -@@ -136,9 +136,9 @@ if test "x$enable_gtest" = "xyes" ; then +@@ -173,9 +173,9 @@ if test "x$enable_gtest" = "xyes" ; then for dir in $GTEST_PATHS; do if test -f "$dir/include/gtest/gtest.h"; then if test -f "$dir/lib/libgtest.a" || \ @@ -13,7 +13,7 @@ index 2681b43..852fd2a 100644 + GTEST_LDFLAGS="-L$dir/lib64" GTEST_LDADD="-lgtest" GTEST_FOUND="true" - break + AC_MSG_RESULT([$dir/lib]) diff --git a/src/lib/util/tests/pid_file_unittest.cc b/src/lib/util/tests/pid_file_unittest.cc index 5f00d72..583a35b 100644 --- a/src/lib/util/tests/pid_file_unittest.cc diff --git a/kea.spec b/kea.spec index 9597fb9..70d2a5d 100644 --- a/kea.spec +++ b/kea.spec @@ -1,3 +1,10 @@ +Name: kea +Version: 2.6.0 +Release: %autorelease +Summary: DHCPv4, DHCPv6 and DDNS server from ISC +License: MPL-2.0 AND BSL-1.0 +URL: http://kea.isc.org + # TODO: no support for netconf/sysconf yet %bcond_with sysrepo %bcond_with gtest @@ -7,13 +14,14 @@ # Bundled version of Bind libraries linked into Keama %global bind_version 9.11.36
-Name: kea -Version: 2.4.1 -Release: %autorelease -Summary: DHCPv4, DHCPv6 and DDNS server from ISC +# Conflict with different package name +%global upstream_name kea +%define upstream_name_compat() \ +%if "%{name}" != "%{upstream_name}" \ +Provides: %1 = %{version}-%{release} \ +Conflicts: %1 \ +%endif
-License: MPL-2.0 AND BSL-1.0 -URL: http://kea.isc.org Source0: https://downloads.isc.org/isc/kea/%%7Bversion%7D%%7B?prever:-%%7Bprever%7D%7... Source1: https://downloads.isc.org/isc/kea/%%7Bversion%7D%%7B?prever:-%%7Bprever%7D%7... Source2: https://downloads.isc.org/isc/keama/%%7Bkeama_version%7D/keama-%%7Bkeama_ver... @@ -75,6 +83,7 @@ BuildRequires: make BuildRequires: gnupg2
Requires: %{name}-libs%{?_isa} = %{version}-%{release} +%upstream_name_compat %{upstream_name} Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -120,6 +129,7 @@ custom processing is required.
%package libs Summary: Shared libraries used by Kea DHCP server +%upstream_name_compat %{upstream_name}-libs
%description libs This package contains shared libraries used by Kea DHCP server. @@ -291,6 +301,7 @@ install -Dpm 0644 %{S:15} %{buildroot}%{_tmpfilesdir}/kea.conf %doc %{_pkgdocdir}/html %doc %{_pkgdocdir}/platforms.rst %doc %{_pkgdocdir}/README +%doc %{_pkgdocdir}/SECURITY.md
%files devel %{_includedir}/kea @@ -303,29 +314,29 @@ install -Dpm 0644 %{S:15} %{buildroot}%{_tmpfilesdir}/kea.conf %files libs %license COPYING # find `rpm --eval %%{_topdir}`/BUILDROOT/kea-*/usr/lib64/ -type f | grep /usr/lib64/libkea | sed -e 's#.*/usr/lib64(.*.so.[0-9]+).[0-9]+.[0-9]+#%%{_libdir}\1*#' | sort -%{_libdir}/libkea-asiodns.so.35* -%{_libdir}/libkea-asiolink.so.56* -%{_libdir}/libkea-cc.so.54* -%{_libdir}/libkea-cfgclient.so.51* -%{_libdir}/libkea-cryptolink.so.38* -%{_libdir}/libkea-d2srv.so.30* -%{_libdir}/libkea-database.so.48* -%{_libdir}/libkea-dhcp_ddns.so.41* -%{_libdir}/libkea-dhcp++.so.74* -%{_libdir}/libkea-dhcpsrv.so.90* -%{_libdir}/libkea-dns++.so.42* -%{_libdir}/libkea-eval.so.52* -%{_libdir}/libkea-exceptions.so.23* -%{_libdir}/libkea-hooks.so.78* -%{_libdir}/libkea-http.so.56* -%{_libdir}/libkea-log.so.48* -%{_libdir}/libkea-mysql.so.53* -%{_libdir}/libkea-pgsql.so.53* -%{_libdir}/libkea-process.so.57* -%{_libdir}/libkea-stats.so.29* -%{_libdir}/libkea-tcp.so.5* +%{_libdir}/libkea-asiodns.so.48* +%{_libdir}/libkea-asiolink.so.71* +%{_libdir}/libkea-cc.so.68* +%{_libdir}/libkea-cfgclient.so.65* +%{_libdir}/libkea-cryptolink.so.50* +%{_libdir}/libkea-d2srv.so.46* +%{_libdir}/libkea-database.so.61* +%{_libdir}/libkea-dhcp_ddns.so.56* +%{_libdir}/libkea-dhcp++.so.89* +%{_libdir}/libkea-dhcpsrv.so.108* +%{_libdir}/libkea-dns++.so.56* +%{_libdir}/libkea-eval.so.69* +%{_libdir}/libkea-exceptions.so.33* +%{_libdir}/libkea-hooks.so.97* +%{_libdir}/libkea-http.so.71* +%{_libdir}/libkea-log.so.61* +%{_libdir}/libkea-mysql.so.69* +%{_libdir}/libkea-pgsql.so.69* +%{_libdir}/libkea-process.so.72* +%{_libdir}/libkea-stats.so.41* +%{_libdir}/libkea-tcp.so.18* %{_libdir}/libkea-util-io.so.0* -%{_libdir}/libkea-util.so.68* +%{_libdir}/libkea-util.so.84*
%files keama %license COPYING diff --git a/sources b/sources index 58274e9..25debd5 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -SHA512 (kea-2.4.1.tar.gz) = b8a3b6f2cae213fd9826c37568c71d3458f52eed973dbe437a1d0974dafa026635a730d828c6ff03b32e030be57d75a7914a8ca313833e91d9996b6a05b2b224 -SHA512 (kea-2.4.1.tar.gz.asc) = 68050e555018b882fb796081075e64c1004ebe330397318e9e6e8eb3519f1086ad2796e20c1af9fa551df3af8857509c54e0cf57ecaedc8dffa946b879205c99 +SHA512 (kea-2.6.0.tar.gz) = 6451be2f2556324fba8ab75238e8a46203ef8d94db98a7590718715a3bb5dff49d113bf387c413376a36ca0674077425ee46be0c6e50803397aa6f9428f7b50d +SHA512 (kea-2.6.0.tar.gz.asc) = 9dc485c2d9d2e11ea263ac8bbda51eb4ac570f45a55c38ab1979920dadcd96e03aeefd6e4fc552c2c4fa2401329ac40e0321fc866716ca23e1418c16b6dbf34b SHA512 (keama-4.5.0.tar.gz) = 2e48987e21999718be7ceb5b604be672c84666b07dde9545285ff7146ab6825e81af1ec3b5a4b50f20e61b40ed11b0254e3705cc580bb85de24b77ee8cbca162 SHA512 (keama-4.5.0.tar.gz.asc) = 8ec416e44e143037a6936682d1e11b96c1a48be05f3e747e7a26b190e1f11c75104ef16c23eda9b257433b8de5a73c081b65fd903b611d8faa9c4b3b47702763
commit 07332c2af03a3029adf2cad851bcf1d9270d7113 Author: Martin Osvald mosvald@redhat.com Date: Tue Mar 26 11:53:11 2024 +0100
RHEL entry added to gating.yaml
[skip changelog]
diff --git a/gating.yaml b/gating.yaml index e4c04e7..29677b8 100644 --- a/gating.yaml +++ b/gating.yaml @@ -14,3 +14,13 @@ decision_contexts: [bodhi_update_push_stable] subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + +#gating rhel +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}
commit 9fcf15fc73e4a3d6dfdadcc9ff605f927d308dd4 Author: Martin Osvald mosvald@redhat.com Date: Tue Mar 26 11:07:07 2024 +0100
Allow building with unit tests for future upstream contributions
diff --git a/kea-gtest.patch b/kea-gtest.patch new file mode 100644 index 0000000..733810a --- /dev/null +++ b/kea-gtest.patch @@ -0,0 +1,30 @@ +diff --git a/m4macros/ax_gtest.m4 b/m4macros/ax_gtest.m4 +index 2681b43..852fd2a 100644 +--- a/m4macros/ax_gtest.m4 ++++ b/m4macros/ax_gtest.m4 +@@ -136,9 +136,9 @@ if test "x$enable_gtest" = "xyes" ; then + for dir in $GTEST_PATHS; do + if test -f "$dir/include/gtest/gtest.h"; then + if test -f "$dir/lib/libgtest.a" || \ +- test -f "$dir/lib/libgtest.so"; then ++ test -f "$dir/lib64/libgtest.so"; then + GTEST_INCLUDES="-I$dir/include" +- GTEST_LDFLAGS="-L$dir/lib" ++ GTEST_LDFLAGS="-L$dir/lib64" + GTEST_LDADD="-lgtest" + GTEST_FOUND="true" + break +diff --git a/src/lib/util/tests/pid_file_unittest.cc b/src/lib/util/tests/pid_file_unittest.cc +index 5f00d72..583a35b 100644 +--- a/src/lib/util/tests/pid_file_unittest.cc ++++ b/src/lib/util/tests/pid_file_unittest.cc +@@ -181,7 +181,8 @@ TEST_F(PIDFileTest, pidGarbage) { + } + + /// @brief Test failing to write a file. +-TEST_F(PIDFileTest, pidWriteFail) { ++/// Fails to fail for root, it doesn't throw PIDFileError exception. ++TEST_F(PIDFileTest, DISABLED_pidWriteFail) { + PIDFile pid_file(absolutePath(TESTNAME)); + + // Create the test file and change it's permission bits diff --git a/kea.spec b/kea.spec index ed0576a..9597fb9 100644 --- a/kea.spec +++ b/kea.spec @@ -1,5 +1,6 @@ # TODO: no support for netconf/sysconf yet -%global sysrepo 0 +%bcond_with sysrepo +%bcond_with gtest
#%%global prever P1 %global keama_version 4.5.0 @@ -25,6 +26,7 @@ Source14: kea-ctrl-agent.service Source15: kea-tmpfiles.d.conf
Patch1: kea-openssl-version.patch +Patch2: kea-gtest.patch
# autoreconf BuildRequires: autoconf automake libtool @@ -45,7 +47,7 @@ BuildRequires: mariadb-devel BuildRequires: postgresql-devel %endif BuildRequires: log4cplus-devel -%if %{sysrepo} +%if %{with sysrepo} # %%configure --with-sysrepo BuildRequires: sysrepo-devel %endif @@ -55,6 +57,10 @@ BuildRequires: valgrind-devel %endif # src/lib/testutils/dhcp_test_lib.sh BuildRequires: procps-ng +%if %{with gtest} +# %%configure --enable-gtest +BuildRequires: gtest-devel +%endif # %%configure --enable-generate-parser BuildRequires: bison BuildRequires: flex @@ -136,6 +142,7 @@ ISC DHCP configurations to Kea.
%autosetup -T -b2 -N -n keama-%{keama_version} %autosetup -p1 -n kea-%{version}%{?prever:-%{prever}} + rm -rf doc/sphinx/_build
# to be able to build on ppc64(le) @@ -157,11 +164,14 @@ autoreconf --verbose --force --install --enable-generate-docs \ --enable-generate-messages \ --enable-perfdhcp \ +%if %{with gtest} + --with-gtest \ +%endif --with-mysql \ --with-pgsql \ --with-gnu-ld \ --with-log4cplus \ -%if %{sysrepo} +%if %{with sysrepo} --with-sysrepo \ %endif --with-openssl @@ -178,6 +188,12 @@ pushd ../keama-%{keama_version} popd
+%if %{with gtest} +%check +make check +%endif + + %install %make_install docdir=%{_pkgdocdir}
@@ -194,7 +210,7 @@ rm -rf %{buildroot}%{_mandir}/man5/ # Get rid of .la files find %{buildroot} -type f -name "*.la" -delete -print
-%if !%{sysrepo} +%if %{without sysrepo} # Remove netconf files rm %{buildroot}%{_mandir}/man8/kea-netconf.8 %endif @@ -228,7 +244,6 @@ install -Dpm 0644 %{S:15} %{buildroot}%{_tmpfilesdir}/kea.conf %postun %systemd_postun_with_restart kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service kea-ctrl-agent.service
- %ldconfig_scriptlets libs
@@ -257,7 +272,7 @@ install -Dpm 0644 %{S:15} %{buildroot}%{_tmpfilesdir}/kea.conf %{_mandir}/man8/kea-dhcp4.8* %{_mandir}/man8/kea-dhcp6.8* %{_mandir}/man8/kea-lfc.8* -%if %{sysrepo} +%if %{with sysrepo} %{_mandir}/man8/kea-netconf.8* %endif %{_mandir}/man8/kea-shell.8*
commit 922b35932c4fd84e3ed93fe03fe8e6f98e903b3c Author: psklenar@redhat.com psklenar@redhat.com Date: Sun Mar 24 19:13:52 2024 +0100
setup fedora CI
diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..e4c04e7 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,16 @@ +--- !Policy +product_versions: + - fedora-* +decision_contexts: [bodhi_update_push_testing] +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + +#gating rawhide +--- !Policy +product_versions: + - fedora-* +decision_contexts: [bodhi_update_push_stable] +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} diff --git a/plans/all.fmf b/plans/all.fmf new file mode 100644 index 0000000..3683508 --- /dev/null +++ b/plans/all.fmf @@ -0,0 +1,6 @@ +summary: Test plan with all beakerlib tests +discover: + how: fmf + url: https://src.fedoraproject.org/tests/kea.git +execute: + how: tmt diff --git a/plans/tier1-public.fmf b/plans/tier1-public.fmf new file mode 100644 index 0000000..34b1700 --- /dev/null +++ b/plans/tier1-public.fmf @@ -0,0 +1,7 @@ +summary: Public (Fedora) Tier1 beakerlib tests +discover: + how: fmf + url: https://src.fedoraproject.org/tests/kea.git + filter: 'tier: 1' +execute: + how: tmt
commit c5373569c1084beb11a15e2d79d710119f9126b9 Author: David Abdurachmanov davidlt@rivosinc.com Date: Tue Nov 15 12:41:14 2022 +0200
Properly check valgrind arches
Signed-off-by: David Abdurachmanov davidlt@rivosinc.com
diff --git a/kea.spec b/kea.spec index d2800dd..ed0576a 100644 --- a/kea.spec +++ b/kea.spec @@ -50,7 +50,7 @@ BuildRequires: log4cplus-devel BuildRequires: sysrepo-devel %endif
-%ifnarch s390 %{mips} +%ifarch %{valgrind_arches} BuildRequires: valgrind-devel %endif # src/lib/testutils/dhcp_test_lib.sh
commit 8f347abaff1aa9eea6eb7c2e4b0e80abe74735d7 Author: Martin Osvald mosvald@redhat.com Date: Tue Feb 20 16:00:37 2024 +0100
Add keama migration utility (rhbz#2250608)
diff --git a/.gitignore b/.gitignore index 2c8db19..1f8a271 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ /kea-2.4.0.tar.gz.asc /kea-2.4.1.tar.gz /kea-2.4.1.tar.gz.asc +/keama-4.5.0.tar.gz +/keama-4.5.0.tar.gz.asc diff --git a/kea.spec b/kea.spec index 384ac5e..d2800dd 100644 --- a/kea.spec +++ b/kea.spec @@ -2,6 +2,9 @@ %global sysrepo 0
#%%global prever P1 +%global keama_version 4.5.0 +# Bundled version of Bind libraries linked into Keama +%global bind_version 9.11.36
Name: kea Version: 2.4.1 @@ -12,13 +15,14 @@ License: MPL-2.0 AND BSL-1.0 URL: http://kea.isc.org Source0: https://downloads.isc.org/isc/kea/%%7Bversion%7D%%7B?prever:-%%7Bprever%7D%7... Source1: https://downloads.isc.org/isc/kea/%%7Bversion%7D%%7B?prever:-%%7Bprever%7D%7... -# Obtained from https://www.isc.org/pgpkey/ -Source2: isc-keyblock.asc -Source3: kea-dhcp4.service -Source4: kea-dhcp6.service -Source5: kea-dhcp-ddns.service -Source6: kea-ctrl-agent.service -Source7: kea-tmpfiles.d.conf +Source2: https://downloads.isc.org/isc/keama/%%7Bkeama_version%7D/keama-%%7Bkeama_ver... +Source3: https://downloads.isc.org/isc/keama/%%7Bkeama_version%7D/keama-%%7Bkeama_ver... +Source10: https://www.isc.org/docs/isc-keyblock.asc +Source11: kea-dhcp4.service +Source12: kea-dhcp6.service +Source13: kea-dhcp-ddns.service +Source14: kea-ctrl-agent.service +Source15: kea-tmpfiles.d.conf
Patch1: kea-openssl-version.patch
@@ -69,7 +73,6 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd
- %description DHCP implementation from Internet Systems Consortium, Inc. that features fully functional DHCPv4, DHCPv6 and Dynamic DNS servers. @@ -116,10 +119,22 @@ Summary: Shared libraries used by Kea DHCP server This package contains shared libraries used by Kea DHCP server.
+%package keama +Summary: Experimental migration assistant for Kea +Provides: bundled(bind-libs) = %{bind_version} + +%description keama +The KEA Migration Assistant is an experimental tool which helps to translate +ISC DHCP configurations to Kea. + + %prep %if 0%{?fedora} || 0%{?rhel} > 8 -%{gpgverify} --keyring='%{S:2}' --signature='%{S:1}' --data='%{S:0}' +%{gpgverify} --keyring='%{S:10}' --signature='%{S:1}' --data='%{S:0}' +%{gpgverify} --keyring='%{S:10}' --signature='%{S:3}' --data='%{S:2}' %endif + +%autosetup -T -b2 -N -n keama-%{keama_version} %autosetup -p1 -n kea-%{version}%{?prever:-%{prever}} rm -rf doc/sphinx/_build
@@ -137,7 +152,6 @@ autoreconf --verbose --force --install --disable-rpath \ --disable-silent-rules \ --disable-static \ - --enable-debug \ --enable-generate-parser \ --enable-shell \ --enable-generate-docs \ @@ -154,23 +168,42 @@ autoreconf --verbose --force --install
%make_build
+# Configure & build Keama +pushd ../keama-%{keama_version} +%configure \ + --disable-dependency-tracking \ + --disable-silent-rules + +%make_build +popd +
%install %make_install docdir=%{_pkgdocdir}
+# Install Keama +pushd ../keama-%{keama_version} +%make_install +popd + +# Remove Keama's static library, dhcp headers and man pages +rm -f %{buildroot}/%{_libdir}/libdhcp.a +rm -rf %{buildroot}/%{_includedir}/omapip/ +rm -rf %{buildroot}%{_mandir}/man5/ + # Get rid of .la files find %{buildroot} -type f -name "*.la" -delete -print
%if !%{sysrepo} -# remove netconf files +# Remove netconf files rm %{buildroot}%{_mandir}/man8/kea-netconf.8 %endif
# Install systemd units -install -Dpm 0644 %{S:3} %{buildroot}%{_unitdir}/kea-dhcp4.service -install -Dpm 0644 %{S:4} %{buildroot}%{_unitdir}/kea-dhcp6.service -install -Dpm 0644 %{S:5} %{buildroot}%{_unitdir}/kea-dhcp-ddns.service -install -Dpm 0644 %{S:6} %{buildroot}%{_unitdir}/kea-ctrl-agent.service +install -Dpm 0644 %{S:11} %{buildroot}%{_unitdir}/kea-dhcp4.service +install -Dpm 0644 %{S:12} %{buildroot}%{_unitdir}/kea-dhcp6.service +install -Dpm 0644 %{S:13} %{buildroot}%{_unitdir}/kea-dhcp-ddns.service +install -Dpm 0644 %{S:14} %{buildroot}%{_unitdir}/kea-ctrl-agent.service
# Start empty lease databases mkdir -p %{buildroot}%{_sharedstatedir}/kea/ @@ -183,7 +216,7 @@ rm -f %{buildroot}%{_pkgdocdir}/html/.buildinfo mkdir -p %{buildroot}/run install -dm 0755 %{buildroot}/run/kea/
-install -Dpm 0644 %{S:7} %{buildroot}%{_tmpfilesdir}/kea.conf +install -Dpm 0644 %{S:15} %{buildroot}%{_tmpfilesdir}/kea.conf
%post @@ -237,12 +270,12 @@ install -Dpm 0644 %{S:7} %{buildroot}%{_tmpfilesdir}/kea.conf %dir %{_pkgdocdir} %doc %{_pkgdocdir}/AUTHORS %doc %{_pkgdocdir}/ChangeLog -%doc %{_pkgdocdir}/README -%doc %{_pkgdocdir}/examples -%doc %{_pkgdocdir}/CONTRIBUTING.md -%doc %{_pkgdocdir}/platforms.rst %doc %{_pkgdocdir}/code_of_conduct.md +%doc %{_pkgdocdir}/CONTRIBUTING.md +%doc %{_pkgdocdir}/examples %doc %{_pkgdocdir}/html +%doc %{_pkgdocdir}/platforms.rst +%doc %{_pkgdocdir}/README
%files devel %{_includedir}/kea @@ -279,6 +312,11 @@ install -Dpm 0644 %{S:7} %{buildroot}%{_tmpfilesdir}/kea.conf %{_libdir}/libkea-util-io.so.0* %{_libdir}/libkea-util.so.68*
+%files keama +%license COPYING +%{_bindir}/keama +%{_mandir}/man8/keama.8* +
%changelog %autochangelog diff --git a/sources b/sources index b912392..58274e9 100644 --- a/sources +++ b/sources @@ -1,2 +1,4 @@ SHA512 (kea-2.4.1.tar.gz) = b8a3b6f2cae213fd9826c37568c71d3458f52eed973dbe437a1d0974dafa026635a730d828c6ff03b32e030be57d75a7914a8ca313833e91d9996b6a05b2b224 SHA512 (kea-2.4.1.tar.gz.asc) = 68050e555018b882fb796081075e64c1004ebe330397318e9e6e8eb3519f1086ad2796e20c1af9fa551df3af8857509c54e0cf57ecaedc8dffa946b879205c99 +SHA512 (keama-4.5.0.tar.gz) = 2e48987e21999718be7ceb5b604be672c84666b07dde9545285ff7146ab6825e81af1ec3b5a4b50f20e61b40ed11b0254e3705cc580bb85de24b77ee8cbca162 +SHA512 (keama-4.5.0.tar.gz.asc) = 8ec416e44e143037a6936682d1e11b96c1a48be05f3e747e7a26b190e1f11c75104ef16c23eda9b257433b8de5a73c081b65fd903b611d8faa9c4b3b47702763
commit 4c1fe1168aeaf567261fb744d92144f6f0e254cc Author: Fedora Release Engineering releng@fedoraproject.org Date: Wed Jan 24 23:53:58 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit 2eec4ffe6dcf48f7e52d056f305149d7490af4b2 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sun Jan 21 00:13:55 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit fe1dd65d8dde4141a05ce19bc7ef0fb97967b80e Author: Jonathan Wakely jwakely@redhat.com Date: Thu Jan 18 00:34:20 2024 +0000
Rebuilt for Boost 1.83
arch-excludes@lists.fedoraproject.org