rpms/bodhi/F-8 .cvsignore, 1.11, 1.12 bodhi.spec, 1.13, 1.14 sources, 1.12, 1.13 bodhi-0.4.10-python-fedora-0.3.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Fri Aug 22 21:52:08 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/bodhi/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8653

Modified Files:
	.cvsignore bodhi.spec sources 
Removed Files:
	bodhi-0.4.10-python-fedora-0.3.patch 
Log Message:
0.5.1 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	25 Jan 2008 22:36:01 -0000	1.11
+++ .cvsignore	22 Aug 2008 21:51:38 -0000	1.12
@@ -1 +1 @@
-bodhi-0.4.10.tar.bz2
+bodhi-0.5.1.tar.bz2


Index: bodhi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/bodhi.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bodhi.spec	1 Aug 2008 18:34:54 -0000	1.13
+++ bodhi.spec	22 Aug 2008 21:51:38 -0000	1.14
@@ -2,21 +2,23 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           bodhi
-Version:        0.4.10
-Release:        4%{?dist}
+Version:        0.5.1
+Release:        1%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
-URL:            https://hosted.fedoraproject.org/projects/bodhi
+URL:            https://fedorahosted.org/bodhi
 Source0:        bodhi-%{version}.tar.bz2
-Patch0:         bodhi-%{version}-python-fedora-0.3.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires: python-setuptools-devel TurboGears python-genshi python-elixir
+BuildRequires: python-setuptools-devel
+BuildRequires: python-devel
+BuildRequires: TurboGears
 
 %description
-Bodhi is a modular framework that facilitates the process of publishing
+Bodhi is a web application that facilitates the process of publishing
 updates for a software distribution.
 
 A modular piece of the Fedora Infrastructure stack
@@ -24,20 +26,34 @@
 * Creates the update repositories using Mash, which composes a repository based
   on tagged builds in Koji. 
 
+
 %package client
 Summary: Bodhi Client
 Group: Applications/Internet
 Requires: python-simplejson python-fedora koji yum
 
-%description client 
+%description client
 Client tools for interacting with bodhi
 
 
 %package server
 Summary: A modular framework that facilitates publishing software updates
 Group: Applications/Internet
-Requires: TurboGears createrepo python-TurboMail intltool mash cvs python-fedora
+Requires: TurboGears
+Requires: python-TurboMail
+Requires: intltool
+Requires: mash
+Requires: cvs
+Requires: koji
+Requires: python-fedora
 Requires: python-bugzilla
+Requires: python-imaging
+Requires: python-crypto
+Requires: python-turboflot
+Requires: python-tgcaptcha
+Requires: python-decorator
+Requires: mod_wsgi
+
 
 %description server
 Bodhi is a modular framework that facilitates the process of publishing
@@ -45,31 +61,44 @@
 
 %prep
 %setup -q
-%patch0 -b .python-fedora-0.3
 rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 %build
-%{__python} setup.py build --install-conf=%{_sysconfdir} \
-        --install-data=%{_datadir}
+%{__python} setup.py build --install-data=%{_datadir}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install --skip-build --install-conf=%{_sysconfdir} \
+%{__rm} -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build \
     --install-data=%{_datadir} --root %{buildroot}
-%{__install} -D bodhi/tools/bodhi_client.py $RPM_BUILD_ROOT/usr/bin/bodhi
-chmod +x $RPM_BUILD_ROOT/%{_datadir}/%{name}/bodhi/tools/{bodhi_client,init,dev_init,pickledb}.py
+
+%{__mkdir_p} %{buildroot}/var/lib/bodhi
+%{__mkdir_p} %{buildroot}%{_sysconfdir}/httpd/conf.d
+%{__mkdir_p} %{buildroot}%{_sysconfdir}/bodhi
+%{__mkdir_p} %{buildroot}%{_datadir}/%{name}
+%{__mkdir_p} -m 0755 %{buildroot}/%{_localstatedir}/log/bodhi
+
+%{__install} -m 640 apache/%{name}.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/%{name}.conf
+%{__install} -m 640 %{name}.cfg %{buildroot}%{_sysconfdir}/%{name}/
+%{__install} -m 640 %{name}/config/*mash* %{buildroot}%{_sysconfdir}/%{name}/
+%{__install} apache/%{name}.wsgi %{buildroot}%{_datadir}/%{name}/%{name}.wsgi
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 
 %files server
 %defattr(-,root,root,-)
 %doc README COPYING
-%{_datadir}/%{name}
-%{_bindir}/start-bodhi
-%config(noreplace) %{_sysconfdir}/%{name}.cfg
+%{python_sitelib}/%{name}/
+%{_bindir}/start-%{name}
+%{_bindir}/%{name}-*
+%{python_sitelib}/%{name}-%{version}-py%{pyver}.egg-info/
+%{_sysconfdir}/httpd/conf.d/bodhi.conf
+%attr(-,apache,root) %{_datadir}/%{name}
+%attr(-,apache,root) %config(noreplace) %{_sysconfdir}/bodhi/*
+%attr(-,apache,root) %{_localstatedir}/log/bodhi
+
 
 %files client
 %doc COPYING README
@@ -78,8 +107,17 @@
 
 
 %changelog
-* Fri Aug 01 2008 Luke Macken <lmacken at redhat.com> - 0.4.10-4
-- Add a patch to fix the bodhi client for python-fedora 0.3 API changes
+* Fri Aug 22 2008 Luke Macken <lmacken at redhat.com> - 0.5.1-1
+- Latest upstream release
+
+* Sun Jul 06 2008 Luke Macken <lmacken at redhat.com> - 0.5.0-1
+- Latest upstream release
+
+* Thu Jun 12 2008 Todd Zullinger <tmz at pobox.com> - 0.4.10-5
+- update URL to point to fedorahosted.org
+
+* Fri Apr 04 2008 Luke Macken <lmacken at redhat.com> - 0.4.10-4
+- Add python-tgcaptcha to our server requirements
 
 * Tue Feb 26 2008 Luke Macken <lmacken at redhat.com> - 0.4.10-3
 - Add python-bugzilla to our server requirements


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/F-8/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	25 Jan 2008 22:36:01 -0000	1.12
+++ sources	22 Aug 2008 21:51:38 -0000	1.13
@@ -1 +1 @@
-b567b445f7624ad5392c6ace48b767a9  bodhi-0.4.10.tar.bz2
+a964c5fa799a186417b7b4039c4a94a7  bodhi-0.5.1.tar.bz2


--- bodhi-0.4.10-python-fedora-0.3.patch DELETED ---




More information about the fedora-extras-commits mailing list