|
|
@ -3,11 +3,11 @@
|
|
|
|
%global rpcbind_state_dir %{_rundir}/rpcbind
|
|
|
|
%global rpcbind_state_dir %{_rundir}/rpcbind
|
|
|
|
|
|
|
|
|
|
|
|
Name: rpcbind
|
|
|
|
Name: rpcbind
|
|
|
|
Version: 1.2.6
|
|
|
|
Version: 1.2.7
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Universal Addresses to RPC Program Number Mapper
|
|
|
|
Summary: Universal Addresses to RPC Program Number Mapper
|
|
|
|
License: BSD
|
|
|
|
License: BSD-3-Clause
|
|
|
|
URL: https://sourceforge.net/projects/rpcbind/
|
|
|
|
URL: http://nfsv4.bullopensource.org
|
|
|
|
|
|
|
|
|
|
|
|
Source0: http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://downloads.sourceforge.net/rpcbind/%{name}-%{version}.tar.bz2
|
|
|
|
Source1: %{name}.sysconfig
|
|
|
|
Source1: %{name}.sysconfig
|
|
|
@ -18,19 +18,14 @@ BuildRequires: make
|
|
|
|
BuildRequires: automake, autoconf, libtool, systemd, systemd-devel
|
|
|
|
BuildRequires: automake, autoconf, libtool, systemd, systemd-devel
|
|
|
|
BuildRequires: libtirpc-devel, quota-devel
|
|
|
|
BuildRequires: libtirpc-devel, quota-devel
|
|
|
|
Requires(pre): coreutils shadow-utils
|
|
|
|
Requires(pre): coreutils shadow-utils
|
|
|
|
Requires(post): systemd policycoreutils
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd coreutils
|
|
|
|
Requires(postun): systemd coreutils
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
# RHEL9.1
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
Patch001: rpcbind-1.2.6-double-free.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch100: rpcbind-0.2.3-systemd-envfile.patch
|
|
|
|
Patch100: rpcbind-0.2.3-systemd-envfile.patch
|
|
|
|
Patch101: rpcbind-0.2.3-systemd-tmpfiles.patch
|
|
|
|
Patch101: rpcbind-0.2.3-systemd-tmpfiles.patch
|
|
|
|
Patch102: rpcbind-0.2.4-runstatdir.patch
|
|
|
|
Patch102: rpcbind-0.2.4-runstatdir.patch
|
|
|
|
Patch103: rpcbind-1.2.6-systemd-service.patch
|
|
|
|
Patch103: rpcbind-0.2.4-systemd-service.patch
|
|
|
|
Patch104: rpcbind-0.2.4-systemd-rundir.patch
|
|
|
|
Patch104: rpcbind-0.2.4-systemd-rundir.patch
|
|
|
|
|
|
|
|
|
|
|
|
Provides: portmap = %{version}-%{release}
|
|
|
|
Provides: portmap = %{version}-%{release}
|
|
|
@ -102,13 +97,6 @@ then
|
|
|
|
/bin/systemctl reenable rpcbind.socket >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl reenable rpcbind.socket >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl restart rpcbind.socket >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl restart rpcbind.socket >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if [ ! -d /var/lib/rpcbind ]
|
|
|
|
|
|
|
|
then
|
|
|
|
|
|
|
|
mkdir /var/lib/rpcbind
|
|
|
|
|
|
|
|
chown rpc:rpc /var/lib/rpcbind
|
|
|
|
|
|
|
|
[ -x /usr/sbin/restorecon ] && \
|
|
|
|
|
|
|
|
/usr/sbin/restorecon /var/lib/rpcbind
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
@ -125,33 +113,51 @@ fi
|
|
|
|
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
|
|
|
|
%attr(0700, %{rpcbind_user_group}, %{rpcbind_user_group}) %dir %{rpcbind_state_dir}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Sep 6 2022 Steve Dickson <steved@redhat.com> - 1.2.6-5
|
|
|
|
* Wed Aug 7 2024 Steve Dickson <steved@redhat.com> rpcbind-1.2.7-2
|
|
|
|
- Fixed a typo in changelog (bz 2115517)
|
|
|
|
- Disable remote calls (RHEL-35644)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 6 2024 Steve Dickson <steved@redhat.com> rpcbind-1.2.7-1
|
|
|
|
|
|
|
|
- The default config RPCBIND_ARGS in /etc/sysconfig/rpcbind is wrong (RHEL-32326)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2024 Steve Dickson <steved@redhat.com> rpcbind-1.2.7-0
|
|
|
|
|
|
|
|
- Updated to latest upstream release: rpcbind-1_2_7 (RHEL-50505)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.2.6-4.rc2.5
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-4.rc2.4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-4.rc2.3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 16 2023 Pavel Reichl <preichl@redhat.com> - 1.2.6-4.rc2.2
|
|
|
|
|
|
|
|
- Convert License tag to SPDX format
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-4.rc2.1
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-4
|
|
|
|
* Tue Feb 28 2023 Steve Dickson <steved@redhat.com> 1.2.6-4.rc2
|
|
|
|
- Use %autosetup -p1 to make sure patches apply (bz 2115517)
|
|
|
|
- Updated to latest upstream RC release: rpcbind-1_2_7-rc2
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 16 2022 Steve Dickson <steved@redhat.com> - 1.2.6-3
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-4
|
|
|
|
- Fixed a double free in init_transport (bz 2115517)
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.6-2
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-3
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 23 2021 Steve Dickson <steved@redhat.com> - 1.2.6-1
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-2
|
|
|
|
- Use sysconfig variable in service file (bz 1972094)
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Make sure policycoreutils is installed before using it (bz 1972133)
|
|
|
|
|
|
|
|
- Make sure /var/lib/rpcbind exists (bz 1972133)
|
|
|
|
|
|
|
|
- Corrected the URL reference (bz 1972117)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Steve Dickson <steved@redhat.com> - 1.2.6-0
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.6-1
|
|
|
|
- Rebased to latest upstream release: rpcbind-1-2-6 (bz 1959128)
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 7 2021 Steve Dickson <steved@redhat.com> - 1.2.5-6.rc1
|
|
|
|
* Mon May 17 2021 Steve Dickson <steved@redhat.com> 1.2.6-0
|
|
|
|
- Disable remote calls (bz 1923041)
|
|
|
|
- Updated to latest upstream release: rpcbind-1_2_6 (bz 1959127)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.5-5.rc1.5
|
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.5-5.rc1.5
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-5.rc1.4
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-5.rc1.4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|