Commit Graph

52 Commits

Author SHA1 Message Date
Nalin Dahyabhai
c5b2f50f09 Update to 0.34
- open a connection to the bus for every service we're serving, instead of
  using just one for the lot of them, so that we can tell which service a
  client was attempting to contact if it sends a message to our unique
  connection address instead of a well-known name, like dbus-python does
- tweak the logic for guessing which interface name is right when a request
  doesn't include one, so that it has a better chance of finding the right one
- increase the initial size of the buffer that we pass to getpwnam_r in the
  pam_oddjob_mkhomedir module (#1198812)
2015-06-24 02:28:40 -04:00
Dennis Gilmore
c55b118103 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 23:43:18 +00:00
David King
11b9dceca5 Update dbus-send dependency for new dbus (#1170584) 2014-12-04 10:22:30 -05:00
Peter Robinson
4a090e8a5d - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 13:28:04 +00:00
Dennis Gilmore
35172b15da - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 11:07:42 -05:00
Nalin Dahyabhai
91fe4a73b9 Update to 0.33
- catch calls to the method invocation helper function that mistakenly
  didn't include the newly-required timeout value (#1089655,#1089656)
- stop overriding the system-wide UMASK default in our default
  oddjobd-mkhomedir.conf file (#995097)
2014-04-22 11:16:33 -04:00
Nalin Dahyabhai
08af66da9a Update to 0.32
- add a -t flag to oddjob_request to allow its timeout to be customized
  (#1085491)
- explicitly require "dbus" at the package level (#1085450)
2014-04-08 17:50:30 -04:00
Nalin Dahyabhai
004e65d2aa Update to 0.31.5, now with more docs 2013-07-30 17:27:08 -04:00
Nalin Dahyabhai
8329c66241 update to fix the unit file 2013-05-17 17:43:27 -04:00
Dennis Gilmore
b1ecb6290c - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 03:10:38 -06:00
Nalin Dahyabhai
dad72d3aa5 fix to use %%systemd_postun_with_restart
- use %%systemd_postun_with_restart instead of plain old %%systemd_postun,
  because we can be restarted in the %%postun
2013-01-18 15:33:41 -05:00
Nalin Dahyabhai
82d11d1e54 update to 0.31.3 2013-01-17 16:59:26 -05:00
Nalin Dahyabhai
37967baa8d add that dependency to the right subpackage 2012-11-21 10:43:09 -05:00
Nalin Dahyabhai
88a0ae4016 require psmisc in %%post
- 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
2012-11-21 10:09:06 -05:00
Nalin Dahyabhai
ec88839c91 update to 0.31.2
- 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)
2012-08-29 15:42:38 -04:00
Dennis Gilmore
8b491bed54 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 01:23:58 -05:00
Dennis Gilmore
f5e034c71b - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 05:29:38 -06:00
Nalin Dahyabhai
41825dfbb8 - update to 0.31.1 to fix an init script bug and subpackage %post 2011-02-15 11:57:30 -05:00
Dennis Gilmore
8fee181942 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 20:24:40 -06:00
Nalin Dahyabhai
44cf763a97 - update to 0.31 2011-01-25 11:16:04 -05:00
Nalin Dahyabhai
674a5243e7 rebuild with new libxml2 2010-11-05 11:44:37 -04:00
Jesse Keating
faddae1582 - Rebuilt for gcc bug 634757 2010-09-29 14:54:10 -07:00
Nalin Dahyabhai
e85418b6eb - update to 0.30.2:
- 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)
2010-09-16 17:21:41 -04:00
Fedora Release Engineering
a5116ec386 dist-git conversion 2010-07-29 04:51:06 +00:00
Nalin Dahyabhai
81d14b95dd - update to 0.30.1 to get minor fixes to man pages 2010-04-01 21:07:51 +00:00
Nalin Dahyabhai
4cf6d70315 - fix a typo in the description
- clean out a use of a macro in the changelog
2010-01-29 21:04:58 +00:00
Nalin Dahyabhai
b66b75100a - 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
2010-01-28 01:37:30 +00:00
Nalin Dahyabhai
6e0dbbfe68 - show that we implement force-reload and try-restart in the init script's
help message (#522131)
2010-01-25 23:52:50 +00:00
Bill Nottingham
371b2b39c8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:56:30 +00:00
Jesse Keating
554dbdfea4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 20:34:43 +00:00
Jesse Keating
48750aedbf - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 07:51:08 +00:00
Ignacio Vazquez-Abrams
9c2ef33381 Rebuild for Python 2.6 2008-11-29 16:55:45 +00:00
Nalin Dahyabhai
049bc0b695 - update to 0.29.1, fixing naming of services in the configuration files 2008-05-28 16:46:45 +00:00
Jesse Keating
d9cbde44af - Autorebuild for GCC 4.3 2008-02-19 15:56:45 +00:00
Nalin Dahyabhai
1f4e2be694 - update to 0.29 2007-09-05 23:58:45 +00:00
Nalin Dahyabhai
1c2cd1c264 wow, is it that late, already? 2007-02-13 23:39:12 +00:00
Nalin Dahyabhai
dabb5883b4 - make -devel depend on -libs, which supplies the libraries to which it
symlinks (#228377)
2007-02-13 16:09:16 +00:00
Nalin Dahyabhai
197f12d2e6 get that date right 2006-12-11 03:12:31 +00:00
Nalin Dahyabhai
1cfc948756 - add BuildRequires: on python-devel 2006-12-11 03:11:27 +00:00
Nalin Dahyabhai
c521688b86 - don't need this any more 2006-09-07 19:15:52 +00:00
Nalin Dahyabhai
522668e791 rebuild 2006-09-07 19:15:28 +00:00
Ville Skyttä
aa3c834cc3 http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 20:43:41 +00:00
Nalin Dahyabhai
68ad90ace5 auto-import oddjob-0.27-5 on branch devel from oddjob-0.27-5.src.rpm 2006-07-20 18:39:13 +00:00
Nalin Dahyabhai
d221a048bb auto-import oddjob-0.26-4 on branch devel from oddjob-0.26-4.src.rpm 2006-05-02 23:44:07 +00:00
Nalin Dahyabhai
541c0a33de auto-import oddjob-0.25-8 on branch devel from oddjob-0.25-8.src.rpm 2006-04-11 22:23:58 +00:00
Nalin Dahyabhai
ad5ee24c3a auto-import oddjob-0.25-4 on branch devel from oddjob-0.25-4.src.rpm 2006-04-11 22:17:48 +00:00
Nalin Dahyabhai
7ba0401acf auto-import oddjob-0.25-3 on branch devel from oddjob-0.25-3.src.rpm 2006-04-11 22:17:17 +00:00
Nalin Dahyabhai
2111b77b41 auto-import oddjob-0.25-2 on branch devel from oddjob-0.25-2.src.rpm 2006-04-11 22:16:42 +00:00
Nalin Dahyabhai
283c306c82 auto-import oddjob-0.25-1 on branch devel from oddjob-0.25-1.src.rpm 2006-04-11 22:14:54 +00:00
Nalin Dahyabhai
6f4bc7c859 auto-import oddjob-0.24-3 on branch devel from oddjob-0.24-3.src.rpm 2006-02-28 06:58:38 +00:00