rpms/bodhi/EL-5 bodhi.spec,1.14,1.15

Luke Macken lmacken at fedoraproject.org
Mon Apr 6 21:02:10 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/bodhi/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7190

Modified Files:
	bodhi.spec 
Log Message:
Revert an accidental spec change


Index: bodhi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bodhi/EL-5/bodhi.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bodhi.spec	6 Apr 2009 20:41:15 -0000	1.14
+++ bodhi.spec	6 Apr 2009 21:01:40 -0000	1.15
@@ -3,7 +3,7 @@
 
 Name:           bodhi
 Version:        0.5.19
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
@@ -67,7 +67,7 @@
 %prep
 %setup -q
 rm -rf bodhi/tests bodhi/tools/test-bodhi.py
-%patch0 -p0 -b .tg1044
+%patch0 -b .tg1044
 
 %build
 %{__python} setup.py build --install-data=%{_datadir}
@@ -102,6 +102,7 @@
 %{_bindir}/start-%{name}
 %{_bindir}/%{name}-*
 %{_sysconfdir}/httpd/conf.d/bodhi.conf
+%dir %{_sysconfdir}/bodhi/
 %attr(-,apache,root) %{_datadir}/%{name}
 %attr(-,apache,root) %config(noreplace) %{_sysconfdir}/bodhi/*
 %attr(-,apache,root) %{_localstatedir}/log/bodhi
@@ -115,6 +116,9 @@
 
 
 %changelog
+* Mon Apr 06 2009 Luke Macken <lmacken at redhat.com> - 0.5.19-2
+- Revert an accidental spec change
+
 * Sat Mar 21 2009 Luke Macken <lmacken at redhat.com> - 0.5.19-1
 - 0.5.19
 - Add a patch to get pagination working in TG 1.0.4.4




More information about the scm-commits mailing list