rpms/oddjob/F-8 oddjob-0.29-1-interface.patch, NONE, 1.1 oddjob.spec, 1.15, 1.16

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Tue Jan 22 16:23:22 UTC 2008


Author: nalin

Update of /cvs/pkgs/rpms/oddjob/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14709

Modified Files:
	oddjob.spec 
Added Files:
	oddjob-0.29-1-interface.patch 
Log Message:
- correct a typoed interface name declaration in the oddjobd-mkhomedir.conf
  file which made the mkhomedir helper not work (part of #429524)


oddjob-0.29-1-interface.patch:

--- NEW FILE oddjob-0.29-1-interface.patch ---
diff -up oddjob/src/oddjobd-mkhomedir.conf.in oddjob/src/oddjobd-mkhomedir.conf.in
--- oddjob/src/oddjobd-mkhomedir.conf.in	2007-09-05 17:14:49.000000000 -0400
+++ oddjob/src/oddjobd-mkhomedir.conf.in	2008-01-22 11:20:11.000000000 -0500
@@ -6,8 +6,8 @@
      ("/").
      The object allows the root user to call any of the standard D-Bus
      introspection interface's methods (these are implemented by
-     oddjobd itself), and also defines an interface named "mkhomedir",
-     which provides two methods.  -->
+     oddjobd itself), and also defines an interface named
+     "@NAMESPACE at .oddjob_mkhomedir", which provides two methods.  -->
 
 <oddjobconfig>
 
@@ -22,7 +22,7 @@
 
       </interface>
 
-      <interface name="@NAMESPACE at _mkhomedir">
+      <interface name="@NAMESPACE at .oddjob_mkhomedir">
 
         <method name="mkmyhomedir">
           <helper exec="@mypkglibdir@/mkhomedir -u 0002"


Index: oddjob.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oddjob/F-8/oddjob.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- oddjob.spec	5 Sep 2007 23:58:45 -0000	1.15
+++ oddjob.spec	22 Jan 2008 16:22:46 -0000	1.16
@@ -2,8 +2,9 @@
 
 Name: oddjob
 Version: 0.29
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source: http://people.redhat.com/nalin/oddjob/oddjob-%{version}-1.tar.gz
+Patch: oddjob-0.29-1-interface.patch
 Summary: A D-BUS service which runs odd jobs on behalf of client applications
 License: BSD
 Group: System Environment/Daemons
@@ -71,6 +72,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-1
+%patch -p1 -b .interface
 
 %build
 sample_flag=
@@ -175,6 +177,10 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Tue Jan 22 2008 Nalin Dahyabhai <nalin at redhat.com> 0.29-2
+- correct a typoed interface name declaration in the oddjobd-mkhomedir.conf
+  file which made the mkhomedir helper not work (part of #429524)
+
 * Wed Sep  5 2007 Nalin Dahyabhai <nalin at redhat.com> 0.29-1
 - split off mkhomedir bits into a subpackage (#236820)
 - take a pass at new-init-ifying the init script (#247005)




More information about the fedora-extras-commits mailing list