commit pesign-obs-integration for openSUSE:Factory
Hello community, here is the log from the commit of package pesign-obs-integration for openSUSE:Factory checked in at 2014-07-30 07:34:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old) and /work/SRC/openSUSE:Factory/.pesign-obs-integration.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pesign-obs-integration" Changes: -------- --- /work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes 2014-07-10 14:54:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes 2014-07-30 07:34:52.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 28 14:14:39 UTC 2014 - mmarek@suse.cz + +- Use package's rpmlintrc files in the second build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ brp-99-pesign ++++++ --- /var/tmp/diff_new_pack.Hu3D2F/_old 2014-07-30 07:34:53.000000000 +0200 +++ /var/tmp/diff_new_pack.Hu3D2F/_new 2014-07-30 07:34:53.000000000 +0200 @@ -72,6 +72,12 @@ } " /usr/lib/rpm/pesign/pesign-repackage.spec.in >"$output/pesign-repackage.spec" +for rpmlintrc in $RPM_SOURCE_DIR/*-rpmlintrc; do + if test -e "$rpmlintrc"; then + cp "$rpmlintrc" "$output/" + fi +done + cd "$RPM_BUILD_ROOT" args=() for pattern in $files; do -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de