rpms/cronie/devel cronie.spec,1.32,1.33

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Feb 15 10:13:33 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/cronie/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20804

Modified Files:
	cronie.spec 
Log Message:
* Mon Feb 15 2010 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.3-3
- 564894 FTBFS DSOLinking



Index: cronie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cronie/devel/cronie.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- cronie.spec	5 Nov 2009 16:21:57 -0000	1.32
+++ cronie.spec	15 Feb 2010 10:13:33 -0000	1.33
@@ -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,monthl
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1 -b .old
 
 %build
 
@@ -197,6 +200,9 @@ cp -a /var/lock/subsys/crond /var/lock/s
 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
 
 %changelog
+* Mon Feb 15 2010 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.3-3
+- 564894 FTBFS DSOLinking
+
 * Thu Nov  5 2009 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.3-2
 - 533189 pam needs add a line and selinux needs defined one function
 



More information about the scm-commits mailing list