#49 [rawhide] Fix location of gprofng.rc
Merged 4 months ago by nickc. Opened 6 months ago by yselkowitz.
rpms/ yselkowitz/binutils rawhide  into  rawhide

file modified
+8 -3
@@ -2,7 +2,7 @@ 

  Summary: A GNU collection of binary utilities

  Name: binutils%{?_with_debug:-debug}

  Version: 2.41

- Release: 20%{?dist}

+ Release: 21%{?dist}

  License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later

  URL: https://sourceware.org/binutils

  
@@ -769,7 +769,8 @@ 

  	# Set up the sysroot and paths.

  	SARGS="--with-sysroot=/ \

                 --prefix=%{_prefix} \

-                --libdir=%{_libdir}"

+                --libdir=%{_libdir} \

+                --sysconfdir=%{_sysconfdir}"

  %if %{with gold}

          SARGS="$SARGS --enable-gold=default"

  %else
@@ -789,6 +790,7 @@ 

                 --prefix=%{_prefix}/$target \

                 --libdir=%{_libdir} \

                 --exec-prefix=%{_usr} \

+                --sysconfdir=%{_sysconfdir} \

  	       --disable-gold"

      fi

  
@@ -1298,7 +1300,7 @@ 

  %{_infodir}/gprofng.info.*

  %dir %{_libdir}/gprofng

  %{_libdir}/gprofng/*

- %{_prefix}%{_sysconfdir}/gprofng.rc

+ %{_sysconfdir}/gprofng.rc

  %endif

  

  %if %{with crossbuilds}
@@ -1331,6 +1333,9 @@ 

  

  #----------------------------------------------------------------------------

  %changelog

+ * Thu Jan 04 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 2.41-21

+ - Fix location of gprofng.rc

+ 

  * Thu Jan 04 2024 Nick Clifton  <nickc@redhat.com> - 2.41-20

  - Fix SPDX annotation.

  

/usr/etc does not conform to our packaging guidelines, which are based on the Filesystem Hierarchy Standard.

Also, should gprofng.rc be marked %config?

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/b4c93d86d1d34913869acf816f900019

rebased onto 5ba3bcf

6 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/310ad6547c7e4da8ae8daa4aa5dee90b

rebased onto e33551f

6 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/e61f9307417e4266a089b27e45a96a81

rebased onto 1b91a41

5 months ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/977e90c39a2c4b399cfd68c412477ce6

rebased onto 173d8ce

4 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/7002b5991ff349449442d82f79ea30de

Merging - thanks for the patch

Pull-Request has been merged by nickc

4 months ago
Metadata