From 7b4b1e43c057af5c2c55485fbd69d1203568956e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:59:30 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zola.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zola.spec b/zola.spec index 533d25b..50dfadf 100644 --- a/zola.spec +++ b/zola.spec @@ -4,7 +4,7 @@ Name: zola Version: 0.12.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Fast static site generator with everything built-in # Upstream license specification: MIT @@ -98,6 +98,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ %{_datadir}/zsh/site-functions/_zola %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.12.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Tue Jan 25 2022 Fabio Valentini - 0.12.2-10 - Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006. From 063bb781e9f55d8571bb5a1361d30df0a8be03da Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 30 Sep 2022 13:14:24 +0200 Subject: [PATCH 2/4] unmaintained and outdated --- .gitignore | 6 - ...ockito-and-use-native-tls-by-default.patch | 41 ---- README.md | 3 - dead.package | 1 + sources | 1 - zola.spec | 175 ------------------ 6 files changed, 1 insertion(+), 226 deletions(-) delete mode 100644 .gitignore delete mode 100644 0001-bump-mockito-and-use-native-tls-by-default.patch delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zola.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a9eba0c..0000000 --- a/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/zola-0.8.0.tar.gz -/zola-0.9.0.tar.gz -/zola-0.10.0.tar.gz -/zola-0.10.1.tar.gz -/zola-0.11.0.tar.gz -/zola-0.12.2.tar.gz diff --git a/0001-bump-mockito-and-use-native-tls-by-default.patch b/0001-bump-mockito-and-use-native-tls-by-default.patch deleted file mode 100644 index d27f5b4..0000000 --- a/0001-bump-mockito-and-use-native-tls-by-default.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 793e7e551e8799511edfb86052fb98794adb12aa Mon Sep 17 00:00:00 2001 -From: Fabio Valentini -Date: Wed, 1 Sep 2021 15:41:47 +0200 -Subject: [PATCH] bump mockito and use native-tls by default - ---- - components/link_checker/Cargo.toml | 4 ++-- - components/templates/Cargo.toml | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/components/link_checker/Cargo.toml b/components/link_checker/Cargo.toml -index c050ad4..b56d2f8 100644 ---- a/components/link_checker/Cargo.toml -+++ b/components/link_checker/Cargo.toml -@@ -13,7 +13,7 @@ errors = { path = "../errors" } - [dependencies.reqwest] - version = "0.10" - default-features = false --features = ["blocking", "rustls-tls"] -+features = ["blocking", "default-tls"] - - [dev-dependencies] --mockito = "0.27" -+mockito = "0.30" -diff --git a/components/templates/Cargo.toml b/components/templates/Cargo.toml -index a5e25f2..ba77e6f 100644 ---- a/components/templates/Cargo.toml -+++ b/components/templates/Cargo.toml -@@ -26,7 +26,7 @@ svg_metadata = "0.4.1" - [dependencies.reqwest] - version = "0.10" - default-features = false --features = ["blocking", "rustls-tls"] -+features = ["blocking", "default-tls"] - - [dev-dependencies] --mockito = "0.27" -+mockito = "0.30" --- -2.31.1 - diff --git a/README.md b/README.md deleted file mode 100644 index dae5867..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# zola - -The zola package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a7b79d3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +unmaintained and outdated diff --git a/sources b/sources deleted file mode 100644 index 9c60097..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (zola-0.12.2.tar.gz) = a3bb698236d4d2f381508a47dfe4fb98faf8caacc2cbd2f19e2c87de1bb0824aeaa4d633e4a2800a4ee5149a3f575a94de4a65e28b6cb75172a6ee988a9b44b2 diff --git a/zola.spec b/zola.spec deleted file mode 100644 index 50dfadf..0000000 --- a/zola.spec +++ /dev/null @@ -1,175 +0,0 @@ -# Generated by rust2rpm 13 + a lot of manual work -%bcond_without check -%global __cargo_skip_build 0 - -Name: zola -Version: 0.12.2 -Release: 11%{?dist} -Summary: Fast static site generator with everything built-in - -# Upstream license specification: MIT -# (MIT or ASL 2.0) and Public Domain -# 0BSD or MIT or ASL 2.0 -# ASL 2.0 -# ASL 2.0 or Boost -# ASL 2.0 or MIT -# BSD -# CC0 -# ISC -# MIT -# MIT or ASL 2.0 -# MIT or ASL 2.0 or zlib -# MIT or BSD -# MIT or zlib or ASL 2.0 -# Unlicense or MIT -# zlib -# zlib or ASL 2.0 or MIT -License: MIT and ASL 2.0 and BSD and CC0 and ISC and MIT and Public Domain and zlib -URL: https://www.getzola.org/ -Source: https://github.com/getzola/zola/archive/v%{version}/%{name}-%{version}.tar.gz - -# * bump mockito dev-dependency from 0.27 to 0.30: -# https://github.com/getzola/zola/commit/9228260 -# https://github.com/getzola/zola/commit/8e6c3f4 -# https://github.com/getzola/zola/commit/e92e4f1 -# * use default native-tls backend of reqwest instead of rustls: -# rustls is not available on all supported architectures -Patch1: 0001-bump-mockito-and-use-native-tls-by-default.patch - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -# src/cmd/livereload.js -Provides: bundled(js-livereload-js) = 3.2.4 -# components/search/src/elasticlunr.min.js -Provides: bundled(js-elasticlunr-js) = 0.9.5 - -%description -%{summary}. - -%prep -%autosetup -p1 -# https://bugzilla.redhat.com/show_bug.cgi?id=1723064 -%if 0%{?__isa_bits} == 32 -sed -i -e '/lto/d' Cargo.toml -%endif -%cargo_prep - -%generate_buildrequires -# HACK -for f in Cargo.toml components/*/Cargo.toml; do - cd $(dirname $f) - sed -i.br -r -e '/=\s*\{[^}]+path\s*=/d' Cargo.toml - %cargo_generate_buildrequires - mv -f Cargo.toml{.br,} - cd - >/dev/null -done - -%build -%cargo_build - -%install -%cargo_install -install -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \ - completions/zola.bash -install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d \ - completions/zola.fish -install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ - completions/_zola - -%if %{with check} -%check -%cargo_test -%endif - -%files -%license LICENSE -%doc README.md CHANGELOG.md -%{_bindir}/zola -%dir %{_datadir}/bash-completion -%dir %{_datadir}/bash-completion/completions -%{_datadir}/bash-completion/completions/zola.bash -%dir %{_datadir}/fish -%dir %{_datadir}/fish/vendor_completions.d -%{_datadir}/fish/vendor_completions.d/zola.fish -%dir %{_datadir}/zsh -%dir %{_datadir}/zsh/site-functions -%{_datadir}/zsh/site-functions/_zola - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering - 0.12.2-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Tue Jan 25 2022 Fabio Valentini - 0.12.2-10 -- Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006. - -* Sat Jan 22 2022 Fedora Release Engineering - 0.12.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Sep 14 2021 Sahana Prasad - 0.12.2-8 -- Rebuilt with OpenSSL 3.0.0 - -* Wed Sep 01 2021 Fabio Valentini - 0.12.2-7 -- Use patches instead of sed for patching cargo metadata, restoring TLS functionality. - -* Sat Aug 07 2021 Fabio Valentini - 0.12.2-6 -- Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810 - -* Fri Jul 23 2021 Fedora Release Engineering - 0.12.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri May 21 2021 Fabio Valentini - 0.12.2-4 -- Bump mockito from 0.28 to 0.30. - -* Thu Jan 28 2021 Fedora Release Engineering - 0.12.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 28 13:34:37 CET 2020 Igor Raits - 0.12.2-2 -- Rebuild - -* Mon Sep 28 2020 Igor Raits - 0.12.2-1 -- Update to 0.12.2 - -* Sat Aug 01 2020 Fedora Release Engineering - 0.11.0-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.11.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed May 27 2020 Igor Raits - 0.11.0-1 -- Update to 0.11.0 - -* Fri May 08 2020 Igor Raits - 0.10.1-1 -- Update to 0.10.1 - -* Wed Apr 22 2020 Josh Stone - 0.10.0-2 -- Bump to syntect 4 - -* Mon Feb 17 2020 Igor Raits - 0.10.0-1 -- Update to 0.10.0 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Dec 12 10:45:44 CET 2019 Igor Gnatenko - 0.9.0-1 -- Update to 0.9.0 - -* Fri Sep 13 19:18:54 CEST 2019 Robert-André Mauchin - 0.8.0-5 -- Bump ammonia to 3.0.0 -- Bump pulldown-cmark to 0.6 -- Bump image to 0.22 - -* Sat Jul 27 2019 Fedora Release Engineering - 0.8.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Jul 21 18:29:00 CEST 2019 Igor Gnatenko - 0.8.0-3 -- Correct fish completions directory - -* Mon Jun 24 13:09:35 CEST 2019 Igor Gnatenko - 0.8.0-2 -- Update toml to 0.5 -- Bring 32bit packages back, but without LTO - -* Sat Jun 22 14:24:19 CEST 2019 Igor Gnatenko - 0.8.0-1 -- Initial package From f0f3325c4d47f10ed5cbdf58d382d8d478130941 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Tue, 4 Oct 2022 09:34:46 +0200 Subject: [PATCH 3/4] Unretirement request: https://pagure.io/releng/issue/11066 --- .gitignore | 6 + ...ockito-and-use-native-tls-by-default.patch | 41 ++++ README.md | 3 + dead.package | 1 - sources | 1 + zola.spec | 175 ++++++++++++++++++ 6 files changed, 226 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 0001-bump-mockito-and-use-native-tls-by-default.patch create mode 100644 README.md delete mode 100644 dead.package create mode 100644 sources create mode 100644 zola.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9eba0c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/zola-0.8.0.tar.gz +/zola-0.9.0.tar.gz +/zola-0.10.0.tar.gz +/zola-0.10.1.tar.gz +/zola-0.11.0.tar.gz +/zola-0.12.2.tar.gz diff --git a/0001-bump-mockito-and-use-native-tls-by-default.patch b/0001-bump-mockito-and-use-native-tls-by-default.patch new file mode 100644 index 0000000..d27f5b4 --- /dev/null +++ b/0001-bump-mockito-and-use-native-tls-by-default.patch @@ -0,0 +1,41 @@ +From 793e7e551e8799511edfb86052fb98794adb12aa Mon Sep 17 00:00:00 2001 +From: Fabio Valentini +Date: Wed, 1 Sep 2021 15:41:47 +0200 +Subject: [PATCH] bump mockito and use native-tls by default + +--- + components/link_checker/Cargo.toml | 4 ++-- + components/templates/Cargo.toml | 4 ++-- + 2 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/components/link_checker/Cargo.toml b/components/link_checker/Cargo.toml +index c050ad4..b56d2f8 100644 +--- a/components/link_checker/Cargo.toml ++++ b/components/link_checker/Cargo.toml +@@ -13,7 +13,7 @@ errors = { path = "../errors" } + [dependencies.reqwest] + version = "0.10" + default-features = false +-features = ["blocking", "rustls-tls"] ++features = ["blocking", "default-tls"] + + [dev-dependencies] +-mockito = "0.27" ++mockito = "0.30" +diff --git a/components/templates/Cargo.toml b/components/templates/Cargo.toml +index a5e25f2..ba77e6f 100644 +--- a/components/templates/Cargo.toml ++++ b/components/templates/Cargo.toml +@@ -26,7 +26,7 @@ svg_metadata = "0.4.1" + [dependencies.reqwest] + version = "0.10" + default-features = false +-features = ["blocking", "rustls-tls"] ++features = ["blocking", "default-tls"] + + [dev-dependencies] +-mockito = "0.27" ++mockito = "0.30" +-- +2.31.1 + diff --git a/README.md b/README.md new file mode 100644 index 0000000..dae5867 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# zola + +The zola package \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index a7b79d3..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -unmaintained and outdated diff --git a/sources b/sources new file mode 100644 index 0000000..9c60097 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (zola-0.12.2.tar.gz) = a3bb698236d4d2f381508a47dfe4fb98faf8caacc2cbd2f19e2c87de1bb0824aeaa4d633e4a2800a4ee5149a3f575a94de4a65e28b6cb75172a6ee988a9b44b2 diff --git a/zola.spec b/zola.spec new file mode 100644 index 0000000..50dfadf --- /dev/null +++ b/zola.spec @@ -0,0 +1,175 @@ +# Generated by rust2rpm 13 + a lot of manual work +%bcond_without check +%global __cargo_skip_build 0 + +Name: zola +Version: 0.12.2 +Release: 11%{?dist} +Summary: Fast static site generator with everything built-in + +# Upstream license specification: MIT +# (MIT or ASL 2.0) and Public Domain +# 0BSD or MIT or ASL 2.0 +# ASL 2.0 +# ASL 2.0 or Boost +# ASL 2.0 or MIT +# BSD +# CC0 +# ISC +# MIT +# MIT or ASL 2.0 +# MIT or ASL 2.0 or zlib +# MIT or BSD +# MIT or zlib or ASL 2.0 +# Unlicense or MIT +# zlib +# zlib or ASL 2.0 or MIT +License: MIT and ASL 2.0 and BSD and CC0 and ISC and MIT and Public Domain and zlib +URL: https://www.getzola.org/ +Source: https://github.com/getzola/zola/archive/v%{version}/%{name}-%{version}.tar.gz + +# * bump mockito dev-dependency from 0.27 to 0.30: +# https://github.com/getzola/zola/commit/9228260 +# https://github.com/getzola/zola/commit/8e6c3f4 +# https://github.com/getzola/zola/commit/e92e4f1 +# * use default native-tls backend of reqwest instead of rustls: +# rustls is not available on all supported architectures +Patch1: 0001-bump-mockito-and-use-native-tls-by-default.patch + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +# src/cmd/livereload.js +Provides: bundled(js-livereload-js) = 3.2.4 +# components/search/src/elasticlunr.min.js +Provides: bundled(js-elasticlunr-js) = 0.9.5 + +%description +%{summary}. + +%prep +%autosetup -p1 +# https://bugzilla.redhat.com/show_bug.cgi?id=1723064 +%if 0%{?__isa_bits} == 32 +sed -i -e '/lto/d' Cargo.toml +%endif +%cargo_prep + +%generate_buildrequires +# HACK +for f in Cargo.toml components/*/Cargo.toml; do + cd $(dirname $f) + sed -i.br -r -e '/=\s*\{[^}]+path\s*=/d' Cargo.toml + %cargo_generate_buildrequires + mv -f Cargo.toml{.br,} + cd - >/dev/null +done + +%build +%cargo_build + +%install +%cargo_install +install -Dpm0644 -t %{buildroot}%{_datadir}/bash-completion/completions \ + completions/zola.bash +install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d \ + completions/zola.fish +install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ + completions/_zola + +%if %{with check} +%check +%cargo_test +%endif + +%files +%license LICENSE +%doc README.md CHANGELOG.md +%{_bindir}/zola +%dir %{_datadir}/bash-completion +%dir %{_datadir}/bash-completion/completions +%{_datadir}/bash-completion/completions/zola.bash +%dir %{_datadir}/fish +%dir %{_datadir}/fish/vendor_completions.d +%{_datadir}/fish/vendor_completions.d/zola.fish +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +%{_datadir}/zsh/site-functions/_zola + +%changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.12.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Tue Jan 25 2022 Fabio Valentini - 0.12.2-10 +- Rebuild with thread_local 1.1.4 for RUSTSEC-2022-0006. + +* Sat Jan 22 2022 Fedora Release Engineering - 0.12.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Sep 14 2021 Sahana Prasad - 0.12.2-8 +- Rebuilt with OpenSSL 3.0.0 + +* Wed Sep 01 2021 Fabio Valentini - 0.12.2-7 +- Use patches instead of sed for patching cargo metadata, restoring TLS functionality. + +* Sat Aug 07 2021 Fabio Valentini - 0.12.2-6 +- Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.12.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri May 21 2021 Fabio Valentini - 0.12.2-4 +- Bump mockito from 0.28 to 0.30. + +* Thu Jan 28 2021 Fedora Release Engineering - 0.12.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 13:34:37 CET 2020 Igor Raits - 0.12.2-2 +- Rebuild + +* Mon Sep 28 2020 Igor Raits - 0.12.2-1 +- Update to 0.12.2 + +* Sat Aug 01 2020 Fedora Release Engineering - 0.11.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed May 27 2020 Igor Raits - 0.11.0-1 +- Update to 0.11.0 + +* Fri May 08 2020 Igor Raits - 0.10.1-1 +- Update to 0.10.1 + +* Wed Apr 22 2020 Josh Stone - 0.10.0-2 +- Bump to syntect 4 + +* Mon Feb 17 2020 Igor Raits - 0.10.0-1 +- Update to 0.10.0 + +* Fri Jan 31 2020 Fedora Release Engineering - 0.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Dec 12 10:45:44 CET 2019 Igor Gnatenko - 0.9.0-1 +- Update to 0.9.0 + +* Fri Sep 13 19:18:54 CEST 2019 Robert-André Mauchin - 0.8.0-5 +- Bump ammonia to 3.0.0 +- Bump pulldown-cmark to 0.6 +- Bump image to 0.22 + +* Sat Jul 27 2019 Fedora Release Engineering - 0.8.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jul 21 18:29:00 CEST 2019 Igor Gnatenko - 0.8.0-3 +- Correct fish completions directory + +* Mon Jun 24 13:09:35 CEST 2019 Igor Gnatenko - 0.8.0-2 +- Update toml to 0.5 +- Bring 32bit packages back, but without LTO + +* Sat Jun 22 14:24:19 CEST 2019 Igor Gnatenko - 0.8.0-1 +- Initial package From 6f5f7cc52d5246cdef9002d89594514d3ed67b94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 23:02:57 +0200 Subject: [PATCH 4/4] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- zola.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zola.spec b/zola.spec index 50dfadf..f914dcd 100644 --- a/zola.spec +++ b/zola.spec @@ -4,7 +4,7 @@ Name: zola Version: 0.12.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Fast static site generator with everything built-in # Upstream license specification: MIT @@ -24,7 +24,8 @@ Summary: Fast static site generator with everything built-in # Unlicense or MIT # zlib # zlib or ASL 2.0 or MIT -License: MIT and ASL 2.0 and BSD and CC0 and ISC and MIT and Public Domain and zlib +# Automatically converted from old format: MIT and ASL 2.0 and BSD and CC0 and ISC and MIT and Public Domain and zlib - review is highly recommended. +License: LicenseRef-Callaway-MIT AND Apache-2.0 AND LicenseRef-Callaway-BSD AND CC0-1.0 AND ISC AND LicenseRef-Callaway-MIT AND LicenseRef-Callaway-Public-Domain AND Zlib URL: https://www.getzola.org/ Source: https://github.com/getzola/zola/archive/v%{version}/%{name}-%{version}.tar.gz @@ -98,6 +99,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ %{_datadir}/zsh/site-functions/_zola %changelog +* Wed Sep 04 2024 Miroslav Suchý - 0.12.2-12 +- convert license to SPDX + * Sat Jul 23 2022 Fedora Release Engineering - 0.12.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild