From 2e4a08091368fdc40839dd25fc37b8277bc4764f Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 12 Nov 2024 10:51:01 +0100 Subject: [PATCH] - Remove .orig file Related: RHEL-64018 --- latex2html.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/latex2html.spec b/latex2html.spec index aa1c333..1ff9a99 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -3,7 +3,7 @@ Summary: Converts LaTeX documents to HTML Name: latex2html Version: 2023.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-or-later URL: https://github.com/latex2html/latex2html/releases # main latex2html source @@ -196,7 +196,7 @@ make -C %{name}-%{version}JA check %endif %files -%doc latex2html-%{version}/{LICENSE,LICENSE.orig,README.md,FAQ,BUGS,docs,example} +%doc latex2html-%{version}/{LICENSE,README.md,FAQ,BUGS,docs,example} %{_bindir}/latex2html %{_bindir}/pstoimg %{_bindir}/texexpand @@ -218,6 +218,10 @@ make -C %{name}-%{version}JA check %{_mandir}/man1/pstoimg.* %changelog +* Tue Nov 12 2024 Than Ngo - 2023.2-7 +- Remove .orig file + Related: RHEL-64018 + * Tue Oct 29 2024 Troy Dawson - 2023.2-6 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018