diff --git a/.cvsignore b/.cvsignore index c554a6b..034fe42 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -oddjob-0.23-1.tar.gz +oddjob-0.24-1.tar.gz diff --git a/oddjob.spec b/oddjob.spec index 798726a..766104b 100644 --- a/oddjob.spec +++ b/oddjob.spec @@ -1,8 +1,8 @@ %define build_sample 0 Name: oddjob -Version: 0.23 -Release: 1 +Version: 0.24 +Release: 3 Source: http://people.redhat.com/nalin/oddjob/oddjob-%{version}-1.tar.gz Summary: A D-BUS service which runs odd jobs on behalf of client applications License: BSD @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-devel >= 0.22, libselinux-devel, libxml2-devel BuildRequires: pam-devel, python-devel BuildRequires: cyrus-sasl-devel, krb5-devel, openldap-devel +BuildRequires: docbook-dtds, xmlto Requires(post): /sbin/service Requires(post): /sbin/chkconfig Requires(pre): /sbin/chkconfig @@ -60,7 +61,7 @@ sample_flag=--enable-sample --disable-static \ --with-selinux-acls=default \ --with-selinux-labels \ - --with-python \ + --with-python --enable-xml-docs --enable-compat-dtd \ --libexecdir=%{_libdir} \ $sample_flag make %{_smp_mflags} @@ -141,6 +142,24 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Tue Feb 28 2006 Nalin Dahyabhai 0.24-3 +- rebuild + +* Tue Feb 28 2006 Nalin Dahyabhai 0.24-2 +- rebuild + +* Tue Feb 28 2006 Nalin Dahyabhai 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 0.23-3 +- rebuild + +* Mon Feb 27 2006 Nalin Dahyabhai 0.23-2 +- rebuild + * Fri Jan 27 2006 Nalin Dahyabhai 0.23-1 - fix compilation against older versions of D-BUS if the GetConnectionSELinuxSecurityContext method turns out to be available diff --git a/sources b/sources index d4c71a5..8baaaea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df4a8c74dc972ede3c829b42da388f1b oddjob-0.23-1.tar.gz +c44b3161ca2e6c30107e597976cc296d oddjob-0.24-1.tar.gz