From f7421669aa737c0fbfd4892842f9281894fa73ac Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Sep 17 2008 16:13:29 +0000 Subject: func 0.23 build --- diff --git a/.cvsignore b/.cvsignore index 2f2e774..dc0e7e0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ func-0.17.tar.gz func-0.18.tar.gz func-0.20.tar.gz func-0.21.tar.gz +func-0.23.tar.gz diff --git a/func.spec b/func.spec index 6529680..e460262 100644 --- a/func.spec +++ b/func.spec @@ -13,6 +13,7 @@ License: GPLv2+ Group: Applications/System Requires: python >= 2.3 Requires: pyOpenSSL +Requires: python-simplejson Requires: certmaster >= 0.1 BuildRequires: python-devel %if %is_suse @@ -54,6 +55,8 @@ rm -fr $RPM_BUILD_ROOT %{_bindir}/func %{_bindir}/func-inventory %{_bindir}/func-create-module +%{_bindir}/func-transmit +%{_bindir}/func-build-map #%{_bindir}/update-func /etc/init.d/funcd %dir %{_sysconfdir}/%{name} @@ -66,10 +69,12 @@ rm -fr $RPM_BUILD_ROOT %dir %{python_sitelib}/func/minion %dir %{python_sitelib}/func/overlord %dir %{python_sitelib}/func/overlord/cmd_modules +%dir %{python_sitelib}/func/yaml %{python_sitelib}/func/minion/*.py* %{python_sitelib}/func/overlord/*.py* %{python_sitelib}/func/overlord/cmd_modules/*.py* %{python_sitelib}/func/overlord/modules/*.py* +%{python_sitelib}/func/yaml/*.py* %{python_sitelib}/func/*.py* %dir %{python_sitelib}/func/minion/modules %{python_sitelib}/func/minion/modules/*.py* @@ -85,6 +90,7 @@ rm -fr $RPM_BUILD_ROOT %{_mandir}/man1/func.1.gz %{_mandir}/man1/func-inventory.1.gz %{_mandir}/man1/funcd.1.gz +%{_mandir}/man1/func-transmit.1.gz %post @@ -124,6 +130,15 @@ fi %changelog +* Fri Jul 18 2008 Adrian Likins - 0.23-1 +- remove requirement for pyyaml, add python-simplejson + +* Fri Jul 11 2008 Michael DeHaan - 0.23-1 +- (for ssalevan) adding in mapping/delegation tools + +* Mon Jul 07 2008 Michael DeHaan - 0.22-1 +- packaged func-transmit script + * Wed Jul 02 2008 Michael DeHaan - 0.21-1 - new release, upstream changes @@ -134,6 +149,7 @@ fi - fix fedora bug #441283 - typo in postinstall scriptlet (the init.d symlinks for runlevels 1 and 6 were created wrong) + * Mon Mar 03 2008 Adrian Likins - 0.18-1 - split off certmaster diff --git a/sources b/sources index 3756b88..cfa2930 100644 --- a/sources +++ b/sources @@ -3,3 +3,4 @@ def199858286218daef908e871f2e7ca func-0.18.tar.gz 2ea0cc2735e4764ad8cb11bd6edae47e func-0.20.tar.gz 715638833720c85076fe04cd2e31fc32 func-0.21.tar.gz +821f5ba123d7fe2e98aa51b8f00a17c2 func-0.23.tar.gz diff --git a/version b/version index bed8506..3ecda66 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.21 1 +0.23 1