]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- rpmbuild(macros) virtual enforce
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Jul 2010 09:54:12 +0000 (09:54 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Jul 2010 09:54:12 +0000 (09:54 +0000)
Changed files:
    adapter.awk -> 1.458

adapter.awk

index 4d426c0e2c886d362c704b4118ffc42afc87a83f..e287fd0e1ef38a0005c4fb6d03fd7fccd3194433 100644 (file)
@@ -1902,6 +1902,9 @@ function replace_requires() {
        sub(/^xml-commons-apis$/, "java-xml-commons-apis", $2);
        sub(/^xml-commons-resolver$/, "java-xml-commons-resolver", $2);
 
+       # use virtual, not package name
+       sub(/^rpm-build-macros$/, "rpmbuild(macros)", $2);
+
        # fedora / redhat
        sub(/^Django$/, "python-django", $2);
        sub(/^chkconfig$/, "/sbin/chkconfig", $2);
This page took 0.086929 seconds and 4 git commands to generate.