From 12c3b134c383744eb19e1bc197f1579c8efa1d70 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 22 Dec 2020 09:21:01 -0500 Subject: [PATCH] spec: Minor tweaks Rename URLs with `projectatomic` to `coreos`, expand the `Source0`, and move it down to be lower than `License` and `URL`. --- packaging/rpm-ostree.spec.in | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packaging/rpm-ostree.spec.in b/packaging/rpm-ostree.spec.in index ff5d2ae8..ec134a0c 100644 --- a/packaging/rpm-ostree.spec.in +++ b/packaging/rpm-ostree.spec.in @@ -1,16 +1,15 @@ # The canonical copy of this spec file is upstream at: -# https://github.com/projectatomic/rpm-ostree/blob/master/packaging/rpm-ostree.spec.in +# https://github.com/coreos/rpm-ostree/blob/master/packaging/rpm-ostree.spec.in Summary: Hybrid image/package system Name: rpm-ostree Version: 2020.10 Release: 1%{?dist} -#VCS: https://github.com/cgwalters/rpm-ostree -# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot" -# in the upstream git. If rust is enabled, it contains vendored sources. -Source0: rpm-ostree-%{version}.tar.xz License: LGPLv2+ -URL: https://github.com/projectatomic/rpm-ostree +URL: https://github.com/coreos/rpm-ostree +# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot" +# in the upstream git. It also contains vendored Rust sources. +Source0: https://github.com/coreos/rpm-ostree/releases/download/v%{version}/rpm-ostree-%{version}.tar.xz ExclusiveArch: %{rust_arches}