rpms/fwfstab/devel fwfstab.spec,1.5,1.6

Stewart Adam (firewing) fedora-extras-commits at redhat.com
Sat Sep 1 20:04:10 UTC 2007


Author: firewing

Update of /cvs/extras/rpms/fwfstab/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22014

Modified Files:
	fwfstab.spec 
Log Message:
* Sat Sep 1 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-6
- /still/ not working, perhaps I do need python as a BR




Index: fwfstab.spec
===================================================================
RCS file: /cvs/extras/rpms/fwfstab/devel/fwfstab.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fwfstab.spec	28 Aug 2007 15:06:20 -0000	1.5
+++ fwfstab.spec	1 Sep 2007 20:03:37 -0000	1.6
@@ -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.01.1
-Release:     5%{?dist}
+Release:     6%{?dist}
 BuildArch:   noarch
 Summary:     A graphical file system table editor
 
@@ -16,6 +14,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:        redhat-artwork usermode
 
@@ -80,6 +80,9 @@
 %doc README COPYING CHANGELOG
 
 %changelog
+* Sat Sep 1 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-6
+- /still/ not working, perhaps I do need python as a BR
+
 * Tue Aug 28 2007 Stewart Adam <s.adam AT diffingo DOT com> 0.01.1-5
 - Rebuild because of bad file locations
 




More information about the fedora-extras-commits mailing list