rpms/fwfstab/FC-6 fwfstab.spec,1.2,1.3

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


Author: firewing

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

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/FC-6/fwfstab.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fwfstab.spec	19 Oct 2007 15:06:24 -0000	1.2
+++ fwfstab.spec	19 Oct 2007 15:43:13 -0000	1.3
@@ -1,10 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%{!?fedoraver: %define fedoraver  %(test -e /etc/fedora-release && rpm -q fedora-release --qf "%{VERSION}")}
-
 Name:        fwfstab
 Version:     0.02
-Release:     1%{?dist}
+Release:     1%{?dist}.1
 BuildArch:   noarch
 Summary:     A graphical file system table editor
 
@@ -15,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
 
@@ -62,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