Yuchen Lin 2018-09-17 12:25:30 +00:00 committed by Git OBS Bridge
commit e66e4cd6db
5 changed files with 19 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/openSUSE/brp-check-suse.git</param> <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> </servicedata>

View File

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

View File

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

View File

@ -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 Fri Jun 02 08:28:43 UTC 2017 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package brp-check-suse # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,11 @@
Name: brp-check-suse Name: brp-check-suse
AutoReqProv: off AutoReqProv: off
Summary: Build root policy check scripts Summary: Build root policy check scripts
# we need the full perl because of XML Parsing and utf-8 # we need the full perl because of XML Parsing and utf-8
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Development/Tools/Building Group: Development/Tools/Building
Requires: perl Requires: perl
Version: 84.87+git20170602.cec5415 Version: 84.87+git20180809.3335364
Release: 0 Release: 0
Url: https://github.com/openSUSE/brp-check-suse Url: https://github.com/openSUSE/brp-check-suse
# #
@ -36,13 +36,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global __find_provides %provfind %global __find_provides %provfind
%description %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. build root checking or in parts implemeting SUSE policies.
%prep %prep
%setup -q %setup -q
%ifnarch x86_64 s390x ppc64 %ifnarch x86_64 s390x ppc64 aarch64
rm brp-65-lib64-linux rm brp-65-lib64-linux
%endif %endif
@ -56,7 +56,7 @@ cp -a brp-* $RPM_BUILD_ROOT/usr/lib/rpm/brp-suse.d
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc COPYING %license COPYING
/usr/lib/rpm/* /usr/lib/rpm/*
%changelog %changelog