rpms/PackageKit/devel PackageKit-0.3.8-Fedora-Vendor.conf.patch, NONE, 1.1 PackageKit.spec, 1.76, 1.77

Tom Callaway spot at fedoraproject.org
Fri Oct 24 21:54:34 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3514

Modified Files:
	PackageKit.spec 
Added Files:
	PackageKit-0.3.8-Fedora-Vendor.conf.patch 
Log Message:
customize Vendor.conf for Fedora

PackageKit-0.3.8-Fedora-Vendor.conf.patch:

--- NEW FILE PackageKit-0.3.8-Fedora-Vendor.conf.patch ---
diff -up PackageKit-0.3.8/etc/Vendor.conf.BAD PackageKit-0.3.8/etc/Vendor.conf
--- PackageKit-0.3.8/etc/Vendor.conf.BAD	2008-10-24 16:02:00.000000000 -0400
+++ PackageKit-0.3.8/etc/Vendor.conf	2008-10-24 17:49:27.000000000 -0400
@@ -12,7 +12,7 @@
 # If the value is set to 'none' then no link is shown.
 #
 # default=http://www.packagekit.org/pk-package-not-found.html
-DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
+DefaultUrl=https://fedoraproject.org/wiki/PackageKit_Items_Not_Found#Missing_Package
 
 # The URL which is shown to the user when a codec could not be found.
 # It should explain why certain codecs cannot be used, and perhaps show
@@ -21,7 +21,7 @@ DefaultUrl=http://www.packagekit.org/pk-
 # If the value is set to 'none' then the value of DefaultUrl is used.
 #
 # default=none
-CodecUrl=none
+CodecUrl=https://fedoraproject.org/wiki/PackageKit_Items_Not_Found#Missing_Codec
 
 # The URL which is shown to the user when hardware drivers could not be found.
 # It should explain why some hardware is not supported, and links to futher
@@ -30,7 +30,7 @@ CodecUrl=none
 # If the value is set to 'none' then the value of DefaultUrl is used.
 #
 # default=none
-HardwareUrl=none
+HardwareUrl=https://fedoraproject.org/wiki/PackageKit_Items_Not_Found#Missing_Driver
 
 # The URL which is shown to the user when fonts could not be found.
 # Alternatives should probably be suggested where possible.
@@ -38,7 +38,7 @@ HardwareUrl=none
 # If the value is set to 'none' then the value of DefaultUrl is used.
 #
 # default=none
-FontUrl=none
+FontUrl=https://fedoraproject.org/wiki/PackageKit_Items_Not_Found#Missing_Font
 
 # The URL which is shown to the user when programs handing a mime tpye could not
 # be found. It should probably explain how to use wine if the program is a
@@ -47,17 +47,17 @@ FontUrl=none
 # If the value is set to 'none' then the value of DefaultUrl is used.
 #
 # default=none
-MimeUrl=none
+MimeUrl=https://fedoraproject.org/wiki/PackageKit_Items_Not_Found#Missing_MIME_Support
 
 [Groups]
 
 # The vendor name shown for the 'vendor' group
 #
 # default=My Vendor
-VendorName=My Vendor
+VendorName=Fedora
 
 # The vendor icon name shown for the 'vendor' group
 #
 # default=emblem-favorite
-VendorIcon=emblem-favorite
+VendorIcon=fedora-logo-small
 


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- PackageKit.spec	24 Oct 2008 11:25:46 -0000	1.76
+++ PackageKit.spec	24 Oct 2008 21:54:04 -0000	1.77
@@ -8,7 +8,7 @@
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
 Version:   0.3.8
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -21,6 +21,10 @@
 # upstream: 14aad0ff9d049e1843e263993cd00a24812abd97
 Patch1:    pk-use-servicepack-type.patch
 
+# Fedora-specific
+# Set Vendor.conf up for Fedora.
+Patch2:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
+
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
 Requires: PackageKit-glib = %{version}-%{release}
@@ -203,6 +207,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure --enable-yum --enable-smart --with-default-backend=yum --disable-local
@@ -375,6 +380,9 @@
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Fri Oct 24 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.3.8-6
+- Customize Vendor.conf for Fedora
+
 * Fri Oct 24 2008 Richard Hughes  <rhughes at redhat.com> - 0.3.8-5
 - Bump as I forgot to add the patch.
 




More information about the scm-commits mailing list