diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-22 22:16:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-22 22:16:44 +0000 |
commit | f66e5db9b0f5eb2627cf38391c10c8ae3e63b436 (patch) | |
tree | fcd35e157f088ddbe04222c7983e34d78b247ce8 /fedora | |
parent | dc60a4e4958f509c4c74f5c0f745281fd376d5f8 (diff) | |
download | glibc-f66e5db9b0f5eb2627cf38391c10c8ae3e63b436.tar glibc-f66e5db9b0f5eb2627cf38391c10c8ae3e63b436.tar.gz glibc-f66e5db9b0f5eb2627cf38391c10c8ae3e63b436.tar.bz2 glibc-f66e5db9b0f5eb2627cf38391c10c8ae3e63b436.zip |
(Source0): We don't include the glibc release number in the snapshot
tarball file name for HEAD.
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/glibc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index a5f568b280..88746168bd 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -12,7 +12,7 @@ Version: %{glibcversion} Release: %{glibcrelease} Copyright: LGPL Group: System Environment/Libraries -Source0: %{name}-%{version}-%{glibcdate}.tar.bz2 +Source0: %{name}-%{glibcdate}.tar.bz2 Source1: %{name}-fedora-%{glibcdate}.tar.bz2 Patch0: %{name}-fedora.patch Patch1: %{name}-nptl-check.patch |