this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #549 from andyneff/f30

Updated to fedora 30 as default

authored by

Andrew Hyatt and committed by
GitHub
93ef6d97 d5f4e681

+6 -3
+1 -1
rpm/Dockerfile
··· 1 - ARG OS=fedora:29 1 + ARG OS=fedora:30 2 2 FROM ${OS} 3 3 4 4 SHELL ["bash", "-euxvc"]
+4 -1
rpm/SPECS/darling.spec
··· 5 5 6 6 Name: darling 7 7 Version: 0.1 8 - Release: 3%{?dist} 8 + Release: 4%{?dist} 9 9 Summary: Darling 10 10 11 11 Group: Utility ··· 90 90 %{_prefix}/src/%{name}-mach-%{version} 91 91 92 92 %changelog 93 + * Mon Aug 12 2019 Andy Neff <andy@visionsystemsinc.com> - 0.1-4 94 + - Update for Fedora 30 95 + 93 96 * Tue Mar 12 2019 Andy Neff <andy@visionsystemsinc.com> - 0.1-3 94 97 - Remove bad commented macro, cleanup, and verify master works on Fedora 29 95 98
+1 -1
rpm/docker-compose.yml
··· 5 5 build: 6 6 context: . 7 7 args: 8 - - OS=${RPM_OS-fedora:29} 8 + - OS=${RPM_OS-fedora:30} 9 9 volumes: 10 10 - ..:/src:ro 11 11 - ./RPMS:/root/rpmbuild/RPMS