fix glibc meta dep, fix from vbatts

This commit is contained in:
Adam Miller 2013-09-19 12:12:54 -05:00
parent 76d86a9d1a
commit 666ac20aad
1 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,13 @@
# Actually, don't strip at all since we are not even building debug packages and this corrupts the dwarf testdata
%global __strip /bin/true
# rpmbuild magic to keep from having meta dependency on libc.so.6
%define _use_internal_dependency_generator 0
%define __find_requires %{nil}
%global debug_package %{nil}
%global __spec_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot \
/usr/lib/rpm/brp-compress
Name: golang
Version: 1.1.2
Release: 2%{?dist}
@ -224,6 +231,9 @@ cp -av %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/prelink.conf.d/golang.conf
%changelog
* Thu Sep 19 2013 Adam Miller <maxamillion@fedoraproject.org> - 1.2.2-3
- fix the libc meta dependency (thanks to vbatts [at] redhat.com for the fix)
* Fri Aug 16 2013 Adam Miller <admiller@redhat.com> - 1.1.2-2
- vim-filesystem only required for Fedora , vim-common owns those files in RHEL