- 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
|
Summary: Cron daemon for executing programs at set times
|
||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.4.3
|
Version: 1.4.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT and BSD and GPLv2
|
License: MIT and BSD and ISC and GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://fedorahosted.org/cronie
|
URL: https://fedorahosted.org/cronie
|
||||||
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
|
||||||
Patch0: cronie-selinux_passwd.patch
|
Patch0: cronie-selinux_passwd.patch
|
||||||
Patch1: cronie-pam.patch
|
Patch1: cronie-pam.patch
|
||||||
|
Patch2: DSO.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: syslog, bash >= 2.0
|
Requires: syslog, bash >= 2.0
|
||||||
@ -33,6 +34,7 @@ Buildrequires: pam-devel >= 1.0.1
|
|||||||
%if %{with audit}
|
%if %{with audit}
|
||||||
Buildrequires: audit-libs-devel >= 1.4.1
|
Buildrequires: audit-libs-devel >= 1.4.1
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: automake
|
||||||
|
|
||||||
Requires(post): /sbin/chkconfig coreutils sed
|
Requires(post): /sbin/chkconfig coreutils sed
|
||||||
Requires(postun): /sbin/chkconfig
|
Requires(postun): /sbin/chkconfig
|
||||||
@ -75,6 +77,7 @@ Old style of {hourly,daily,weekly,monthly}.jobs without anacron. No features.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1 -b .old
|
||||||
|
|
||||||
%build
|
%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
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 533189 pam needs add a line and selinux needs defined one function
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user