#43 Fix typo
Closed 4 months ago by nickc. Opened a year ago by fed500.
Unknown source typo-fix  into  rawhide

file modified
+5 -3
@@ -1,8 +1,7 @@

- 

  Summary: A GNU collection of binary utilities

  Name: binutils%{?_with_debug:-debug}

  Version: 2.40

- Release: 2%{?dist}

+ Release: 3%{?dist}

  License: GPLv3+

  URL: https://sourceware.org/binutils

  
@@ -522,7 +521,7 @@

  # The -print is there just to confirm that the command is working.

  %if %{without docs}

    find . -name *.info -print -exec touch {} \;

- %esle

+ %else

  # If we are creating the docs, touch the texi files so that the info and

  # man pages will be rebuilt.

    find . -name *.texi -print -exec touch {} \;
@@ -1199,6 +1198,9 @@

  

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

  %changelog

+ * Tue Feb 21 2023 Benson Muite  <benson_muite@emailplus.org> - 2.40-3

+ - Spec file: fix typo esle to else in conditional for docs generation

+ 

  * Thu Feb 16 2023 Nick Clifton  <nickc@redhat.com> - 2.40-2

  - Spec file: Remove duplicate gprofng debug file entries.

  - Spec file: Fix testsuite failures for RiscV64.

Change %esle to %else when checking generation of documentation by regenerating timestamps

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/9e102de8ec1349dbb830474ff1967f9f

Failing tests seem unrelated to change in the spec file, though can make pull requests for some of the rpm lint test failures.

Pull-Request has been closed by nickc

4 months ago
Metadata