diff --git a/0001-Remove-brp-75-ar-for-now.patch b/0001-Remove-brp-75-ar-for-now.patch deleted file mode 100644 index 94542f0..0000000 --- a/0001-Remove-brp-75-ar-for-now.patch +++ /dev/null @@ -1,33 +0,0 @@ -From c40244e7026bfdf1a9379542db03b12f2850f061 Mon Sep 17 00:00:00 2001 -From: Martin Liska -Date: Tue, 18 Jun 2019 10:45:09 +0200 -Subject: [PATCH] Remove brp-75-ar for now. - ---- - brp-75-ar | 14 -------------- - 1 file changed, 14 deletions(-) - delete mode 100755 brp-75-ar - -diff --git a/brp-75-ar b/brp-75-ar -deleted file mode 100755 -index 3b852ac..0000000 ---- a/brp-75-ar -+++ /dev/null -@@ -1,14 +0,0 @@ --#!/bin/bash --# If using normal root, avoid changing anything. --if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then -- echo "RPM_BUILD_ROOT is not set or set to / : skipping ar normalization" -- exit 0 --fi --if [ -z "$SOURCE_DATE_EPOCH" ] ; then -- echo "SOURCE_DATE_EPOCH is not set: skipping ar normalization" -- exit 0 --fi -- --while read f; do -- ! file "$f" | grep -q "ar archive" || objcopy -D "$f" || true --done < <(find "$RPM_BUILD_ROOT" -type f -name "*.a" -print) --- -2.21.0 - diff --git a/_servicedata b/_servicedata index 28cf5dc..19ba1b1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,5 +1,5 @@ git://github.com/openSUSE/brp-check-suse.git - d0bda31734c8721815c6ba99000e98659b78aa66 - + 13ed30b788930d5e274740990e83b48d3df454eb + \ No newline at end of file diff --git a/brp-check-suse-84.87+git20190423.d0bda31.tar.xz b/brp-check-suse-84.87+git20190423.d0bda31.tar.xz deleted file mode 100644 index ac58378..0000000 --- a/brp-check-suse-84.87+git20190423.d0bda31.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d6bcfe5d09c53527b740f0b1560a5d3a692de7c816386906f1fa502c0241987 -size 65072 diff --git a/brp-check-suse-84.87+git20190702.bac0cab.tar.xz b/brp-check-suse-84.87+git20190702.bac0cab.tar.xz new file mode 100644 index 0000000..9abd53e --- /dev/null +++ b/brp-check-suse-84.87+git20190702.bac0cab.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b820ffd0fbd5e4f9f06681ee330ab92c5b02337ba1fe0888b681b564e2d1fbb +size 65092 diff --git a/brp-check-suse.changes b/brp-check-suse.changes index 91f219c..b372eb3 100644 --- a/brp-check-suse.changes +++ b/brp-check-suse.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 08 13:33:44 UTC 2019 - mliska@suse.cz + +- Update to version 84.87+git20190702.bac0cab: + * Add NO_BRP_AR as a way how to skip ar. +- Remove 0001-Remove-brp-75-ar-for-now.patch. + ------------------------------------------------------------------- Tue Jun 18 08:45:56 UTC 2019 - Martin Liška diff --git a/brp-check-suse.spec b/brp-check-suse.spec index 7245c73..91280b7 100644 --- a/brp-check-suse.spec +++ b/brp-check-suse.spec @@ -23,7 +23,7 @@ Summary: Build root policy check scripts License: GPL-2.0-or-later Group: Development/Tools/Building Requires: perl -Version: 84.87+git20190423.d0bda31 +Version: 84.87+git20190702.bac0cab Release: 0 Url: https://github.com/openSUSE/brp-check-suse # @@ -31,7 +31,6 @@ Url: https://github.com/openSUSE/brp-check-suse # for inclusion in the git repo at https://github.com/openSUSE/brp-check-suse # Source0: %{name}-%{version}.tar.xz -Patch0: 0001-Remove-brp-75-ar-for-now.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global provfind sh -c "grep -v 'brp-desktop.data' | %__find_provides" %global __find_provides %provfind @@ -43,7 +42,6 @@ build root checking or in parts implemeting SUSE policies. %prep %setup -q -%patch0 -p1 %ifnarch x86_64 s390x ppc64 aarch64 rm brp-65-lib64-linux %endif