add provides UNIVERSAL and DB back into perl
This commit is contained in:
parent
d6a27c21eb
commit
338d403167
@ -11,7 +11,6 @@
|
|||||||
# XXX: %%global expands now, archlib must be pre-defined.
|
# XXX: %%global expands now, archlib must be pre-defined.
|
||||||
%global perl_default_filter %%{?filter_setup: %%{expand: \
|
%global perl_default_filter %%{?filter_setup: %%{expand: \
|
||||||
%%filter_provides_in -P %%{archlib}/(?!CORE/libperl).*\\.so$ \
|
%%filter_provides_in -P %%{archlib}/(?!CORE/libperl).*\\.so$ \
|
||||||
%%filter_from_provides /perl(UNIVERSAL)/d; /perl(DB)/d \
|
|
||||||
%%filter_setup \
|
%%filter_setup \
|
||||||
}}
|
}}
|
||||||
|
|
||||||
@ -21,7 +20,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
||||||
Release: 159%{?dist}
|
Release: 160%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -1958,6 +1957,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 13 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.3-160
|
||||||
|
- add provides UNIVERSAL and DB back into perl
|
||||||
|
|
||||||
* Thu Apr 07 2011 Petr Pisar <ppisar@redhat.com> - 4:5.12.3-159
|
* Thu Apr 07 2011 Petr Pisar <ppisar@redhat.com> - 4:5.12.3-159
|
||||||
- Remove rpath-make patch because we use --enable-new-dtags linker option
|
- Remove rpath-make patch because we use --enable-new-dtags linker option
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user