diff options
author | Harald Hoyer <harald@redhat.com> | 2011-03-31 18:45:49 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-03-31 18:45:49 +0200 |
commit | 82794b4b9061c9e87cbb672d60d3df8f17ab60d9 (patch) | |
tree | f062c2736a1864024f8169614ddd246b1ab751a2 /dracut.spec | |
parent | b4fbdbbe1ef4ac8db80641be30acee92417efad0 (diff) | |
download | dracut-82794b4b9061c9e87cbb672d60d3df8f17ab60d9.tar.gz dracut-82794b4b9061c9e87cbb672d60d3df8f17ab60d9.tar.bz2 dracut-82794b4b9061c9e87cbb672d60d3df8f17ab60d9.zip |
dracut.spec: fixed URL
Diffstat (limited to 'dracut.spec')
-rw-r--r-- | dracut.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dracut.spec b/dracut.spec index 9af44188..89bebb73 100644 --- a/dracut.spec +++ b/dracut.spec @@ -26,10 +26,11 @@ Group: System Environment/Base Group: System/Base %endif License: GPLv2+ -URL: http://apps.sourceforge.net/trac/dracut/wiki +URL: https://dracut.wiki.kernel.org/ # Source can be generated by -# http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=snapshot;h=%{?dashgittag};sf=tgz -Source0: dracut-%{version}%{?dashgittag}.tar.bz2 +# http://git.kernel.org/?p=boot/dracut/dracut.git;a=snapshot;h=%{?dashgittag};sf=tgz +Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}%{?dashgittag}.tar.bz2 + BuildArch: noarch %if 0%{?fedora} |