podman-2:1.8.1-0.1.dev.git0bd29f8
- bump to 1.8.1-dev - built commit 0bd29f8 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
676b046985
commit
692e60e47d
1
.gitignore
vendored
1
.gitignore
vendored
@ -787,3 +787,4 @@
|
|||||||
/libpod-4699d5e.tar.gz
|
/libpod-4699d5e.tar.gz
|
||||||
/libpod-c4f6d56.tar.gz
|
/libpod-c4f6d56.tar.gz
|
||||||
/libpod-5092c07.tar.gz
|
/libpod-5092c07.tar.gz
|
||||||
|
/libpod-0bd29f8.tar.gz
|
||||||
|
20
podman.spec
20
podman.spec
@ -32,7 +32,7 @@
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global commit0 5092c078ec635c9f1598989b27ccf53369b3cf2b
|
%global commit0 0bd29f89e9d26c9012c76e58050e1bdfd90faaf0
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%global repo_plugins dnsname
|
%global repo_plugins dnsname
|
||||||
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
# Used for comparing with latest upstream tag
|
# Used for comparing with latest upstream tag
|
||||||
# to decide whether to autobuild (non-rawhide only)
|
# to decide whether to autobuild (non-rawhide only)
|
||||||
%define built_tag v1.8.0-rc1
|
%define built_tag v1.8.0
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -52,10 +52,10 @@ Epoch: 2
|
|||||||
%else
|
%else
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
%endif
|
%endif
|
||||||
Version: 1.8.0
|
Version: 1.8.1
|
||||||
# Rawhide almost always ships unreleased builds,
|
# Rawhide almost always ships unreleased builds,
|
||||||
# so release tag should be of the form 0.N.blahblah
|
# so release tag should be of the form 0.N.blahblah
|
||||||
Release: 0.4.dev.git%{shortcommit0}%{?dist}
|
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -597,7 +597,7 @@ exit 0
|
|||||||
|
|
||||||
%files -f podman.file-list
|
%files -f podman.file-list
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
# By "owning" the site-functions dir, we don't need to Require zsh
|
# By "owning" the site-functions dir, we don't need to Require zsh
|
||||||
@ -619,14 +619,14 @@ exit 0
|
|||||||
%if 0%{?with_devel}
|
%if 0%{?with_devel}
|
||||||
%files -n libpod-devel -f devel.file-list
|
%files -n libpod-devel -f devel.file-list
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
|
||||||
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
|
%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?with_unit_test} && 0%{?with_devel}
|
%if 0%{?with_unit_test} && 0%{?with_devel}
|
||||||
%files unit-test-devel -f unit-test-devel.file-list
|
%files unit-test-devel -f unit-test-devel.file-list
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md code-of-conduct.md transfer.md
|
%doc README.md CONTRIBUTING.md pkg/hooks/README-hooks.md install.md transfer.md
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#### DO NOT REMOVE - NEEDED FOR CENTOS
|
#### DO NOT REMOVE - NEEDED FOR CENTOS
|
||||||
@ -634,8 +634,6 @@ exit 0
|
|||||||
%files remote
|
%files remote
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/%{name}-remote
|
%{_bindir}/%{name}-remote
|
||||||
%{_mandir}/man1/%{name}-remote*.1*
|
|
||||||
%{_mandir}/man5/%{name}-remote*.5*
|
|
||||||
|
|
||||||
%files tests
|
%files tests
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -648,6 +646,10 @@ exit 0
|
|||||||
%{_libexecdir}/cni/dnsname
|
%{_libexecdir}/cni/dnsname
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 17 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.1-0.1.dev.git0bd29f8
|
||||||
|
- bump to 1.8.1-dev
|
||||||
|
- built commit 0bd29f8
|
||||||
|
|
||||||
* Thu Feb 06 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.0-0.4.dev.git5092c07
|
* Thu Feb 06 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.8.0-0.4.dev.git5092c07
|
||||||
- bump crun dependency
|
- bump crun dependency
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc
|
SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc
|
||||||
SHA512 (libpod-5092c07.tar.gz) = 207a78efcfb1fb85e2b297ba1a04b5ebef0f6423f747289f0c547c51e34c16d7a39149eb2854008695ccc177f0e58013184b4c4765de71ca272c635e443c0e55
|
SHA512 (libpod-0bd29f8.tar.gz) = 66397518a5f1b4efeb28457778edfb346c9a3d32337813be89e8778beed2e24cb3aaa581d84558f155c0578d401b14d1282c2af71d7d4ed9e5415f64ca7a9230
|
||||||
|
Loading…
Reference in New Issue
Block a user