Fix broken perl_provides script.
This commit is contained in:
parent
ee57ebd705
commit
8dec6d0afe
@ -1,6 +1,6 @@
|
||||
Name: perl-Bit-Vector
|
||||
Version: 6.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Efficient bit vector, set of integers and "big int" math library
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -34,7 +34,7 @@ chmod 644 examples/*.pl
|
||||
cat << \EOF > %{name}-prov
|
||||
#!/bin/sh
|
||||
%{__perl_provides} $* |\
|
||||
sed -e '/perl(Bit::Vector)/d'
|
||||
sed -e '/perl(Bit::Vector)$/d'
|
||||
EOF
|
||||
|
||||
%define __perl_provides %{_builddir}/Bit-Vector-%{version}/%{name}-prov
|
||||
@ -69,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 06 2007 Robin Norwood <rnorwood@redhat.com> 6.4-4
|
||||
- Resolves: rhbz#247212
|
||||
- Fix broken perl_provides script - it was removing both the versioned
|
||||
and unversioned Provides: perl(Bit::Vector)
|
||||
|
||||
* Sat Jun 30 2007 Steven Pritchard <steve@kspei.com> 6.4-3
|
||||
- Fix find option order.
|
||||
- Use fixperms macro instead of our own chmod incantation.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user