From b3dc2bc6cbda1ae022c1eb623d24ae69a510169499a3d9efabf18671719bcc23 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Apr 2020 22:42:19 +0000 Subject: [PATCH] Accepting request 795024 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795024 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=449 --- gdm.changes | 6 ++++++ gdm.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gdm.changes b/gdm.changes index 62f718b..b3355e9 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 11 22:24:07 UTC 2020 - Bjørn Lie + +- Enable testsuite: Add check section and run make_build check. +- Tweak bootstrap call, drop superfluous explicit autoreconf call. + ------------------------------------------------------------------- Fri Apr 10 09:12:37 UTC 2020 - Yifan Jiang diff --git a/gdm.spec b/gdm.spec index 08ee587..acf1747 100644 --- a/gdm.spec +++ b/gdm.spec @@ -231,8 +231,7 @@ cp %{SOURCE8} . %endif %build -NOCONFIGURE=1 sh autogen.sh -autoreconf -fiv +NOCONFIGURE=1 ./autogen.sh %configure\ --disable-static \ --libexecdir=%{_libexecdir}/gdm \ @@ -254,7 +253,7 @@ autoreconf -fiv --with-initial-vt=7 \ --with-run-dir=/run/gdm \ --with-udevdir=%{_prefix}/lib/udev -%make_build V=1 +%make_build %install %make_install @@ -305,6 +304,9 @@ install -m 644 %{SOURCE10} %{buildroot}%{_libexecdir}/systemd/logind.conf.d/rese %find_lang %{name} %{?no_lang_C} %fdupes -s %{buildroot}%{_datadir}/help +%check +%make_build check + %pre %{_sbindir}/groupadd -r gdm 2> /dev/null || : %{_sbindir}/useradd -r -g gdm -G video -s /bin/false \