postgresql-setup: update to version 7.0
Version: 10.1-2
This commit is contained in:
parent
971c8f8aa3
commit
0a81447ee3
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,5 @@
|
||||
/postgresql-10.1.tar.bz2.sha256
|
||||
/postgresql-9.6.6.tar.bz2
|
||||
/postgresql-9.6.6.tar.bz2.sha256
|
||||
/postgresql-setup-6.0.tar.gz
|
||||
/postgresql-setup-7.0.tar.gz
|
||||
/postgresql-10.1-US.pdf
|
||||
|
@ -63,7 +63,7 @@ Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 10
|
||||
Version: 10.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
# recognizes it as an independent license, so we do as well.
|
||||
@ -79,7 +79,7 @@ Url: http://www.postgresql.org/
|
||||
%global prevmajorversion 9.6
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
|
||||
%global setup_version 6.0
|
||||
%global setup_version 7.0
|
||||
|
||||
%global service_name postgresql.service
|
||||
Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
|
||||
@ -630,7 +630,6 @@ test "$test_failure" -eq 0
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
||||
cd postgresql-setup-%{setup_version}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
cd ..
|
||||
@ -1161,6 +1160,9 @@ make -C postgresql-setup-%{setup_version} check
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Nov 14 2017 Pavel Raiskup <praiskup@redhat.com> - 10.1-2
|
||||
- postgresql-setup v7.0
|
||||
|
||||
* Wed Nov 08 2017 Pavel Raiskup <praiskup@redhat.com> - 10.1-1
|
||||
- update to 10.1 per release notes:
|
||||
https://www.postgresql.org/docs/10/static/release-10-1.html
|
||||
|
2
sources
2
sources
@ -2,5 +2,5 @@ SHA512 (postgresql-10.1.tar.bz2) = 06050d353aa43f32e0de0199d833d8a4652aff893b718
|
||||
SHA512 (postgresql-10.1.tar.bz2.sha256) = 7f9d35825e81598841bd01d44ae9e3af9814c1af60c5fd8292a326f8ff7006975e1a19f9777c994151c61b4c0ec9d8f0214ceae8e3f41239b706c212ffe6df62
|
||||
SHA512 (postgresql-9.6.6.tar.bz2) = ac2f0fe6ef7c4e14f85cd7592d1306d9657b7f35efa6f43a089d7785ab970b8c25aa1e66d83df056c23513d6dbac0a9f54717b3d85758560d02e7f8141914ebc
|
||||
SHA512 (postgresql-9.6.6.tar.bz2.sha256) = 8ab0aadd03923bf7888f6de055432f7a0bca0c4d3287d38490ae542d87d22e5753b62f1fc30474e9d875b0317a94266bbda5ad4b2cf2dada2b2c480cd9a05772
|
||||
SHA512 (postgresql-setup-6.0.tar.gz) = 4fa02b35d3b2d1d79193fd3a6af02532b5a6736dbae23cad485492acd4eb0c5f25159f36eb445a63eac0097ec4c52f57c58b0960fa012577c24daac5a032b243
|
||||
SHA512 (postgresql-setup-7.0.tar.gz) = aabdfa55e7d9f274aab0a98735e60e12169265927da6242072f8bb3b4ae6d729a6c7318e15e0dc38662d999429a6f98c1dc0a5e1b4809ebdba8645298f362bcc
|
||||
SHA512 (postgresql-10.1-US.pdf) = 8bbd10fc2e3704af0a82f9c4c0aa483109ff606bd784e923831ac7be8ff833245fe3036129a74cc5e01ec2a89f6519f625aa18ff27132a9c314b3db51fcddb5b
|
||||
|
Loading…
Reference in New Issue
Block a user