- Run internal test-suite on build, minimal as it might be
This commit is contained in:
parent
69ee8930bc
commit
473c6e9ed3
@ -74,6 +74,9 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/popt.d
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -99,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Thu Aug 02 2012 Panu Matilainen <pmatilai@redhat.com> - 1.13-12
|
* Thu Aug 02 2012 Panu Matilainen <pmatilai@redhat.com> - 1.13-12
|
||||||
- Hack poptBadOption() to return something semi-meaningful on exec alias
|
- Hack poptBadOption() to return something semi-meaningful on exec alias
|
||||||
failures (#697435, #710267)
|
failures (#697435, #710267)
|
||||||
|
- Run internal test-suite on build, minimal as it might be
|
||||||
|
|
||||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-11
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user