[packages/bird] Rel 2; run test suite

arekm arekm at pld-linux.org
Wed Mar 18 18:03:18 CET 2026


commit 20af12936be57bb8fad6528804a8409eda3101e6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Mar 18 18:03:06 2026 +0100

    Rel 2; run test suite

 bird.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/bird.spec b/bird.spec
index fee1a37..e5e222a 100644
--- a/bird.spec
+++ b/bird.spec
@@ -1,11 +1,12 @@
 # Conditional build:
 %bcond_without	libssh	# RPKI SSH transport support
+%bcond_without	tests	# unit tests
 #
 Summary:	The BIRD Internet Routing Daemon
 Summary(pl.UTF-8):	Demon BIRD Internetowego Routingu Dynamicznego
 Name:		bird
 Version:	3.2.0
-Release:	1.1
+Release:	2
 License:	GPL v2+
 Group:		Networking/Daemons
 Source0:	https://bird.nic.cz/download/%{name}-%{version}.tar.gz
@@ -17,6 +18,7 @@ Source3:	https://bird.nic.cz/download/%{name}-doc-%{version}.tar.gz
 Source4:	%{name}.service
 Source5:	%{name}.tmpfiles
 Patch0:		%{name}-xbasename-const.patch
+# check on releases > 3.2.- how this got fixed
 Patch1:		%{name}-krt-gr-export-fix.patch
 URL:		https://bird.nic.cz/
 BuildRequires:	autoconf
@@ -69,6 +71,10 @@ cp -f /usr/share/automake/config.* tools
 
 %{__make} VERBOSE=1
 
+%if %{with tests}
+%{__make} check
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig,%{_sbindir}} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bird.git/commitdiff/20af12936be57bb8fad6528804a8409eda3101e6



More information about the pld-cvs-commit mailing list