- fix font provide generation on filenames with whitespace (#491510)
This commit is contained in:
parent
9ea2c1db54
commit
2a17871053
@ -16,4 +16,6 @@ fcquery=/usr/bin/fc-query
|
|||||||
|
|
||||||
# filter out anything outside main fontconfig path
|
# filter out anything outside main fontconfig path
|
||||||
grep /usr/share/fonts/ |
|
grep /usr/share/fonts/ |
|
||||||
xargs $fcquery --format '%{=pkgkit}' 2> /dev/null
|
while read fn; do
|
||||||
|
$fcquery --format '%{=pkgkit}' "${fn}" 2> /dev/null
|
||||||
|
done
|
||||||
|
5
rpm.spec
5
rpm.spec
@ -25,7 +25,7 @@
|
|||||||
Summary: The RPM package management system
|
Summary: The RPM package management system
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: 0.%{snapver}.4%{?dist}
|
Release: 0.%{snapver}.5%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.rpm.org/
|
Url: http://www.rpm.org/
|
||||||
Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
|
Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
|
||||||
@ -400,6 +400,9 @@ exit 0
|
|||||||
%doc doc/librpm/html/*
|
%doc doc/librpm/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 23 2009 Panu Matilainen <pmatilai@redhat.com> - 4.7.0-0.beta1.5
|
||||||
|
- fix font provide generation on filenames with whitespace (#491510)
|
||||||
|
|
||||||
* Thu Mar 12 2009 Panu Matilainen <pmatilai@redhat.com> - 4.7.0-0.beta1.4
|
* Thu Mar 12 2009 Panu Matilainen <pmatilai@redhat.com> - 4.7.0-0.beta1.4
|
||||||
- handle RSA V4 signatures (#436812)
|
- handle RSA V4 signatures (#436812)
|
||||||
- add alpha arch ISA-bits
|
- add alpha arch ISA-bits
|
||||||
|
Loading…
Reference in New Issue
Block a user