- 564894 FTBFS DSOLinking
This commit is contained in:
parent
b33f3f4706
commit
474e695d66
10
cronie.spec
10
cronie.spec
@ -6,13 +6,14 @@
|
||||
Summary: Cron daemon for executing programs at set times
|
||||
Name: cronie
|
||||
Version: 1.4.3
|
||||
Release: 2%{?dist}
|
||||
License: MIT and BSD and GPLv2
|
||||
Release: 3%{?dist}
|
||||
License: MIT and BSD and ISC and GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: https://fedorahosted.org/cronie
|
||||
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
|
||||
Patch0: cronie-selinux_passwd.patch
|
||||
Patch1: cronie-pam.patch
|
||||
Patch2: DSO.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: syslog, bash >= 2.0
|
||||
@ -33,6 +34,7 @@ Buildrequires: pam-devel >= 1.0.1
|
||||
%if %{with audit}
|
||||
Buildrequires: audit-libs-devel >= 1.4.1
|
||||
%endif
|
||||
BuildRequires: automake
|
||||
|
||||
Requires(post): /sbin/chkconfig coreutils sed
|
||||
Requires(postun): /sbin/chkconfig
|
||||
@ -75,6 +77,7 @@ Old style of {hourly,daily,weekly,monthly}.jobs without anacron. No features.
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1 -b .old
|
||||
|
||||
%build
|
||||
|
||||
@ -197,6 +200,9 @@ cp -a /var/lock/subsys/crond /var/lock/subsys/cronie > /dev/null 2>&1 ||:
|
||||
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.3-3
|
||||
- 564894 FTBFS DSOLinking
|
||||
|
||||
* Thu Nov 5 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.3-2
|
||||
- 533189 pam needs add a line and selinux needs defined one function
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user