summaryrefslogtreecommitdiffstats
path: root/func.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-28 11:57:20 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-28 11:57:20 -0400
commit26484bb11dd87f2d3d06483ac29b7862aeb1fe15 (patch)
tree886f4e4118e4b46bf841b5e905f495a3eb91c3f5 /func.spec
parentf45db33f393ba171fa8fe8b53a348e25d14b5e6c (diff)
downloadthird_party-func-26484bb11dd87f2d3d06483ac29b7862aeb1fe15.tar.gz
third_party-func-26484bb11dd87f2d3d06483ac29b7862aeb1fe15.tar.xz
third_party-func-26484bb11dd87f2d3d06483ac29b7862aeb1fe15.zip
Bump func version for release, add BuildRequires + logrotate script
Diffstat (limited to 'func.spec')
-rw-r--r--func.spec7
1 files changed, 7 insertions, 0 deletions
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 <mdehaan@redhat.com> - 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 <jesusr@redhat.com> - 0.0.11-7
- removed unnecessary yum-utils Require