#95 Add rpm-ostree jigdo spec
Merged 6 years ago by jlebon. Opened 6 years ago by walters.
walters/fedora-atomic jigdo-spec  into  master

Add rpm-ostree jigdo spec
Colin Walters • 6 years ago  
@@ -0,0 +1,21 @@ 

+ # Suppress most build root processing since we are just carrying binary data

+ %global __os_install_post /usr/lib/rpm/brp-compress %{nil}

+ Name: fedora-atomic-host

+ Version:	%{ostree_version}

+ Release:	1%{?dist}

+ Summary:	Image (rpm-ostree jigdo) for Fedora Atomic Host

+ License:	MIT

+ 

+ %description

+ %{summary}

+ 

+ %prep

+ 

+ %build

+ 

+ %install

+ mkdir -p %{buildroot}%{_prefix}/lib/ostree-jigdo/%{name}

+ for x in *; do mv ${x} %{buildroot}%{_prefix}/lib/ostree-jigdo/%{name}; done

+ 

+ %files

+ %{_prefix}/lib/ostree-jigdo/%{name}

Let's merge this so people can more easily play with the jigdo work - it won't have any effect on any of the existing process.

Yup, sounds good to me!

Pull-Request has been merged by jlebon

6 years ago
Metadata