Accepting request 634397 from home:StefanBruens:branches:Base:System
- Update to version 84.87+git20180809.3335364: * Handle whitespace in symlinks correctly - Use %license - Keep brp-65-lib64-linux also on aarch64 OBS-URL: https://build.opensuse.org/request/show/634397 OBS-URL: https://build.opensuse.org/package/show/Base:System/brp-check-suse?expand=0&rev=69
This commit is contained in:
parent
092bb3f0a6
commit
54c9c3e150
@ -1,5 +1,5 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/brp-check-suse.git</param>
|
||||
<param name="changesrevision">27a4b3664084d5edfef57ad905e8fea34e3a62bc</param></service>
|
||||
<param name="changesrevision">526ea6b923552de04b99050a97de2d80ea65a5c0</param></service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80c1830d9203a09bbc2563136855a88cd9e18d2119acdf75ca67af6a884e8f7b
|
||||
size 64908
|
3
brp-check-suse-84.87+git20180809.3335364.tar.xz
Normal file
3
brp-check-suse-84.87+git20180809.3335364.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8126237cef227843ad7eab424bddf1aa1253899374d09b020fd3b373735fc484
|
||||
size 64956
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 8 01:21:35 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Update to version 84.87+git20180809.3335364:
|
||||
* Handle whitespace in symlinks correctly
|
||||
- Use %license
|
||||
- Keep brp-65-lib64-linux also on aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 02 08:28:43 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package brp-check-suse
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,11 +19,11 @@
|
||||
Name: brp-check-suse
|
||||
AutoReqProv: off
|
||||
Summary: Build root policy check scripts
|
||||
# we need the full perl because of XML Parsing and utf-8
|
||||
License: GPL-2.0+
|
||||
# we need the full perl because of XML Parsing and utf-8
|
||||
License: GPL-2.0-or-later
|
||||
Group: Development/Tools/Building
|
||||
Requires: perl
|
||||
Version: 84.87+git20170602.cec5415
|
||||
Version: 84.87+git20180809.3335364
|
||||
Release: 0
|
||||
Url: https://github.com/openSUSE/brp-check-suse
|
||||
#
|
||||
@ -36,13 +36,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%global __find_provides %provfind
|
||||
|
||||
%description
|
||||
This package contains all suse scripts called in the
|
||||
This package contains all suse scripts called in the
|
||||
build root checking or in parts implemeting SUSE policies.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%ifnarch x86_64 s390x ppc64
|
||||
%ifnarch x86_64 s390x ppc64 aarch64
|
||||
rm brp-65-lib64-linux
|
||||
%endif
|
||||
|
||||
@ -56,7 +56,7 @@ cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
/usr/lib/rpm/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user