aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2005-03-03 21:05:34 +0000
committerH. Peter Anvin <hpa@zytor.com>2005-03-03 21:05:34 +0000
commit5786c425ab975c45d04ba36c5db3d30f67593c06 (patch)
tree244aa85f34919bf58d8c00bf158fbaa6dd2a506d
parent6191107655bdf46b83f72d6cb52ec2fa208c3248 (diff)
downloadklibc-5786c425ab975c45d04ba36c5db3d30f67593c06.tar.gz
For the time being, include libc.so and interp.o in the main package.klibc-0.207
-rw-r--r--klibc.spec.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/klibc.spec.in b/klibc.spec.in
index 030049f46601f..cab496b917fbf 100644
--- a/klibc.spec.in
+++ b/klibc.spec.in
@@ -89,19 +89,23 @@ install -m 444 kinit/README %{buildroot}%{bindocdir}/README.kinit
rm -rf $RPM_BUILD_ROOT
#
-# Note: /usr/lib/klibc/lib/libc.so is technically a link library,
-# but put it in the main package to avoid the risk of version skew.
+# Note: libc.so and interp.o are technically -devel files, but
+# put them in this package until we can make really, really sure
+# the dependency system can avoid confusion. (In fact, it would be
+# good to eventually get them out of here, so that multiple runtimes
+# can be installed should it be necessary.)
#
%files
%defattr(-,root,root,-)
-%{klibcdir}/lib/*.so
/lib/klibc-*.so
+%{klibcdir}/lib/*.so
+%{klibcdir}/lib/interp.o
%files devel
%defattr(-,root,root,-)
%{klibcdir}/include
%{klibcdir}/lib/*.a
-%{klibcdir}/lib/*.o
+%{klibcdir}/lib/crt0.o
%{_bindir}/klcc
%doc %{_mandir}/man1/*
%doc %{libdocdir}/*