Hello community, here is the log from the commit of package singularity for openSUSE:Factory checked in at 2017-10-06 11:04:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/singularity (Old) and /work/SRC/openSUSE:Factory/.singularity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "singularity" Fri Oct 6 11:04:58 2017 rev:2 rq:531762 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/singularity/singularity.changes 2017-10-05 11:57:54.567992569 +0200 +++ /work/SRC/openSUSE:Factory/.singularity.new/singularity.changes 2017-10-06 11:05:01.759015755 +0200 @@ -1,0 +2,9 @@ +Thu Oct 5 10:12:04 UTC 2017 - [email protected] + +- Removed: + Do-chdir-before-duing-chroot.patch: + After checking with the security team that there are no concerns + about doing the chdir() after the chroot(), remove this patch and + add a filter to keep rpmlint from complaining (bsc#1028304). + +------------------------------------------------------------------- Old: ---- Do-chdir-before-duing-chroot.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ singularity.spec ++++++ --- /var/tmp/diff_new_pack.aDKYOP/_old 2017-10-06 11:05:02.394919577 +0200 +++ /var/tmp/diff_new_pack.aDKYOP/_new 2017-10-06 11:05:02.394919577 +0200 @@ -1,5 +1,5 @@ # -# spec file for package slurm +# spec file for package singularity # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -14,6 +14,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + +# %define libsingularity libsingularity1 %define git_version 2.3.1 @@ -38,9 +41,8 @@ Source: https://github.com/singularityware/%{name}/archive/%{github_ref}.tar.gz#/%{name}-%{version}.tar.gz Source1: README.SUSE Source5: singularity-rpmlintrc -Patch1: Do-chdir-before-duing-chroot.patch -BuildRequires: automake BuildRequires: autoconf +BuildRequires: automake BuildRequires: libtool %if 0%{?have_slurm} BuildRequires: slurm-devel @@ -76,7 +78,6 @@ %prep %setup -q -n %{name}-%{github_ref} -%patch1 -p1 cp %{S:1} . %build @@ -101,7 +102,6 @@ chmod a-x %{buildroot}/%{_libexecdir}/%{name}/python/__init__.py %fdupes %{buildroot} - %post -n %{libsingularity} -p /sbin/ldconfig %postun -n %{libsingularity} -p /sbin/ldconfig ++++++ singularity-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.aDKYOP/_old 2017-10-06 11:05:02.474907479 +0200 +++ /var/tmp/diff_new_pack.aDKYOP/_new 2017-10-06 11:05:02.482906270 +0200 @@ -2,3 +2,4 @@ # devel:openSUSE:Factory:rpmlint/rpmlint is in # Factory addFilter(".*non-standard-gid.*") +addFilter(".*missing-call-to-chdir-with-chroot.*")
