forked from pool/sssd
- New subpackages: libpath_utils1, libpath_utils-devel, libref_array1
and libref_array-devel OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=21
This commit is contained in:
parent
51cc433cb5
commit
26479b90be
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 30 12:21:02 UTC 2010 - rhafer@novell.com
|
||||
Mon Aug 30 12:57:47 UTC 2010 - rhafer@novell.com
|
||||
|
||||
- Updated to 1.3.1
|
||||
* Fixes to the HBAC backend for obsolete or removed HBAC entries
|
||||
@ -19,7 +19,8 @@ Mon Aug 30 12:21:02 UTC 2010 - rhafer@novell.com
|
||||
where we may have come online
|
||||
* New option "dns_discovery_domain" allows better configuration for
|
||||
using SRV records for failover
|
||||
- New subpackages: libpath_utils1 and libpath_utils-devel
|
||||
- New subpackages: libpath_utils1, libpath_utils-devel, libref_array1
|
||||
and libref_array-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 31 14:02:43 UTC 2010 - rhafer@novell.com
|
||||
|
42
sssd.spec
42
sssd.spec
@ -193,6 +193,27 @@ License: LGPLv3+
|
||||
%description -n libpath_utils-devel
|
||||
Utility functions to manipulate filesystem pathnames
|
||||
|
||||
%package -n libref_array1
|
||||
Summary: A refcounted array for C
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %{refarray_version}
|
||||
Release: 1
|
||||
License: LGPLv3+
|
||||
|
||||
%description -n libref_array1
|
||||
A dynamically-growing, reference-counted array
|
||||
|
||||
%package -n libref_array-devel
|
||||
Summary: Development files for libref_array
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: %{refarray_version}
|
||||
Release: 1
|
||||
Requires: libref_array1 = %{refarray_version}-%{release}
|
||||
License: LGPLv3+
|
||||
|
||||
%description -n libref_array-devel
|
||||
A dynamically-growing, reference-counted array
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -247,12 +268,6 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.a
|
||||
install -d $RPM_BUILD_ROOT/%{_docdir}/dhash
|
||||
mv $RPM_BUILD_ROOT/%{_datarootdir}/doc/dhash/* $RPM_BUILD_ROOT/%{_docdir}/dhash
|
||||
|
||||
# remove currently unused libraries
|
||||
rm -f \
|
||||
$RPM_BUILD_ROOT/%{_libdir}/libref_array.* \
|
||||
$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/ref_array.pc \
|
||||
$RPM_BUILD_ROOT/%{_prefix}/include/ref_array*.h
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -282,6 +297,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%postun -n libpath_utils1 -p /sbin/ldconfig
|
||||
|
||||
%post -n libref_array1 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libref_array1 -p /sbin/ldconfig
|
||||
|
||||
%files -f sss_daemon.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
@ -383,4 +402,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libpath_utils.so
|
||||
%{_libdir}/pkgconfig/path_utils.pc
|
||||
%{_prefix}/include/path_utils*.h
|
||||
|
||||
%files -n libref_array1
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libref_array.so.*
|
||||
|
||||
%files -n libref_array-devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libref_array.so
|
||||
%{_libdir}/pkgconfig/ref_array.pc
|
||||
%{_prefix}/include/ref_array*.h
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user