-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b4c942
commit 877d2d2
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%global sname pgstats | ||
%global pgstatsmajver 1 | ||
%global pgstatsmidver 1 | ||
%global pgstatsmidver 2 | ||
%global pgstatsminver 0 | ||
|
||
%if 0%{?rhel} && 0%{?rhel} == 7 | ||
|
@@ -74,5 +74,8 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{build | |
%{pginstdir}/bin/pgwaitevent | ||
|
||
%changelog | ||
* Fri Jul 9 2021 Devrim Gündüz <[email protected]> - 1.2.0-1 | ||
- Update to 1.2.0 | ||
|
||
* Thu May 20 2021 Devrim Gündüz <[email protected]> - 1.1.0-1 | ||
- Initial packaging for PostgreSQL RPM Repository |