From 953a90954187c5caff028b3fed2dd77f430d3bd4 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 1 Jan 2024 14:58:20 -0500 Subject: [PATCH] Assert %pyproject_files contains a license file --- python-cffsubr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cffsubr.spec b/python-cffsubr.spec index 9b3e2da..014498a 100644 --- a/python-cffsubr.spec +++ b/python-cffsubr.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.2.9.post1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Standalone CFF subroutinizer based on the AFDKO tx tool # The entire source is Apache-2.0, except: @@ -66,7 +66,7 @@ cp -p '%{SOURCE1}' . %install %pyproject_install -%pyproject_save_files %{srcname} +%pyproject_save_files -l %{srcname} # Workaround to prevent a dangling symlink: install -d "%{buildroot}$(dirname '%{txbin}')" @@ -101,6 +101,9 @@ k="${k-}${k+ and }not (TestSubroutinize and test_non_standard_upem_mute_font_mat %{_mandir}/man1/%{srcname}.1* %changelog +* Mon Jan 01 2024 Benjamin A. Beasley - 0.2.9.post1-9 +- Assert %%pyproject_files contains a license file + * Fri Jul 21 2023 Fedora Release Engineering - 0.2.9.post1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild