|
|
Author: notting
Update of /cvs/dist/rpms/kudzu/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5851
Modified Files:
.cvsignore kudzu.spec sources
Removed Files:
kudzu-1.2.67-sizeof.patch kudzu-1.2.67-zlib.patch
Log Message:
1.2.68-1
Resolves: bug #227281
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kudzu/devel/.cvsignore,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- .cvsignore 29 Mar 2007 17:25:09 -0000 1.148
+++ .cvsignore 14 Apr 2007 00:14:28 -0000 1.149
@@ -1 +1 @@
-kudzu-1.2.67.tar.gz
+kudzu-1.2.68.tar.gz
Index: kudzu.spec
===================================================================
RCS file: /cvs/dist/rpms/kudzu/devel/kudzu.spec,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- kudzu.spec 5 Apr 2007 20:14:34 -0000 1.169
+++ kudzu.spec 14 Apr 2007 00:14:28 -0000 1.170
@@ -1,20 +1,17 @@
Name: kudzu
-Version: 1.2.67
-Release: 2
+Version: 1.2.68
+Release: 1
License: GPL
Summary: The Red Hat Linux hardware probing tool.
Group: Applications/System
-URL: http://fedora.redhat.com/projects/additional-projects/kudzu/
Source: kudzu-%{PACKAGE_VERSION}.tar.gz
Obsoletes: rhs-hwdiag setconsole
Prereq: chkconfig, modutils >= 2.3.11-5, /etc/init.d
Requires: pam >= 0.74-17
Conflicts: netconfig < 0.8.18, kernel < 2.6.13, initscripts < 8.40-1
Requires: hwdata >= 0.169-1, hal >= 0.2.96
-BuildPrereq: pciutils-devel >= 2.2.3-4, python-devel python gettext, zlib-devel
+BuildPrereq: pciutils-devel >= 2.2.3-4, python-devel python gettext zlib-devel
BuildRoot: %{_tmppath}/%{name}-root
-Patch0: kudzu-1.2.67-zlib.patch
-Patch1: kudzu-1.2.67-sizeof.patch
%description
Kudzu is a hardware probing tool run at system boot time to determine
@@ -32,8 +29,6 @@
%prep
%setup
-%patch0 -p1 -b .zlib
-%patch1 -p1 -b .sizeof
%build
ln -s `pwd` kudzu
@@ -77,9 +72,10 @@
%{_includedir}/kudzu
%changelog
-* Thu Apr 5 2007 Peter Jones <pjones@xxxxxxxxxx>- 1.2.67-2
-- Fix size of memset in pci scanning
-- require zlib during build
+* Fri Apr 13 2007 Bill Nottingham <notting@xxxxxxxxxx> - 1.2.68-1
+- pata_hpt* matching (#227281)
+- Fix size of memset in pci scanning (<pjones@xxxxxxxxxx>)
+- require zlib during build (<pjones@xxxxxxxxxx>)
* Thu Mar 29 2007 Jeremy Katz <katzj@xxxxxxxxxx> - 1.2.67-1
- try to get the "best" match for a pci device when matching aliases
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kudzu/devel/sources,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- sources 29 Mar 2007 17:25:09 -0000 1.165
+++ sources 14 Apr 2007 00:14:28 -0000 1.166
@@ -1 +1 @@
-1b8ad21cd631c304fccc71d43c98db02 kudzu-1.2.67.tar.gz
+8a90261b4ca99ba65fbfdc99e7f97078 kudzu-1.2.68.tar.gz
--- kudzu-1.2.67-sizeof.patch DELETED ---
--- kudzu-1.2.67-zlib.patch DELETED ---
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|