#42 Use %py3_shebang_fix macro
Merged 2 years ago by sergesanspaille. Opened 2 years ago by tbaeder.
Unknown source rawhide  into  rawhide

@@ -0,0 +1,7 @@

+ # This is a devel package

+ addFilter("W: devel-file-in-non-devel-package")

+ 

+ # These symlinks are dangling on x64_64

+ addFilter("compiler-rt.x86_64: W: dangling-relative-symlink /usr/lib64/clang/[0-9]+.[0-9]+.[0-9]+/")

+ 

+ addFilter("E: hardcoded-library-path in ../../lib/clang/")

file modified
+5 -5
@@ -28,7 +28,7 @@

  BuildRequires:	cmake

  BuildRequires:	ninja-build

  BuildRequires:	python3

- # We need python3-devel for pathfix.py.

+ # We need python3-devel for %%py3_shebang_fix

  BuildRequires:	python3-devel

  BuildRequires:	llvm-devel = %{version}

  
@@ -47,10 +47,10 @@

  %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'

  %autosetup -n %{crt_srcdir} -p2

  

- pathfix.py -i %{__python3} -pn lib/hwasan/scripts/hwasan_symbolize

+ %py3_shebang_fix lib/hwasan/scripts/hwasan_symbolize

  

  %build

- %cmake  -GNinja \

+ %cmake	-GNinja \

  	-DCMAKE_BUILD_TYPE=RelWithDebInfo \

  	-DLLVM_CONFIG_PATH:FILEPATH=%{_bindir}/llvm-config-%{__isa_bits} \

  	-DCMAKE_SKIP_RPATH:BOOL=ON \
@@ -112,13 +112,13 @@

  %endif

  

  %changelog

- * Fri Oct 01 2021 Tom Stellard <tstellar@redhat.com> -13.0.0-1

+ * Fri Oct 01 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1

  - 13.0.0 Release

  

  * Wed Sep 22 2021 Tom Stellard <tsellar@redhat.com> - 13.0.0~rc3-1

  - 13.0.0-rc3 Release

  

- * Mon Aug 09 2021 Tom Stellard <tstellar@redhat.com> = 13.0.0~rc1-1

+ * Mon Aug 09 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-1

  - 13.0.0-rc1 Release

  

  * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-2

no initial comment

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

1 new commit added

  • Add rpmlintrc and fix a few rpmlint warnings
2 years ago

Build succeeded.

Pull-Request has been merged by sergesanspaille

2 years ago
Metadata