From e276eef783134b7676921c3f7869cb258b26cd95 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 29 Jan 2013 10:43:55 -0600 Subject: Version bump to 1.3.0rc2 Signed-off-by: Sol Jerome --- redhat/RELEASE | 2 +- redhat/bcfg2.spec.in | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'redhat') diff --git a/redhat/RELEASE b/redhat/RELEASE index 888c3a4b3..c39908ef3 100644 --- a/redhat/RELEASE +++ b/redhat/RELEASE @@ -1 +1 @@ -0.0rc1 +0.0rc2 diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in index 9527cae7b..02e86d2e7 100644 --- a/redhat/bcfg2.spec.in +++ b/redhat/bcfg2.spec.in @@ -250,6 +250,9 @@ fi %doc %{_defaultdocdir}/bcfg2-doc-%{version} %changelog +* Tue Jan 29 2013 Sol Jerome 1.3.0-0.0rc2 +- New upstream release + * Wed Jan 09 2013 Sol Jerome 1.3.0-0.0rc1 - New upstream release -- cgit v1.2.3-1-g7c22 From 51e6930af7319a71571237fa2642cee76c736057 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 30 Jan 2013 10:47:35 -0500 Subject: divided up Bcfg2/*.py files appropriately amongst bcfg2/bcfg2-server RPMs --- redhat/bcfg2.spec.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'redhat') diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in index 02e86d2e7..4a100e0c7 100644 --- a/redhat/bcfg2.spec.in +++ b/redhat/bcfg2.spec.in @@ -201,7 +201,12 @@ fi %{python_sitelib}/Bcfg2*.egg-info %dir %{python_sitelib}/Bcfg2 -%{python_sitelib}/Bcfg2/*.py* +%{python_sitelib}/Bcfg2/Compat.py* +%{python_sitelib}/Bcfg2/__init__.py* +%{python_sitelib}/Bcfg2/Logger.py* +%{python_sitelib}/Bcfg2/Options.py* +%{python_sitelib}/Bcfg2/Proxy.py* +%{python_sitelib}/Bcfg2/version.py* %{python_sitelib}/Bcfg2/Client %{python_sitelib}/Bcfg2/Component.* %{python_sitelib}/Bcfg2/Logger.* @@ -225,6 +230,13 @@ fi %{_initrddir}/bcfg2-server +%dir %{python_sitelib}/Bcfg2 +%{python_sitelib}/Bcfg2/Cache.py* +%{python_sitelib}/Bcfg2/Encryption.py* +%{python_sitelib}/Bcfg2/SSLServer.py* +%{python_sitelib}/Bcfg2/Statistics.py* +%{python_sitelib}/Bcfg2/manage.py* +%{python_sitelib}/Bcfg2/settings.py* %{python_sitelib}/Bcfg2/Server %{_datadir}/bcfg2 -- cgit v1.2.3-1-g7c22 From 72815279878ee9368f8fd87a8c78010caadf1687 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 4 Feb 2013 10:39:29 -0500 Subject: changed to stock BSD 2-clause license --- redhat/bcfg2.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redhat') diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in index 4a100e0c7..161134091 100644 --- a/redhat/bcfg2.spec.in +++ b/redhat/bcfg2.spec.in @@ -189,7 +189,7 @@ fi %files %defattr(-,root,root,-) -%doc AUTHORS examples COPYRIGHT README +%doc examples LICENSE COPYRIGHT README %ghost %attr(600,root,root) %config(noreplace) %{_sysconfdir}/bcfg2.conf -- cgit v1.2.3-1-g7c22