From 26484bb11dd87f2d3d06483ac29b7862aeb1fe15 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 28 Sep 2007 11:57:20 -0400 Subject: Bump func version for release, add BuildRequires + logrotate script --- func.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'func.spec') diff --git a/func.spec b/func.spec index a970c0f..b0547b9 100644 --- a/func.spec +++ b/func.spec @@ -12,6 +12,7 @@ Group: Applications/System Requires: python >= 2.3 Requires: rhpl Requires: pyOpenSSL +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Url: https://hosted.fedoraproject.org/projects/func/ @@ -44,6 +45,7 @@ rm -fr $RPM_BUILD_ROOT %dir %{_sysconfdir}/pki/%{name} %config(noreplace) /etc/func/minion.conf %config(noreplace) /etc/func/certmaster.conf +%config(noreplace) /etc/logrotate.d/func_rotate %dir %{python_sitelib}/func %dir %{python_sitelib}/func/minion %dir %{python_sitelib}/func/overlord @@ -72,6 +74,11 @@ fi %changelog +* Fri Sep 28 2007 Michael DeHaan - 0.0.12-1 +- bump version and get ready for first public release +- add BuildRequires python-devel +- add logrotate config + * Thu Sep 27 2007 Jesus Rodriguez - 0.0.11-7 - removed unnecessary yum-utils Require -- cgit