|
@@ -15,7 +15,7 @@ Summary: The Cyrus SASL library.
|
|
Summary(ja): Cyrus SASL ライブラリ
|
|
Summary(ja): Cyrus SASL ライブラリ
|
|
Name: cyrus-sasl
|
|
Name: cyrus-sasl
|
|
Version: 2.1.28
|
|
Version: 2.1.28
|
|
-Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
+Release: 2%{?_dist_release}%{?with_systemd:.systemd}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -30,6 +30,7 @@ Source10: saslauthd.service
|
|
## From upstream git, required for reconfigure after applying patches to configure.ac
|
|
## From upstream git, required for reconfigure after applying patches to configure.ac
|
|
# https://raw.githubusercontent.com/cyrusimap/cyrus-sasl/master/autogen.sh
|
|
# https://raw.githubusercontent.com/cyrusimap/cyrus-sasl/master/autogen.sh
|
|
Source11: autogen.sh
|
|
Source11: autogen.sh
|
|
|
|
+Source12: saslauthd.sysconfig-systemd
|
|
|
|
|
|
Patch11: cyrus-sasl-2.1.25-no_rpath.patch
|
|
Patch11: cyrus-sasl-2.1.25-no_rpath.patch
|
|
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
|
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
|
|
@@ -413,12 +414,13 @@ install -m755 utils/dbconverter-2 $RPM_BUILD_ROOT%{_sbindir}/dbconverter-2
|
|
install -m755 -d $RPM_BUILD_ROOT%{_mandir}/man8/
|
|
install -m755 -d $RPM_BUILD_ROOT%{_mandir}/man8/
|
|
install -m644 saslauthd/saslauthd.mdoc $RPM_BUILD_ROOT%{_mandir}/man8/saslauthd.8
|
|
install -m644 saslauthd/saslauthd.mdoc $RPM_BUILD_ROOT%{_mandir}/man8/saslauthd.8
|
|
|
|
|
|
-install -Dpm644 %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
|
|
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
|
|
+install -Dpm644 %{SOURCE12} $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
|
|
install -Dpm644 %{SOURCE10} $RPM_BUILD_ROOT/%{_unitdir}/saslauthd.service
|
|
install -Dpm644 %{SOURCE10} $RPM_BUILD_ROOT/%{_unitdir}/saslauthd.service
|
|
sed -i -e 's|/var/run|/run|g' $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
|
|
sed -i -e 's|/var/run|/run|g' $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
|
|
%else
|
|
%else
|
|
# Install the init script for saslauthd
|
|
# Install the init script for saslauthd
|
|
|
|
+install -Dpm644 %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
|
|
install -m755 -d $RPM_BUILD_ROOT/etc/rc.d/init.d
|
|
install -m755 -d $RPM_BUILD_ROOT/etc/rc.d/init.d
|
|
install -m755 -p %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/saslauthd
|
|
install -m755 -p %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/saslauthd
|
|
# Create the saslauthd listening directory.
|
|
# Create the saslauthd listening directory.
|
|
@@ -599,6 +601,9 @@ exit 0
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Nov 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.28-2
|
|
|
|
+- rebuilt with openldap-2.6.3.
|
|
|
|
+
|
|
* Tue Mar 01 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.28-1
|
|
* Tue Mar 01 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.28-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- re-imported patches from rawhide.
|
|
- re-imported patches from rawhide.
|