#8 tag 0.34.5
Merged 3 years ago by nalin. Opened 3 years ago by nalin.
nalin/oddjob tag-0.34.5  into  master

file modified
+2 -1
@@ -1,6 +1,7 @@ 

  SUBDIRS = src scripts python sample tests doc

  EXTRA_DIST = oddjob.spec oddjobconfig.dtd.in QUICKSTART TODO doc/oddjob.html

  

+ ACLOCAL_AMFLAGS = -I m4

  CONFIGURE_DEPENDENCIES = $(top_srcdir)/oddjob.spec

  

  VERSION=$(shell grep ^Version: $(top_srcdir)/oddjob.spec | awk '{print $$NF}')
@@ -16,7 +17,7 @@ 

  force-tag: compare_versions

  	git tag -f $(TAG)

  

- REPOSITORY=$(shell git config remote.origin.url 2> /dev/null || /bin/pwd)

+ REPOSITORY=ssh://git@pagure.io/oddjob.git

  ARCHIVEOUTDIR=$(shell cd $(top_srcdir) && pwd)

  

  archive:

file modified
+37 -13
@@ -21,16 +21,15 @@ 

  %endif

  

  Name: oddjob

- Version: 0.34.4

+ Version: 0.34.5

  Release: 1%{?dist}

  Source0: https://releases.pagure.org/oddjob/oddjob-%{version}.tar.gz

- #Source1: https://releases.pagure.org/oddjob/oddjob-%{version}.tar.gz.sig

+ Source1: https://releases.pagure.org/oddjob/oddjob-%{version}.tar.gz.sig

  Summary: A D-Bus service which runs odd jobs on behalf of client applications

  License: BSD

- Group: System Environment/Daemons

- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

+ BuildRequires:  gcc

  BuildRequires: dbus-devel >= 0.22, dbus-x11, libselinux-devel, libxml2-devel

- BuildRequires: pam-devel, python-devel, pkgconfig

+ BuildRequires: pam-devel, pkgconfig

  BuildRequires: cyrus-sasl-devel, krb5-devel, openldap-devel

  BuildRequires: docbook-dtds, xmlto

  %if %{systemd}
@@ -70,7 +69,6 @@ 

  connect to it and issue requests using the system-wide message bus.

  

  %package mkhomedir

- Group: System Environment/Daemons

  Summary: An oddjob helper which creates and populates home directories

  Requires: %{name} = %{version}-%{release}

  Requires(post): %{dbus_send}, grep, sed, psmisc
@@ -81,7 +79,6 @@ 

  at login-time.

  

  %package sample

- Group: System Environment/Daemons

  Summary: A sample oddjob service.

  Requires: %{name} = %{version}-%{release}

  
@@ -140,11 +137,7 @@ 

  touch -r src/oddjobd-mkhomedir.conf.in	$RPM_BUILD_ROOT/%{_sysconfdir}/oddjobd.conf.d/oddjobd-mkhomedir.conf

  touch -r src/oddjob-mkhomedir.conf.in	$RPM_BUILD_ROOT/%{_sysconfdir}/dbus-1/system.d/oddjob-mkhomedir.conf

  

- %clean

- rm -fr "$RPM_BUILD_ROOT"

- 

  %files

- %defattr(-,root,root,-)

  %doc *.dtd COPYING NEWS QUICKSTART doc/oddjob.html src/reload

  %if ! %{build_sample_subpackage}

  %doc sample-install-root/sample
@@ -169,7 +162,6 @@ 

  %{_mandir}/*/oddjobd-introspection.*

  

  %files mkhomedir

- %defattr(-,root,root)

  %doc src/mkhomedirfor src/mkmyhomedir

  %dir %{_libexecdir}/%{name}

  %{_libexecdir}/%{name}/mkhomedir
@@ -186,7 +178,6 @@ 

  

  %if %{build_sample_subpackage}

  %files sample

- %defattr(-,root,root)

  %{_libdir}/%{name}/oddjob-sample.sh

  %config %{_sysconfdir}/dbus-*/system.d/oddjob-sample.conf

  %config %{_sysconfdir}/oddjobd.conf.d/oddjobd-sample.conf
@@ -255,6 +246,39 @@ 

  exit 0

  

  %changelog

+ * Thu May  7 2020 Nalin Dahyabhai <nalin@redhat.com> - 0.34.5-1

+ - apply patch from Matthias Gerstner of the SUSE security team to fix a

+   possible race condition in the mkhomedir helper (CVE-2020-10737)

+ 

+ * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-10

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

+ 

+ * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-9

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

+ 

+ * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-8

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

+ 

+ * Tue Dec  4 2018 Nalin Dahyabhai <nalin@redhat.com> - 0.34.4-7

+ - Drop Python 2 build-time dependency, which hasn't been used since we turned

+   off building the python bindings years ago (#1595853, #1642502).

+ 

+ * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-6

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

+ 

+ * Mon Mar 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.34.4-5

+ - Update Python 2 dependency declarations to new packaging standards

+   (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

+ 

+ * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-4

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

+ 

+ * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-3

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

+ 

+ * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.4-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

+ 

  * Sun Feb 26 2017 Nalin Dahyabhai <nalin@redhat.com> - 0.34.4-1

  - when "prepend_user_name" is used, the user name is now added to the helper's

    command line after arguments that were specified in the helper "exec"

  • Update our copy of the .spec file to match Fedora's.
  • Update REPOSITORY in the top-level Makefile to point to pagure.io instead of guessing based on the "remote" git repo, which with pagure can be a fork.
  • Bump version to 0.34.5.

Pull-Request has been merged by nalin

3 years ago
Metadata