Browse Source

buildah package update v1.10.1 git

Signed-off-by: virtbuilder_pel7ppc64bebuilder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7ppc64bebuilder0 5 years ago
parent
commit
9e25d37d5e
  1. 20
      SPECS/buildah.spec

20
SPECS/buildah.spec

@ -9,7 +9,7 @@
%endif %endif


%if ! 0%{?gobuild:1} %if ! 0%{?gobuild:1}
%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x %{?**}; %define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/powerel/redhat-hardened-ld '" -a -v -x %{?**};
%endif %endif


%global provider github %global provider github
@ -19,12 +19,16 @@
# https://github.com/containers/buildah # https://github.com/containers/buildah
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
%global git0 https://%{import_path} %global git0 https://%{import_path}
%global commit0 d2a3249ab6efd4508e2fe4229871f4b1bb5cf810 %global commit0 8c1c2c5819e14dc15ea1cd11faa7d0f74d607f61
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})


# Used for comparing with latest upstream tag
# to decide whether to autobuild (non-rawhide only)
%global built_tag v1.10.1

Name: %{repo} Name: %{repo}
Version: 1.9.2 Version: 1.10.1
Release: 2%{?dist} Release: 2.git%{shortcommit0}%{?dist}
Summary: A command line tool used for creating OCI Images Summary: A command line tool used for creating OCI Images
License: ASL 2.0 License: ASL 2.0
URL: https://%{name}.io URL: https://%{name}.io
@ -105,6 +109,14 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/bash-completion/completions/%{name} %{_datadir}/bash-completion/completions/%{name}


%changelog %changelog
* Thu Aug 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.10.1-2.git8c1c2c5
- bump to v1.10.1
- autobuilt 8c1c2c5

* Fri Aug 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.10.0-2.git5a3e9fb
- bump to v1.10.0
- autobuilt 5a3e9fb

* Wed Jul 24 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.2-2 * Wed Jul 24 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.9.2-2
- use correct commit d2a3249 - use correct commit d2a3249



Loading…
Cancel
Save