summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-04-13 08:35:45 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-04-13 08:35:45 +0300
commita761daa2f8a0edb66733444f49f032f3a13035b1 (patch)
treefa554f9f2417def457c4b23c6be76fa884612ee6 /build
parent538ddff69cacbd0db346cac3c10171424ae9b229 (diff)
downloadlibrpm-tizen-a761daa2f8a0edb66733444f49f032f3a13035b1.tar.gz
librpm-tizen-a761daa2f8a0edb66733444f49f032f3a13035b1.tar.bz2
librpm-tizen-a761daa2f8a0edb66733444f49f032f3a13035b1.zip
Use correct tag for NOPATCH
- dumb copy-paste error from commit a317eaadc3f7b9b4ec373719e7d60fb8b98e2c21
Diffstat (limited to 'build')
-rw-r--r--build/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/files.c b/build/files.c
index 2309ab6ed..1f26f5fe4 100644
--- a/build/files.c
+++ b/build/files.c
@@ -2068,7 +2068,7 @@ int processSourceFiles(rpmSpec spec)
if (srcPtr->flags & RPMBUILD_ISPATCH) {
headerPutString(spec->sourceHeader, RPMTAG_PATCH, srcPtr->source);
if (srcPtr->flags & RPMBUILD_ISNO) {
- headerPutUint32(spec->sourceHeader, RPMTAG_NOSOURCE,
+ headerPutUint32(spec->sourceHeader, RPMTAG_NOPATCH,
&srcPtr->num, 1);
}
}