diff options
author | greg@kroah.com <greg@kroah.com> | 2004-01-26 19:41:00 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:19 -0700 |
commit | 8fc34188503e0dd131eb215b7b1832e21434c7c8 (patch) | |
tree | e3948efa0680f9c4b59825ab51d32451b89d8988 | |
parent | da1cc7cc5fc671312436cd6122fcb6022cbcfd83 (diff) |
[PATCH] added URL to spec file.
-rw-r--r-- | udev.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,7 @@ Group: Utilities/System Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.gz ExclusiveOS: Linux Vendor: Greg Kroah-Hartman <greg@kroah.com> +URL : kernel.org/pub/linux/utils/kernel/hotplug/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Prereq: /bin/sh, fileutils, hotplug @@ -101,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Jan 26 2004 Greg Kroah-Hartman <greg@kroah.com> - add udevinfo to rpm +- added URL to spec file * Mon Jan 05 2004 Rolf Eike Beer <eike-hotplug@sf-tec.de> - add defines to choose the init script (Redhat or LSB) |