rpms/pam_usb/devel pam_usb.spec,1.6,1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 19:18:40 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/pam_usb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1062/devel

Modified Files:
	pam_usb.spec 
Log Message:
fix conditional comparison


Index: pam_usb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pam_usb/devel/pam_usb.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pam_usb.spec	11 May 2007 21:11:37 -0000	1.6
+++ pam_usb.spec	7 Jul 2008 19:17:50 -0000	1.7
@@ -1,8 +1,8 @@
 Name:    pam_usb
 Summary: Authentication using ordinary USB Flash Drives
 Version: 0.4.0
-Release: 1%{?dist}
-License: GPL
+Release: 2%{?dist}
+License: GPLv2
 Group: System Environment/Base
 URL:  http://www.pamusb.org
 Source0:  http://dl.sourceforge.net/pamusb/%{name}-%{version}.tar.gz
@@ -12,7 +12,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pam-devel, hal-devel, pygobject2-devel, libxml2-devel
 Requires:      pygobject2
-%if "%{?fedora}" < "7"
+%if 0%{?fedora} < 7
 BuildRequires: python-elementtree
 Requires:      python-elementtree
 %endif
@@ -79,6 +79,10 @@
 
 
 %changelog
+* Mon Jul 7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.4.0-2
+- fix license tag
+- fix conditional comparisons
+
 * Sat May 5 2007 John Mahowald <jpmahowald at gmail.com> - 0.4.0-1
 - 0.4.0
 - drop hotplug subpackage




More information about the fedora-extras-commits mailing list