bump to new upstream release.

This commit is contained in:
Dave Jones 2005-01-10 23:29:11 +00:00
parent a09c31f70b
commit 8e813c5172
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1,2 @@
dmidecode-2.4.tar.gz
dmidecode-2.5
dmidecode-2.5.tar.gz

View File

@ -1,11 +1,11 @@
Summary: Tool to analyse BIOS DMI data.
Name: dmidecode
Version: 2.4
Version: 2.5
Release: %(R="$Revision: 1.1 $"; RR="${R##: }"; echo ${RR%%?})
Serial: 1
Group: System Environment/Base
License: GPL
Source0: dmidecode-2.4.tar.gz
Source0: dmidecode-2.5.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
ExclusiveArch: i386 x86_64 ia64
@ -22,14 +22,14 @@ rm -rf $RPM_BUILD_ROOT
mkdir -p %{buildroot}/usr/sbin
mkdir -p %{buildroot}/usr/man
cd dmidecode-2.4
cd dmidecode-2.5
make
cd ..
%install
mkdir -p %{buildroot}/usr/share/man/man{1,8}
cd ../dmidecode-2.4
cd ../dmidecode-2.5
install dmidecode %{buildroot}/usr/sbin
install vpddecode %{buildroot}/usr/sbin
%ifarch %{ix86}
@ -53,6 +53,9 @@ chmod -R a-s %{buildroot}
%post
%changelog
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
* Mon Jan 10 2005 Dave Jones <davej@redhat.com>
- Update to upstream 2.5 release.
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
- Initial packaging, based upon kernel-utils package.

View File

@ -1 +1 @@
13d381f7b6c19ef93257dcac0feec6b8 dmidecode-2.4.tar.gz
2e51119eccb6fa2d85595f6c0784d824 dmidecode-2.5.tar.gz