rpms/fwfstab/F-7 fwfstab.spec,1.4,1.5

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Fri Oct 19 15:43:43 UTC 2007


Author: firewing

Update of /cvs/extras/rpms/fwfstab/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22059/F-7

Modified Files:
	fwfstab.spec 
Log Message:
* Fri Oct 19 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.02-1.1
- Oops, forgot we need python-devel BR so %%{python_sitelib} is defined
- Add Requires: Python >= 2.4 because fwfstab uses subprocess




Index: fwfstab.spec
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/F-7/fwfstab.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fwfstab.spec	19 Oct 2007 15:06:20 -0000	1.4
+++ fwfstab.spec	19 Oct 2007 15:43:10 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:        fwfstab
 Version:     0.02
-Release:     1%{?dist}
+Release:     1%{?dist}.1
 BuildArch:   noarch
 Summary:     A graphical file system table editor
 
@@ -13,6 +13,8 @@
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:   desktop-file-utils
+BuildRequires:   python-devel >= 2.4
+Requires:        python >= 2.4
 Requires:        pygtk2 pygtk2-libglade
 Requires:        usermode
 
@@ -60,6 +62,10 @@
 %config(noreplace) %{_sysconfdir}/pam.d/%{name}
 
 %changelog
+* Fri Oct 19 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.02-1.1
+- Oops, forgot we need python-devel BR so %%{python_sitelib} is defined
+- Add Requires: Python >= 2.4 because fwfstab uses subprocess
+
 * Thu Oct 18 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.02-1
 - Update to version 0.02
 - Drop X-Fedora from .desktop file




More information about the fedora-extras-commits mailing list