Accepting request 242924 from home:sfalken:branches:network
1 OBS-URL: https://build.opensuse.org/request/show/242924 OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=51
This commit is contained in:
parent
340d247a16
commit
2ad2e0bfca
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 23:33:45 UTC 2014 - sfalken@opensuse.org
|
||||
|
||||
- Changed references to /var/run, to /run in order to clear rpmlint check failure, due to files being installed to /var/run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 12:54:50 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
|
@ -82,7 +82,7 @@ autoreconf -f -i
|
||||
export CFLAGS="-fno-strict-aliasing $RPM_OPT_FLAGS -DLDAP_DEPRECATED"
|
||||
%configure --with-plugindir=%{_libdir}/sasl2 \
|
||||
--with-configdir=/etc/sasl2/:%{_libdir}/sasl2 \
|
||||
--with-saslauthd=/var/run/sasl2/ \
|
||||
--with-saslauthd=/run/sasl2/ \
|
||||
--enable-checkapop=no \
|
||||
--enable-cram=no \
|
||||
--enable-digest=no \
|
||||
@ -112,7 +112,7 @@ make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
||||
cd ..
|
||||
cd saslauthd
|
||||
make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
||||
install -m 755 -d $RPM_BUILD_ROOT/var/run/sasl2
|
||||
install -m 755 -d $RPM_BUILD_ROOT/run/sasl2
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||
install -m 644 saslauthd.mdoc $RPM_BUILD_ROOT/%{_mandir}/man8/saslauthd.8
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
||||
@ -144,7 +144,7 @@ install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_unitdir}
|
||||
%defattr(-,root,root)
|
||||
/var/adm/fillup-templates/sysconfig.saslauthd
|
||||
%{_unitdir}/saslauthd.service
|
||||
%dir %attr(0755, root, root) %ghost /var/run/sasl2
|
||||
%dir %attr(0755, root, root) %ghost /run/sasl2
|
||||
/usr/sbin/*
|
||||
/usr/bin/*
|
||||
%doc %{_mandir}/man8/*.gz
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 23:31:35 UTC 2014 - sfalken@opensuse.org
|
||||
|
||||
- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear rpmlint check failure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 19 12:54:50 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
|
@ -179,7 +179,7 @@ export CFLAGS="%optflags -fno-strict-aliasing"
|
||||
%configure --with-pic \
|
||||
--with-plugindir=%{_libdir}/sasl2 \
|
||||
--with-configdir=/etc/sasl2/:%{_libdir}/sasl2 \
|
||||
--with-saslauthd=/var/run/sasl2/ \
|
||||
--with-saslauthd=/run/sasl2/ \
|
||||
--enable-pam \
|
||||
--enable-sample \
|
||||
--enable-login \
|
||||
|
Loading…
Reference in New Issue
Block a user