Accepting request 802526 from Base:System
- Update to version 84.87+git20200510.8ff16cf: * Avoid relinking links to mounted kernel filesystems * Make all symlinks relative (bsc#1166667) (#31) * Get rid of the unmaintained and buggy desktop file check (#14) OBS-URL: https://build.opensuse.org/request/show/802526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/brp-check-suse?expand=0&rev=64
This commit is contained in:
commit
dc9a276575
@ -1,5 +1,5 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/brp-check-suse.git</param>
|
||||
<param name="changesrevision">8b3e73f80ee4af4f975eb58b92014ff0c83b1fa5</param></service>
|
||||
<param name="changesrevision">8ff16cf99f0b18bf0dac683889c9c3c70e0bafd3</param></service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77262345440edab4bdc19e14b2044ba3e3a18e53114a2204cc4bb620f25224fd
|
||||
size 61728
|
3
brp-check-suse-84.87+git20200510.8ff16cf.tar.xz
Normal file
3
brp-check-suse-84.87+git20200510.8ff16cf.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:179eba1551e41f724d496a749417d48398570b2e7c1a54327fce7ec4f149a1c6
|
||||
size 31292
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 10 18:35:45 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 84.87+git20200510.8ff16cf:
|
||||
* Avoid relinking links to mounted kernel filesystems
|
||||
* Make all symlinks relative (bsc#1166667) (#31)
|
||||
* Get rid of the unmaintained and buggy desktop file check (#14)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 15 10:36:49 UTC 2020 - ro@suse.com
|
||||
|
||||
|
@ -23,9 +23,10 @@ Summary: Build root policy check scripts
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
Requires: perl
|
||||
Version: 84.87+git20200215.db1636b
|
||||
Version: 84.87+git20200510.8ff16cf
|
||||
Release: 0
|
||||
URL: https://github.com/openSUSE/brp-check-suse
|
||||
BuildRequires: gcc-c++
|
||||
#
|
||||
# Note: don't rebuild this manually. Instead submit your patches
|
||||
# for inclusion in the git repo at https://github.com/openSUSE/brp-check-suse
|
||||
@ -44,16 +45,21 @@ build root checking or in parts implemeting SUSE policies.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# nothing to do
|
||||
make -C prg-brp-symlink
|
||||
|
||||
%install
|
||||
install -D -m 755 prg-brp-symlink/brp-symlink $RPM_BUILD_ROOT/%_bindir/brp-symlink.prg
|
||||
install -d $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
|
||||
mv brp*data $RPM_BUILD_ROOT/usr/lib/rpm/
|
||||
cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
|
||||
|
||||
%check
|
||||
make -C prg-brp-symlink check
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%license COPYING
|
||||
/usr/lib/rpm/*
|
||||
%_bindir/brp-symlink.prg
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user