Fixed a small rpmlint warning caused by the debuginfo generation macro
Thanks to Kalev Lember for spotting this
This commit is contained in:
parent
ad998c675c
commit
dc67d0699c
@ -62,7 +62,7 @@
|
|||||||
%_mingw32_debug_package(n:) \
|
%_mingw32_debug_package(n:) \
|
||||||
%package %{-n:-n %{-n*}-}debuginfo \
|
%package %{-n:-n %{-n*}-}debuginfo \
|
||||||
Summary: Debug information for package %{name} \
|
Summary: Debug information for package %{name} \
|
||||||
Group: Development/debug \
|
Group: Development/Debug \
|
||||||
%description %{-n:-n %{-n*}-}debuginfo \
|
%description %{-n:-n %{-n*}-}debuginfo \
|
||||||
This package provides debug information for package %{name}.\
|
This package provides debug information for package %{name}.\
|
||||||
Debug information is useful when developing applications that use this\
|
Debug information is useful when developing applications that use this\
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: mingw32-filesystem
|
Name: mingw32-filesystem
|
||||||
Version: 52
|
Version: 53
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MinGW base filesystem and environment
|
Summary: MinGW base filesystem and environment
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -165,6 +165,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 23 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 53-1
|
||||||
|
- Fixed a small rpmlint warning caused by the debuginfo generation macro
|
||||||
|
Thanks to Kalev Lember for spotting this
|
||||||
|
|
||||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 52-3
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 52-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user