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. 24
      SPECS/buildah.spec

24
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


@ -561,7 +573,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install


* Thu Feb 22 2018 Dan Walsh <dwalsh@redhat.com> 0.13-1 * Thu Feb 22 2018 Dan Walsh <dwalsh@redhat.com> 0.13-1
- Vendor in latest containers/storage - Vendor in latest containers/storage
- This fixes a large SELinux bug. - This fixes a large SELinux bug.
- run: do not open /etc/hosts if not needed - run: do not open /etc/hosts if not needed
- Add the following flags to buildah bud and from - Add the following flags to buildah bud and from
--add-host --add-host
@ -689,7 +701,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
- Bump for inclusion of OCI 1.0 Runtime and Image Spec - Bump for inclusion of OCI 1.0 Runtime and Image Spec


* Tue Jul 18 2017 Dan Walsh <dwalsh@redhat.com> 0.2.0-1.gitac2aad6 * Tue Jul 18 2017 Dan Walsh <dwalsh@redhat.com> 0.2.0-1.gitac2aad6
- buildah run: Add support for -- ending options parsing - buildah run: Add support for -- ending options parsing
- buildah Add/Copy support for glob syntax - buildah Add/Copy support for glob syntax
- buildah commit: Add flag to remove containers on commit - buildah commit: Add flag to remove containers on commit
- buildah push: Improve man page and help information - buildah push: Improve man page and help information

Loading…
Cancel
Save