From b5be76a3afb11d85f672fb4d077e07cdae57c1ae Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 7 Feb 2017 14:27:17 -0500 Subject: [PATCH] spec: More adaptions to rename --- ostree.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ostree.spec b/ostree.spec index f3f08b2..74ef041 100644 --- a/ostree.spec +++ b/ostree.spec @@ -3,7 +3,7 @@ Name: ostree Version: 2017.1 Release: 2%{?dist} #VCS: git:git://git.gnome.org/ostree -Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz Source1: 91-ostree.preset License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -71,7 +71,7 @@ GRUB2 integration for OSTree %endif %prep -%autosetup -Sgit -n ostree-%{version} +%autosetup -Sgit -n libostree-%{version} %build env NOCONFIGURE=1 ./autogen.sh