#27 Remove now obsolete debuginfo package limitation
Closed 3 years ago by tstellar. Opened 3 years ago by sergesanspaille.
rpms/ sergesanspaille/compiler-rt master  into  master

file modified
+8 -5
@@ -1,10 +1,6 @@ 

- %ifarch s390 s390x

- # only limited set of libs available on s390(x) and the existing ones (stats, ubsan) don't provide debuginfo

- %global debug_package %{nil}

- %endif

  

  #%%global rc_ver 6

- %global baserelease 7

+ %global baserelease 9

  

  %global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src

  
@@ -110,6 +106,7 @@ 

  #%%cmake_build --target check-compiler-rt

  

  %files

+ %license LICENSE.txt

  %{_includedir}/*

  %{_libdir}/clang/%{version}

  %ifarch x86_64 aarch64
@@ -117,6 +114,12 @@ 

  %endif

  

  %changelog

+ * Wed Jul 29 2020 sguelton@redhat.com - 10.0.0-9

+ - use %%license macro

+ 

+ * Fri Jul 24 2020 sguelton@redhat.com - 10.0.0-8

+ - Remove now obsolete debuginfo package limitation

+ 

  * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

no initial comment

1 new commit added

  • use NCSA or MIT macro
3 years ago

rebased onto 4908611

3 years ago

2 new commits added

  • use %license macro
  • Remove now obsolete debuginfo package limitation
3 years ago

I merged this with some minor fixups.

Pull-Request has been closed by tstellar

3 years ago