#1 Rebuilt for lua 5.4.0.
Merged 3 years ago by jvanek. Opened 3 years ago by ahughes.
rpms/ ahughes/copy-jdk-configs master  into  master

file modified
+4 -1
@@ -8,7 +8,7 @@ 

  # hash relevant to version tag

  %global  htag 1d18ce8b5dec47a0468136ab6cdadfb93defe2c4

  Version: 3.7

- Release: 5%{?dist}

+ Release: 6%{?dist}

  Summary: JDKs configuration files copier

  

  License:  BSD
@@ -72,6 +72,9 @@ 

  %license LICENSE

  

  %changelog

+ * Tue Jun 30 2020 Andrew Hughes <gnu.andrew@redhat.com> - 3.7-6

+ - Rebuilt for lua 5.4.0.

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-5

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

  

OpenJDK builds are failing, because copy-jdk-configs wants lua 5.3:

Problem: package java-1.8.0-openjdk-1:1.8.0.262.b03-0.1.ea.fc33.x86_64 requires java-1.8.0-openjdk-headless(x86-64) = 1:1.8.0.262.b03-0.1.ea.fc33, but none of the providers can be installed
- package java-1.8.0-openjdk-headless-1:1.8.0.262.b03-0.1.ea.fc33.x86_64 requires copy-jdk-configs >= 3.3, but none of the providers can be installed
- package java-1.8.0-openjdk-devel-1:1.8.0.262.b03-0.1.ea.fc33.x86_64 requires java-1.8.0-openjdk(x86-64) = 1:1.8.0.262.b03-0.1.ea.fc33, but none of the providers can be installed
- package copy-jdk-configs-3.7-5.fc32.noarch requires lua-posix, but none of the providers can be installed
- conflicting requests
- nothing provides lua(abi) = 5.3 needed by lua-posix-33.3.1-16.fc32.x86_64

I believe it needs a rebuild due to the bump to 5.4: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/FNJ6UVXZANKC7MQA73V2CSWJ4KGATELJ/

Scratch rebuild worked for me: https://koji.fedoraproject.org/koji/taskinfo?taskID=46361391

Pull-Request has been merged by jvanek

3 years ago