Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bird for openSUSE:Factory checked in at 2023-10-02 20:05:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bird (Old) and /work/SRC/openSUSE:Factory/.bird.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bird" Mon Oct 2 20:05:01 2023 rev:17 rq:1114256 version:2.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bird/bird.changes 2023-06-22 23:27:59.554432604 +0200 +++ /work/SRC/openSUSE:Factory/.bird.new.28202/bird.changes 2023-10-02 20:06:29.158846669 +0200 @@ -1,0 +2,5 @@ +Wed Sep 27 14:17:55 UTC 2023 - Libor Pechacek <lpecha...@gmx.com> + +- add 'shadow' to Requires(pre) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bird.spec ++++++ --- /var/tmp/diff_new_pack.VsrDKA/_old 2023-10-02 20:06:30.302887812 +0200 +++ /var/tmp/diff_new_pack.VsrDKA/_new 2023-10-02 20:06:30.302887812 +0200 @@ -35,7 +35,8 @@ BuildRequires: ncurses-devel BuildRequires: pkgconfig BuildRequires: readline-devel -BuildRequires: pkgconfig(systemd) +BuildRequires: systemd-rpm-macros +Requires(pre): shadow Provides: bird6 = %{version} Provides: bird6:%{_sbindir}/bird6 Obsoletes: bird6 < %{version} @@ -66,7 +67,7 @@ %setup -q %build -export CFLAGS="${RPM_OPT_FLAGS} -fpic -DPIC -fno-strict-aliasing -Wno-parentheses -Wno-pointer-sign" +export CFLAGS="%{optflags} -fpic -DPIC -fno-strict-aliasing -Wno-parentheses -Wno-pointer-sign" export LDFLAGS="-Wl,-z,relro -pie" %configure \ --with-runtimedir=%{bird_runtimedir} @@ -84,7 +85,7 @@ install -D -d -m 0750 %{buildroot}%{_docdir}/%{name}/ %check -make test +%make_build test %pre # Create bird user/group