Packit
51c849deea
Update to 16.11 upstream release
...
- Resolves: rhbz#2414832
Commit authored by Packit automation (https://packit.dev/ )
2025-11-13 15:04:18 +00:00
Packit
eb150fbd16
Update to 16.10 upstream release
...
- Resolves: rhbz#2388580
Commit authored by Packit automation (https://packit.dev/ )
2025-08-14 16:06:25 +00:00
František Zatloukal
3004e003d4
Rebuilt for icu 77.1
2025-08-06 09:57:02 +02:00
Fedora Release Engineering
349f48f183
Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
2025-07-25 06:04:17 +00:00
Nikola Davidova
27a75ba780
Make postgresql16 non default
2025-07-22 13:52:42 +02:00
Jitka Plesnikova
f33689347e
Perl 5.42 rebuild
2025-07-07 16:43:50 +02:00
Filip Janus
51276f54f1
Enable zstd support
2025-06-25 06:20:56 +00:00
Filip Janus
042df027b0
Add tmpfiles.d configuration
2025-06-24 21:32:47 +00:00
Python Maint
290d36f9d8
Rebuilt for Python 3.14
2025-06-02 19:59:38 +02:00
Packit
4e5009ca14
Update to 16.9 upstream release
...
- Resolves: rhbz#2365100
Commit authored by Packit automation (https://packit.dev/ )
2025-05-21 07:17:57 +00:00
Packit
72061a9ba2
Update to 16.9 upstream release
...
- Resolves: rhbz#2365100
Commit authored by Packit automation (https://packit.dev/ )
2025-05-08 14:33:41 +00:00
Zbigniew Jędrzejewski-Szmek
792d356289
Add sysusers.d config file to allow rpm to create users/groups automatically
...
See https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers .
2025-02-26 22:14:20 +01:00
Packit
78d431c36a
Update to 16.8 upstream release
...
- Resolves: rhbz#2282749
Commit authored by Packit automation (https://packit.dev/ )
2025-02-26 06:48:55 +00:00
Filip Janus
4bee6b7687
add packit support for all versions of supported fedora
...
packit-update-sources.sh script is related to this change
2025-02-26 06:45:03 +00:00
Packit
84ff0438ce
Update to 16.8 upstream release
...
- Resolves: rhbz#2282749
Commit authored by Packit automation (https://packit.dev/ )
2025-02-26 06:31:53 +00:00
Filip Janus
8cd443c549
Add missing suffix in packit helper script
2025-02-25 22:09:00 +00:00
Filip Janus
28b8023ffd
fix typo in packit helper script
2025-02-24 21:58:57 +00:00
Filip Janus
de696001ac
Fix helper script
2025-02-24 21:35:01 +00:00
Filip Janus
90650b6371
add x flag for packit script
2025-02-24 10:58:36 +00:00
Filip Janus
6e4e3dd713
Packit onboarding add helper script
2025-02-24 10:26:12 +00:00
Filip Janus
1bc1753d81
update to 16.6
...
stick with std=c18
2025-01-29 12:31:27 +00:00
Fedora Release Engineering
705af7d6d4
Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
2025-01-18 10:38:46 +00:00
Pete Walter
84c13e436e
Rebuild for ICU 76
2024-12-08 22:39:37 +00:00
Yaakov Selkowitz
e0a3c723a9
Fix tclconfig location for flatpaks
...
As of F41, tcl is part of the flatpak runtime, and is therefore in /usr
even when building in /app.
2024-09-26 10:55:11 -04:00
Yaakov Selkowitz
0b4a6b39f4
Fix flatpak build
...
tzdata is part of the runtime and therefore remains in /usr even for
flatpaks. The initscripts (which are unused in flatpaks) are installed
into /usr regardless, just like the systemd units.
2024-09-17 01:06:15 +00:00
Filip
4055d7a0f2
Fix typos in provides
2024-09-16 21:08:41 +02:00
Filip Janus
fed07ce08a
Add Obsoletes: postgresqlXX to make the upgrade path from alternative version clear
2024-08-28 10:01:12 +02:00
Lumir Balhar
b005b05197
Add new systemtap-sdt-dtrace to build deps
...
This is a part of approved Fedora change:
https://fedoraproject.org/wiki/Changes/Separate_dtrace_package
systemtap-sdt-devel will stop requiring systemtap-sdt-dtrace
and that would break the build of this package.
2024-07-29 13:17:16 +02:00
Fedora Release Engineering
e03e328e88
Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
2024-07-19 08:20:17 +00:00
Filip Janus
7fa64c3e44
Disable ENGINE API
2024-07-03 12:54:17 +02:00
Ales Nezbeda
4a7744bef2
Update to 16.3 and 15.7
...
LibXML and OpenSSL patches no longer needed.
2024-06-17 15:05:35 +02:00
Jitka Plesnikova
c23a399ca1
Perl 5.40 rebuild
2024-06-12 12:55:37 +02:00
Python Maint
ab3a6898d4
Rebuilt for Python 3.13
2024-06-07 08:34:01 +02:00
Filip Janus
e1172c877b
Since /var/run/postgresql is symlink to /run/postgresql it could be removed.
...
Its not necessary to install /var/run/postgresql directory
because /run/postgresql is created by systemd script
Upstream rpm also deals only with /run
https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob;f=rpm/redhat/main/non-common/postgresql-16/main/postgresql-16.spec;h=93ebd0a0cfe52cf49cdf8b7bd18c3277c9df9402;hb=HEAD#l1179
Related:RHEL-25756
2024-02-26 14:52:59 +01:00
Yaakov Selkowitz
9b9a8eb409
Backport OpenSSL 3.2 fix from upstream master
...
https://git.postgresql.org/gitweb/?p=postgresql.git;h=b2b1f12882fb561c7d474b834044dd8ed570bfea
2024-02-19 21:52:31 -05:00
Filip Janus
9647cd2b64
Add macro virtual_conflicts_and_provides to be specfile more readable
2024-02-05 15:54:49 +01:00
Filip Janus
ceda0e6f43
Add versioned provide to the default version
...
Obsolete versioned is no more needed since only default stream provides
postgresql symbol
2024-02-05 15:09:07 +01:00
Pete Walter
9114cc0efe
Rebuild for ICU 74
2024-01-31 20:07:45 +00:00
Yaakov Selkowitz
70ab2f6574
Fix build with GCC 14 and libxml2 2.12.0
2024-01-23 21:59:48 -05:00
Fedora Release Engineering
4c0280b8e6
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
2024-01-21 22:12:44 +00:00
Filip Janus
1fe2f9b4da
Add symbol -any to each subpackage to ensure conflict with othere postgresql streams.
...
Symbol postgresql is now used only for setting the default version
of postgresql in the repository. The majorname cant be
used for such usecase due to different behavior of dnf install and dnf
builddep
More about it:
https://github.com/rpm-software-management/dnf5/issues/620
Related: 2255013
2024-01-05 11:08:44 +01:00
Filip Janus
346ba9791a
Initial import of demodularized postgresql 16
2023-11-27 19:33:50 +01:00
releng bot
7b048f16cd
Added the README
2023-11-27 11:19:26 +00:00