Adding BuildRequires for RPM SPEC file
Hi all, I thought that this may be useful. Anyway, is there any standard procedure to produce src.rpm from the git repository? I cannot find the src.rpm for bird-1.3.3-1. Thanks. Regards, Ang Way Chuang diff --git a/misc/bird.spec b/misc/bird.spec index 16aa682..030005f 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -10,6 +10,7 @@ Source2: birdc6 Buildroot: /var/tmp/bird-root Url: http://bird.network.cz Prereq: /sbin/chkconfig +BuildRequires: flex bison readline-devel ncurses-devel %description BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
On 27.9.2011 08:33, Ang Way Chuang wrote:
Hi all,
I thought that this may be useful. Anyway, is there any standard procedure to produce src.rpm from the git repository? I cannot find the src.rpm for bird-1.3.3-1.
Hi! Fixed in new version. Thank you. Ondrej
Thanks.
Regards, Ang Way Chuang
diff --git a/misc/bird.spec b/misc/bird.spec index 16aa682..030005f 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -10,6 +10,7 @@ Source2: birdc6 Buildroot: /var/tmp/bird-root Url: http://bird.network.cz Prereq: /sbin/chkconfig +BuildRequires: flex bison readline-devel ncurses-devel
%description BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
participants (2)
-
Ang Way Chuang -
Ondrej Filip