rpms/kdebase-workspace/devel kdebase-workspace.spec,1.350,1.351

Jaroslav Reznik jreznik at fedoraproject.org
Thu Jan 21 13:01:01 UTC 2010


Author: jreznik

Update of /cvs/pkgs/rpms/kdebase-workspace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6668

Modified Files:
	kdebase-workspace.spec 
Log Message:
* Thu Jan 21 2010 Jaroslav Reznik <jreznik at redhat.com> - 4.3.90-10
- fix polkit-1 conditionals



Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.350
retrieving revision 1.351
diff -u -p -r1.350 -r1.351
--- kdebase-workspace.spec	20 Jan 2010 01:57:31 -0000	1.350
+++ kdebase-workspace.spec	21 Jan 2010 13:01:01 -0000	1.351
@@ -20,7 +20,7 @@
 Summary: KDE Workspace
 Name:    kdebase-workspace
 Version: 4.3.90
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 License: GPLv2
 Group:   User Interface/Desktops
@@ -70,13 +70,13 @@ Patch103: kdebase-workspace-4.3.90-missi
 # moving to non-multilib hack
 Obsoletes: kdebase-workspace < 4.3.0-2
 
-%if 0%{?polkit1} && 0%{fedora} > 12
+%if 0%{?polkit_1} && 0%{fedora} > 12
 Requires: polkit-kde
 %else
 Requires: PolicyKit-authentication-agent
 %endif
 
-%if 0%{?polkit1} && 0%{fedora} < 13
+%if 0%{?polkit_1} && 0%{fedora} < 13
 # polkit-kde has the Obsoletes on F13+
 Obsoletes: PolicyKit-kde < %{version}-%{release}
 # if/when we actually create this one:
@@ -662,6 +662,9 @@ fi
 
 
 %changelog
+* Thu Jan 21 2010 Jaroslav Reznik <jreznik at redhat.com> - 4.3.90-10
+- fix polkit-1 conditionals
+
 * Wed Jan 20 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.3.90-9
 - fix infinite recursion in the patch for #556643
 



More information about the scm-commits mailing list