remove parallel build -> it fails on secondary arches 1058686
This commit is contained in:
parent
bda47c4d32
commit
1a66c4d172
7
at.spec
7
at.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.14
|
Version: 3.1.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
||||||
# + install-sh is MIT license with changes under Public Domain
|
# + install-sh is MIT license with changes under Public Domain
|
||||||
License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
|
License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
|
||||||
@ -100,7 +100,7 @@ rm -f lex.yy.* y.tab.*
|
|||||||
--with-pam
|
--with-pam
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make %{?_smp_mflags} V=1
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install \
|
make install \
|
||||||
@ -191,6 +191,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ
|
|||||||
%attr(0755,root,root) %{_initrddir}/atd
|
%attr(0755,root,root) %{_initrddir}/atd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 28 2014 Marcela Mašláňová <mmaslano@redhat.com> - 3.1.14-2
|
||||||
|
- remove parallel build -> it fails on secondary arches 1058686
|
||||||
|
|
||||||
* Mon Dec 2 2013 Marcela Mašláňová <mmaslano@redhat.com> - 3.1.14-1
|
* Mon Dec 2 2013 Marcela Mašláňová <mmaslano@redhat.com> - 3.1.14-1
|
||||||
- new release 3.1.14
|
- new release 3.1.14
|
||||||
- all Fedora specifics backported
|
- all Fedora specifics backported
|
||||||
|
Loading…
Reference in New Issue
Block a user