diff --git a/perl-parent.spec b/perl-parent.spec index 726340cdd8ff495218d74f7e4b4455be1eeb19ef..4a3a1b0d53f404fecf9f01a2d3c92b9a3693a4ff 100644 --- a/perl-parent.spec +++ b/perl-parent.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: perl-parent Epoch: 1 @@ -36,7 +36,7 @@ from those modules at the same time. Mostly similar in effect to: %package doc Summary: Documentation files for %{name} -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} BuildArch: noarch %description doc @@ -65,6 +65,9 @@ make test %doc Changes %changelog +* Fri Dec 16 202 Chunmei Xu - 1:0.238-3 +- fix wrong requires of doc package + * Fri Sep 30 2022 mgb01105731 - 1:0.238-2 - add doc package