diff --git a/packit.yaml b/packit.yaml deleted file mode 100644 index 96a8367..0000000 --- a/packit.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# See the documentation for more information: -# https://packit.dev/docs/configuration/ -actions: - pre-sync: - - bash -c "$PACKIT_DOWNSTREAM_REPO/packit-update-sources.sh" - -jobs: - - job: pull_from_upstream - trigger: release - dist_git_branches: - - fedora-all - - job: koji_build - trigger: commit - dist_git_branches: - - fedora-all - - job: bodhi_update - trigger: commit - dist_git_branches: - fedora-all diff --git a/postgresql17.spec b/postgresql17.spec index 7d5d31f..0092176 100644 --- a/postgresql17.spec +++ b/postgresql17.spec @@ -106,7 +106,6 @@ Summary: PostgreSQL client programs %endif BuildRequires: make -BuildRequires: libzstd-devel BuildRequires: lz4-devel BuildRequires: gcc BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk @@ -266,6 +265,7 @@ will interact with a PostgreSQL server. %package -n %{pkgname}-server Summary: The programs needed to create and run a PostgreSQL server Requires: %{pkgname}%{?_isa} = %precise_version +Requires(pre): /usr/sbin/useradd # We require this to be present for %%{_prefix}/lib/tmpfiles.d Requires: systemd # Make sure it's there when scriptlets run, too @@ -542,14 +542,6 @@ find . -type f -name Makefile -exec sed -i -e "s/SO_MAJOR_VERSION=\s\?\([0-9]\+\ # remove .gitignore files to ensure none get into the RPMs (bug #642210) find . -type f -name .gitignore | xargs rm -# Create a sysusers.d config file -cat >postgresql17.sysusers.conf < postgresql17.tmpfiles.conf <