Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

oddjob-0.31.5-4.el7 RPM for x86_64

From CentOS 7.9.2009 for x86_64 / Packages

Name: oddjob Distribution: Unknown
Version: 0.31.5 Vendor: CentOS
Release: 4.el7 Build date: Fri Mar 6 05:33:03 2015
Group: System Environment/Daemons Build host: worker1.bsys.centos.org
Size: 153686 Source RPM: oddjob-0.31.5-4.el7.src.rpm
Packager: CentOS BuildSystem <http://bugs.centos.org>
Url: http://www.fedorahosted.org/oddjob
Summary: A D-Bus service which runs odd jobs on behalf of client applications
oddjob is a D-Bus service which performs particular tasks for clients which
connect to it and issue requests using the system-wide message bus.

Provides

Requires

License

BSD

Changelog

* Tue Sep 09 2014 Nalin Dahyabhai <nalin@redhat.com> - 0.31.5-4
  - correctly check the error returned from getpwnam_r(), so that we don't
    miss an ERANGE error (#1098616, part of #1108398)
  - add a note to pam_oddjob_mkhomedir's manual pointing to where the
    configuration would actually go (part of #1108398)
  - stop overriding the system-wide UMASK default in our default
    oddjobd-mkhomedir.conf file (#995097,#1123860), and stop using its
    proprocessor-input file as a reference, since we're patching it now
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.31.5-3
  - Mass rebuild 2014-01-24
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.31.5-2
  - Mass rebuild 2013-12-27
* Tue Jul 30 2013 Nalin Dahyabhai <nalin@redhat.com> 0.31.5-1
  - add man(5) pages for the configuration files that we include which get
    included by others, just to be tidy (#884552)
* Fri May 17 2013 Nalin Dahyabhai <nalin@redhat.com> 0.31.4-1
  - add an [Install] section containing WantedBy=sysinit.target to the systemd
    unit file (#963722), allowing it to actually be "enabled"
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31.3-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jan 18 2013 Nalin Dahyabhai <nalin@redhat.com> 0.31.3-2
  - use %systemd_postun_with_restart instead of plain old %systemd_postun,
    because we can be restarted in the %postun
* Thu Jan 17 2013 Nalin Dahyabhai <nalin@redhat.com> 0.31.3-1
  - use newer systemd macros (#857375)
* Wed Nov 21 2012 Nalin Dahyabhai <nalin@redhat.com> 0.31.2-3
  - add that dependency to the right subpackage
* Wed Nov 21 2012 Nalin Dahyabhai <nalin@redhat.com> 0.31.2-2
  - add missing requires(post) on killall, which we use to poke the message
    bus daemon to get it to reload its configuration, spotted by rcritten
* Wed Aug 29 2012 Nalin Dahyabhai <nalin@redhat.com> 0.31.2-1
  - refer to $local_fs instead of $localfs in the init script (#802719)
  - install a systemd unit file instead of an init script on still-in-development
    releases (#820137,818963)
  - build binaries position-independent and marked for earliest-possible symbol
    resolution (#852800)
  - don't worry about moving things from /usr to / when they're the same (#852800)
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 15 2011 Nalin Dahyabhai <nalin@redhat.com> 0.31.1-1
  - also tell the system message bus to reload its configuration when we install
    a subpackage with a new service in it
* Tue Feb 08 2011 Nalin Dahyabhai <nalin@redhat.com>
  - make the init script exit with status 2 when given an unknown command, rather
    than with status 1 (#674534)
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Jan 25 2011 Nalin Dahyabhai <nalin@redhat.com> 0.31-1
  - require dbus-x11 so that the tests can use dbus-launch
  - try to read the default umask from /etc/login.defs (more of #666418)
* Mon Jan 03 2011 Nalin Dahyabhai <nalin@redhat.com>
  - when the mkhomedir helper has to create intermediate directories, don't
    apply a umask that might have been supplied on its command line (#666418)
* Fri Nov 05 2010 Nalin Dahyabhai <nalin@redhat.com> 0.30.2-3
  - rebuild with new libxml2
* Wed Sep 29 2010 jkeating - 0.30.2-2
  - Rebuilt for gcc bug 634757
* Thu Sep 23 2010 Nalin Dahyabhai <nalin@redhat.com> 0.30.2-2
  - try to SIGHUP the messagebus daemon at first install so that it'll
    let us claim our service name if it isn't restarted before we are
    first started (same as #636876)
* Thu Sep 16 2010 Nalin Dahyabhai <nalin@redhat.com> 0.30.2-1
  - don't try to "close" our shared connection to the bus when the bus
    hangs up on us -- at some point libdbus started abort()ing when we try
    that (#634356)
* Thu Apr 01 2010 Nalin Dahyabhai <nalin@redhat.com> 0.30.1-1
  - documentation tweaks for man pages
* Wed Jan 27 2010 Nalin Dahyabhai <nalin@redhat.com> 0.30-1
  - drop the shared library and python bindings, which so far as i can tell
    weren't being used, obsoleting them to avoid a mess on upgrades
  - move the mkhomedir helper from %{_libdir}/%{name} to
    %{_libexecdir}/%{name} to make the multilib configuration files agree
    (#559232)
  - use %global instead of %define
* Mon Jan 25 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.29.1-5
  - show that we implement force-reload and try-restart in the init script's
    help message (#522131)
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.29.1-2
  - Rebuild for Python 2.6
* Wed May 28 2008 Nalin Dahyabhai <nalin@redhat.com> 0.29.1-1
  - when we install the mkhomedir subpackage, if there's a running oddjobd, ask
    it to reload its configuration
  - fix missing bits from the namespace changes in configuration files
  - restart the service in %postun
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.29-2
  - Autorebuild for GCC 4.3
* Wed Sep 05 2007 Nalin Dahyabhai <nalin@redhat.com> 0.29-1
  - split off mkhomedir bits into a subpackage (#236820)
  - take a pass at new-init-ifying the init script (#247005)
* Thu Aug 16 2007 Nalin Dahyabhai <nalin@redhat.com>
  - move helpers to libexecdir, keeping pkglibdir around in the package (#237207)
* Mon Apr 09 2007 Nalin Dahyabhai <nalin@redhat.com> 0.28-1
  - split off python subpackage, make -devel depend on -libs, let autodeps
    provide the main package's dependency on -libs (#228377)
* Thu Feb 15 2007 Nalin Dahyabhai <nalin@redhat.com> 0.27-8
  - configure with --disable-dependency-tracking (Ville Skyttä, #228928)
* Thu Jul 27 2006 Nalin Dahyabhai <nalin@redhat.com> 0.27-7
  - unmark the init script as a %config file (part of #197182)
* Thu Jul 20 2006 Nalin Dahyabhai <nalin@redhat.com> 0.27-6
  - rebuild
* Thu Jul 20 2006 Nalin Dahyabhai <nalin@redhat.com> 0.27-5
  - rebuild
* Thu Jul 20 2006 Nalin Dahyabhai <nalin@redhat.com> 0.27-4
  - rebuild
* Thu Jul 20 2006 Nalin Dahyabhai <nalin@redhat.com> 0.27-3
  - rebuild
* Thu Jul 20 2006 Nalin Dahyabhai <nalin@redhat.com> 0.27-2
  - rebuild
* Wed Jul 19 2006 Nalin Dahyabhai <nalin@redhat.com> 0.27-1
  - update to 0.27-1:
    - don't attempt to subscribe to all possible messages -- the message bus
      will already route to us messages addressed to us, and if we try for
      more than that we may run afoul of SELinux policy, generating spewage
  - add a build dependency on pkgconfig, for the sake of FC3
  - update docs and comments because D-BUS is now called D-Bus
* Tue May 02 2006 Nalin Dahyabhai <nalin@redhat.com> 0.26-4
  - rebuild
* Tue May 02 2006 Nalin Dahyabhai <nalin@redhat.com> 0.26-3
  - rebuild
* Tue May 02 2006 Nalin Dahyabhai <nalin@redhat.com> 0.26-2
  - rebuild
* Tue May 02 2006 Nalin Dahyabhai <nalin@redhat.com> 0.26-1
  - update to 0.26-1:
    - don't get confused when ACL entries for introspection show up in the
      configuration before we add the handlers for them
    - export $ODDJOB_CALLING_USER to helpers
* Tue May 02 2006 Nalin Dahyabhai <nalin@redhat.com>
  - add recommended dependency on pkgconfig in the -devel subpackage
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-8
  - rebuild
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-7
  - rebuild
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-6
  - rebuild
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-5
  - rebuild
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-4
  - rebuild
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-3
  - rebuild
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-2
  - rebuild
* Tue Apr 11 2006 Nalin Dahyabhai <nalin@redhat.com> 0.25-1
  - update to 0.25:
    - add introspection for parents of objects specified in the configuration
    - oddjobd can reload its configuration now
    - add -u (umask) and -s (skeldir) flags to the mkhomedir helper (#246681)
* Tue Feb 28 2006 Nalin Dahyabhai <nalin@redhat.com> 0.24-1
  - update to 0.24, fixing some build errors against D-BUS 0.30-0.33
  - require xmlto, because the generated HTML differs depending on whether
    or not we know how to enforce ACLs which include SELinux context info
  - build with DocBook 4.3
* Mon Feb 27 2006 Nalin Dahyabhai <nalin@redhat.com> 0.23-3
  - rebuild
* Mon Feb 27 2006 Nalin Dahyabhai <nalin@redhat.com> 0.23-2
  - rebuild
* Fri Jan 27 2006 Nalin Dahyabhai <nalin@redhat.com> 0.23-1
  - fix compilation against older versions of D-BUS if the
    GetConnectionSELinuxSecurityContext method turns out to be available
* Mon Jan 16 2006 Nalin Dahyabhai <nalin@redhat.com> 0.22-1
  - fix some path mismatches in the sample configuration files
  - don't try to set a reconnect timeout until after we've connected
* Mon Jan 09 2006 Nalin Dahyabhai <nalin@redhat.com> 0.21-3
  - prefer BuildRequires: to BuildPrereq (#176452)
  - require /sbin/service at uninstall-time, because we use it (#176452)
  - be more specific about when we require /sbin/chkconfig (#176452)
* Fri Jan 06 2006 Nalin Dahyabhai <nalin@redhat.com> 0.21-2
  - add some missing build-time requirements
* Thu Dec 22 2005 Nalin Dahyabhai <nalin@redhat.com> 0.21-1
  - fix the location for the sample D-BUS configuration doc file
  - own more created directories
* Thu Dec 22 2005 Nalin Dahyabhai <nalin@redhat.com> 0.20-1
  - update to 0.20
  - break shared libraries and modules for PAM and python into a subpackage
    for better behavior on multilib boxes
  - if we're not building a sample subpackage, include the sample files in
    the right locations as %doc files

Files

/etc/dbus-1/system.d/oddjob.conf
/etc/oddjob
/etc/oddjobd.conf
/etc/oddjobd.conf.d
/etc/oddjobd.conf.d/oddjobd-introspection.conf
/usr/bin/oddjob_request
/usr/lib/systemd/system/oddjobd.service
/usr/libexec/oddjob
/usr/libexec/oddjob/sanity.sh
/usr/sbin/oddjobd
/usr/share/doc/oddjob-0.31.5
/usr/share/doc/oddjob-0.31.5/COPYING
/usr/share/doc/oddjob-0.31.5/NEWS
/usr/share/doc/oddjob-0.31.5/QUICKSTART
/usr/share/doc/oddjob-0.31.5/oddjob.html
/usr/share/doc/oddjob-0.31.5/oddjobconfig.dtd
/usr/share/doc/oddjob-0.31.5/reload
/usr/share/doc/oddjob-0.31.5/sample
/usr/share/doc/oddjob-0.31.5/sample/etc
/usr/share/doc/oddjob-0.31.5/sample/etc/dbus-1
/usr/share/doc/oddjob-0.31.5/sample/etc/dbus-1/system.d
/usr/share/doc/oddjob-0.31.5/sample/etc/dbus-1/system.d/oddjob-sample.conf
/usr/share/doc/oddjob-0.31.5/sample/etc/oddjobd.conf.d
/usr/share/doc/oddjob-0.31.5/sample/etc/oddjobd.conf.d/oddjobd-sample.conf
/usr/share/doc/oddjob-0.31.5/sample/usr
/usr/share/doc/oddjob-0.31.5/sample/usr/lib64
/usr/share/doc/oddjob-0.31.5/sample/usr/lib64/oddjob
/usr/share/doc/oddjob-0.31.5/sample/usr/lib64/oddjob/oddjob-sample.sh
/usr/share/man/man1/oddjob_request.1.gz
/usr/share/man/man5/oddjob.conf.5.gz
/usr/share/man/man5/oddjobd-introspection.conf.5.gz
/usr/share/man/man5/oddjobd.conf.5.gz
/usr/share/man/man8/oddjobd.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:35:08 2024