Run test suite when building the package

This commit is contained in:
Stef Walter 2013-06-11 11:38:00 +02:00
parent 3e34f93af3
commit 2504202d26

View File

@ -1,6 +1,6 @@
Name: realmd
Version: 0.14.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Kerberos realm enrollment service
License: LGPLv2+
URL: http://cgit.freedesktop.org/realmd/realmd/
@ -10,11 +10,11 @@ Patch0: 0001-redhat-Add-dependency-on-oddjobd.patch
BuildRequires: intltool pkgconfig
BuildRequires: gettext-devel
BuildRequires: glib2-devel >= 2.32.0
BuildRequires: openldap-devel
BuildRequires: openldap-devel
BuildRequires: PackageKit-glib-devel
BuildRequires: polkit-devel
BuildRequires: krb5-devel
BuildRequires: systemd-devel
BuildRequires: systemd-devel
BuildRequires: libxslt
BuildRequires: xmlto
@ -25,10 +25,10 @@ realmd is a DBus system service which manages discovery and enrollment in realms
and domains like Active Directory or IPA. The control center uses realmd as the
back end to 'join' a domain simply and automatically configure things correctly.
%package devel-docs
Summary: Developer documentation files for %{name}
%package devel-docs
Summary: Developer documentation files for %{name}
%description devel-docs
%description devel-docs
The %{name}-devel package contains developer documentation for developing
applications that use %{name}.
@ -42,6 +42,9 @@ applications that use %{name}.
%configure
make %{?_smp_mflags}
%check
make check
%install
make install DESTDIR=%{buildroot}
@ -68,6 +71,10 @@ make install DESTDIR=%{buildroot}
%doc %{_datadir}/doc/realmd/
%changelog
* Tue Jun 11 2013 Stef Walter <stefw@redhat.com> - 0.14.2-3
- Run test suite when building the package
- Fix rpmlint errors
* Thu Jun 06 2013 Stef Walter <stefw@redhat.com> - 0.14.2-2
- Install oddjobd and oddjob-mkhomedir when joining domains [#969441]