fix #165416
This commit is contained in:
parent
d3e0d601f6
commit
12233c1d7b
2
macros
2
macros
@ -82,7 +82,7 @@
|
||||
|
||||
%__os_install_post \
|
||||
/usr/lib/rpm/redhat/brp-compress \
|
||||
/usr/lib/rpm/redhat/brp-strip %{__strip} \
|
||||
%{!?__debug_package:/usr/lib/rpm/redhat/brp-strip %{__strip}} \
|
||||
/usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \
|
||||
/usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \
|
||||
/usr/lib/rpm/brp-python-bytecompile \
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Red Hat specific rpm configuration files.
|
||||
Name: redhat-rpm-config
|
||||
Version: 8.0.38
|
||||
Version: 8.0.39
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Development/System
|
||||
@ -35,6 +35,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_prefix}/lib/rpm/redhat
|
||||
|
||||
%changelog
|
||||
* Tue Aug 16 2005 Elliot Lee <sopwith@redhat.com> - 8.0.39-1
|
||||
- Fix #165416
|
||||
|
||||
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.38-1
|
||||
- Add -Wall into cflags
|
||||
|
||||
* Mon Aug 01 2005 Elliot Lee <sopwith@redhat.com> - 8.0.37-1
|
||||
- Patch from Uli: enable stack protector, fix sparc & ppc cflags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user