diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-08-18 11:46:12 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-08-18 11:46:12 +0300 |
commit | 634a67d055444593a47a21e9e9ea00df65e63d63 (patch) | |
tree | 5c350c73f4a3e289c677616095470f7e9196ac15 /build | |
parent | 3e5097c97541fa0b8f289ef3b6011bdc3b4dc002 (diff) | |
download | rpm-634a67d055444593a47a21e9e9ea00df65e63d63.tar.gz rpm-634a67d055444593a47a21e9e9ea00df65e63d63.tar.bz2 rpm-634a67d055444593a47a21e9e9ea00df65e63d63.zip |
Copy BUGURL to source rpm's too
- should've been in commit 86032bfbb61f1bdee9ac42989a14ea40bed0deec, duh
Diffstat (limited to 'build')
-rw-r--r-- | build/files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/files.c b/build/files.c index e7549c515..6006d8963 100644 --- a/build/files.c +++ b/build/files.c @@ -1994,6 +1994,7 @@ static const rpmTag sourceTags[] = { RPMTAG_CHANGELOGNAME, RPMTAG_CHANGELOGTEXT, RPMTAG_URL, + RPMTAG_BUGURL, HEADER_I18NTABLE, 0 }; |