Skip to content

Update pgloader.spec for 3.6.2 release #1118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pgloader.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: extract, transform and load data into PostgreSQL
Name: pgloader
Version: 3.6.1
Version: 3.6.2
Release: 22%{?dist}
License: The PostgreSQL Licence
Group: System Environment/Base
Expand Down Expand Up @@ -49,6 +49,9 @@ echo '-b /usr/bin/pgloader' > $RPM_BUILD_ROOT/etc/prelink.conf.d/%{name}.conf
/etc/prelink.conf.d/%{name}.conf

%changelog
* Sun Mar 22 2020 Michał "phoe" Herda <phoe@disroot.org> - 3.6.2
- Release 3.6.2

* Tue Sep 24 2019 Phil Ingram <pingram.au@gmail.com> - 3.6.1
- Release 3.6.1
- Use Requires and BuildRequires
Expand Down