- Update to version 84.87+git20201203.5008eba:

* brp-25-symlink: Detect if a link points inside the build root
  * brp-25-symlink: Remove unused $link part of the case statement
  * brp-25-symlink: Print all errors before exiting
  * Makefile: enable -O2, use standard variables and clean up
  * simplify split_paths using std::getline

OBS-URL: https://build.opensuse.org/package/show/Base:System/brp-check-suse?expand=0&rev=104
This commit is contained in:
Stephan Kulow 2021-01-15 09:05:11 +00:00 committed by Git OBS Bridge
parent fdbe23a493
commit 126946894e
5 changed files with 16 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/openSUSE/brp-check-suse.git</param>
<param name="changesrevision">e16a2204491eba4e9875fc7501c4abee96aeb30d</param></service>
<param name="changesrevision">94d2e68c24b161dcb5f986033e4e1eff53db06e6</param></service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca5b8da809d975047fc21d757b9d6d7d032fae33862e41cf49c8d6a1f2737dd0
size 31764

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a84dbb7961ed0e11b968b3677b9b09b2354f4dfd61aa806541558efba28e4a54
size 31792

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 15 09:04:13 UTC 2021 - coolo@suse.com
- Update to version 84.87+git20201203.5008eba:
* brp-25-symlink: Detect if a link points inside the build root
* brp-25-symlink: Remove unused $link part of the case statement
* brp-25-symlink: Print all errors before exiting
* Makefile: enable -O2, use standard variables and clean up
* simplify split_paths using std::getline
-------------------------------------------------------------------
Tue Dec 01 10:11:49 UTC 2020 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package brp-check-suse
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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+git20201201.9bbfade
Version: 84.87+git20201203.5008eba
Release: 0
URL: https://github.com/openSUSE/brp-check-suse
BuildRequires: gcc-c++