- Removed the /var/run/sasl2 directory from cyrus-sasl.spec.

It will now be created on demand by the saslauthd init script.
- Adjusted init script headers to silence rpmlint warning/errors.

- Removed the /var/run/sasl2 directory from cyrus-sasl.spec. 
  It will now be created on demand by the saslauthd init script.
- Adjusted init script headers to silence rpmlint warning/errors.

OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=9
This commit is contained in:
Ralf Haferkamp 2010-04-28 09:27:07 +00:00 committed by Git OBS Bridge
parent b392d77d1b
commit 285c7e57fc
5 changed files with 20 additions and 7 deletions

BIN
cyrus-sasl-rc.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 28 09:24:11 UTC 2010 - rhafer@novell.com
- Removed the /var/run/sasl2 directory from cyrus-sasl.spec.
It will now be created on demand by the saslauthd init script.
- Adjusted init script headers to silence rpmlint warning/errors.
-------------------------------------------------------------------
Mon Dec 14 17:15:20 CET 2009 - jengelh@medozas.de

View File

@ -27,7 +27,7 @@ AutoReqProv: on
Provides: cyrus-sasl:/usr/sbin/saslauthd
Provides: cyrus-sasl2:/usr/sbin/saslauthd
Summary: The SASL Authentication Server
Version: 2.1.23
Version: 2.1.23
Release: 4
Source: cyrus-sasl-%{version}.tar.bz2
Source1: cyrus-sasl-rc.tar.bz2
@ -68,7 +68,7 @@ Authors:
%package -n cyrus-sasl-sqlauxprop
License: BSD4c(or similar)
Summary: cyrus-sasl SQL auxprop plugin
Summary: SQL auxprop plugin for cyrus-sasl
AutoReqProv: on
Group: Development/Libraries/C and C++
Requires: cyrus-sasl
@ -147,6 +147,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
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
@ -178,6 +179,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/var/adm/fillup-templates/sysconfig.saslauthd
%ghost /var/run/sasl2
%config /etc/init.d/saslauthd
/sbin/rcsaslauthd
/usr/sbin/*

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 28 09:24:11 UTC 2010 - rhafer@novell.com
- Removed the /var/run/sasl2 directory from cyrus-sasl.spec.
It will now be created on demand by the saslauthd init script.
- Adjusted init script headers to silence rpmlint warning/errors.
-------------------------------------------------------------------
Mon Dec 14 17:15:20 CET 2009 - jengelh@medozas.de

View File

@ -264,7 +264,6 @@ export CPPFLAGS=-I/usr/include/heimdal
%install
make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
install -m 755 -d $RPM_BUILD_ROOT/var/run/sasl2
mkdir -p $RPM_BUILD_ROOT/usr/bin
mkdir -p $RPM_BUILD_ROOT/etc/sasl2
install -m 755 sample/.libs/client $RPM_BUILD_ROOT/usr/bin/cyrus_sasl_sample_client
@ -294,8 +293,6 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libsasl2.so.*
/usr/sbin/*
/usr/bin/*
%dir %attr(0755,root,root) /var/run/sasl2
#%doc %{_mandir}/cat8
%doc %{_mandir}/man3/sasl.*.gz
%doc %{_mandir}/man8/*.gz
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc