diff --git a/SPECS/bind/bind.signatures.json b/SPECS/bind/bind.signatures.json index d85855072e..48a5ade568 100644 --- a/SPECS/bind/bind.signatures.json +++ b/SPECS/bind/bind.signatures.json @@ -14,7 +14,6 @@ "named.rwtab": "6a4c84b6709211d09f2d71491d4c66d1d4c0115a9db247a5ed2a9db10e575735", "named.sysconfig": "8f8eff846667b7811358e289e9fe594de17d0e47f2b8cebf7840ad8db7f34816", "setup-named-chroot.sh": "786fbc88c7929fadf217cf2286f2eb03b6fba14843e5da40ad43c0022dd71c3a", - "setup-named-softhsm.sh": "3b243d9e48577acb95a08ae5dd7288c5eec4830bc02bd29b1f1724c497d12864", - "trusted-key.key": "02813e4e992f6faea0fcf1dc883d732b283bfea3044612cd7406c2e0106d9b07" + "setup-named-softhsm.sh": "3b243d9e48577acb95a08ae5dd7288c5eec4830bc02bd29b1f1724c497d12864" } } \ No newline at end of file diff --git a/SPECS/bind/bind.spec b/SPECS/bind/bind.spec index c3366430e4..33b30c80e6 100644 --- a/SPECS/bind/bind.spec +++ b/SPECS/bind/bind.spec @@ -9,7 +9,7 @@ Summary: Domain Name System software Name: bind Version: 9.16.15 -Release: 3%{?dist} +Release: 4%{?dist} License: ISC Vendor: Microsoft Corporation Distribution: Mariner @@ -25,7 +25,6 @@ Source6: named.empty Source7: named.rfc1912.zones Source8: named.conf.sample Source9: named.root.key -Source10: trusted-key.key Source11: setup-named-chroot.sh Source12: generate-rndc-key.sh Source13: named.rwtab @@ -335,7 +334,6 @@ popd # configuration files: touch %{buildroot}%{_sysconfdir}/rndc.{key,conf} install -m 644 %{SOURCE9} %{buildroot}%{_sysconfdir}/named.root.key -install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/trusted-key.key mkdir -p %{buildroot}%{_sysconfdir}/named # data files: @@ -615,6 +613,10 @@ fi; %{_tmpfilesdir}/named.conf %changelog +* Mon Apr 04 2022 Henry Li - 9.16.15-4 +- Remove trusted-key.key which works with +sigchase, a deprecated feature +- License Verified + * Sat Oct 02 2021 Pawel Winogrodzki - 9.16.15-3 - Adding missing BR on 'systemd-rpm-macros'. diff --git a/SPECS/bind/trusted-key.key b/SPECS/bind/trusted-key.key deleted file mode 100644 index 7b845f3bd0..0000000000 --- a/SPECS/bind/trusted-key.key +++ /dev/null @@ -1 +0,0 @@ -. 3600 IN DNSKEY 257 3 8 AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3+/4RgWOq7HrxRixHlFlExOLAJr5emLvN7SWXgnLh4+B5xQlNVz8Og8kvArMtNROxVQuCaSnIDdD5LKyWbRd2n9WGe2R8PzgCmr3EgVLrjyBxWezF0jLHwVN8efS3rCj/EWgvIWgb9tarpVUDK/b58Da+sqqls3eNbuv7pr+eoZG+SrDK6nWeL3c6H5Apxz7LjVc1uTIdsIXxuOLYA4/ilBmSVIzuDWfdRUfhHdY6+cn8HFRm+2hM8AnXGXws9555KrUB5qihylGa8subX2Nn6UwNR1AkUTV74bU= diff --git a/SPECS/junit/build.xml b/SPECS/junit/build.xml index f239c48b81..687c3e783e 100644 --- a/SPECS/junit/build.xml +++ b/SPECS/junit/build.xml @@ -236,18 +236,6 @@ - - - - - - - - diff --git a/SPECS/junit/junit.signatures.json b/SPECS/junit/junit.signatures.json index 25ed4863bb..363d808cf8 100644 --- a/SPECS/junit/junit.signatures.json +++ b/SPECS/junit/junit.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "build.xml": "7ae7308a5e12b8bbdfbb72d1e2fefd35415f834d48cd57168690ec7f4a98d9e7", + "build.xml": "cd558bfaa4d951bee6fcfa6604d3a6163d668094e01d7cf0cebd07d01b304e20", "junit-4.13.tar.gz": "c4e8f5681ad387a386a5aebe05ed4b73ffbfff963e154fbc4d77090f230777c7" } } \ No newline at end of file diff --git a/SPECS/junit/junit.spec b/SPECS/junit/junit.spec index e5c80c3958..d5fedda21f 100644 --- a/SPECS/junit/junit.spec +++ b/SPECS/junit/junit.spec @@ -18,7 +18,7 @@ Summary: Java regression test package Name: junit Version: 4.13 -Release: 3%{?dist} +Release: 4%{?dist} License: EPL-1.0 Group: Development/Libraries/Java Vendor: Microsoft Corporation @@ -120,6 +120,9 @@ java -cp %{buildroot}/%{_javadir}/%{name}.jar: test 2>&1 | \ %doc doc/* %changelog +* Fri Apr 01 2022 Henry Li - 4.13-4 +- Remove target to upload docs to sourceforge from build.xml + * Mon Mar 28 2022 Cameron Baird - 4.13-3 - Move to SPECS - License verified