Don't delete dmidecode from the buildroot.
This commit is contained in:
parent
afd057b758
commit
e19c2ba267
@ -54,8 +54,6 @@ make user
|
||||
make prefix=/usr exec_prefix=/usr bindir=/usr/bin sbindir=/usr/sbin sysconfdir=/etc datadir=/usr/share includedir=/usr/include libdir=%{_libdir} libexecdir=/usr/libexec localstatedir=/var sharedstatedir=/usr/com mandir=/usr/share/man infodir=/usr/share/info DESTDIR=$RPM_BUILD_ROOT user_install
|
||||
chmod 755 $RPM_BUILD_ROOT%{_libdir}/*.so*
|
||||
|
||||
# remove dmidecode from the buildroot
|
||||
rm -f $RPM_BUILD_ROOT%{_sbindir}/dmidecode
|
||||
mv prog/init/README prog/init/README.initscripts
|
||||
|
||||
# Remove userland kernel headers, belong in glibc-kernheaders.
|
||||
@ -101,6 +99,7 @@ fi
|
||||
%changelog
|
||||
* Tue Jan 11 2005 Dave Jones <davej@redhat.com>
|
||||
- Add dependancy on dmidecode rather than the obsolete kernel-utils.
|
||||
- Don't delete dmidecode from the buildroot.
|
||||
|
||||
* Thu Dec 23 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.8-2
|
||||
- Fixed typo in initscript (#139030)
|
||||
|
Loading…
Reference in New Issue
Block a user