- %files: track shlib sonames, so abi breaks are less of a surprise
This commit is contained in:
parent
d650a25e66
commit
3c716ea771
@ -1,7 +1,7 @@
|
||||
Summary: A GNU set of database routines which use extensible hashing
|
||||
Name: gdbm
|
||||
Version: 1.8.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
|
||||
# Prevent gdbm from storing uninitialized memory content
|
||||
# to database files.
|
||||
@ -86,8 +86,8 @@ fi
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README
|
||||
%{_libdir}/libgdbm.so.*
|
||||
%{_libdir}/libgdbm_compat.so.*
|
||||
%{_libdir}/libgdbm.so.3*
|
||||
%{_libdir}/libgdbm_compat.so.3*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -103,6 +103,9 @@ fi
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Wed Mar 10 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.8.3-2
|
||||
- %%files: track shlib sonames, so abi breaks are less of a surprise
|
||||
|
||||
* Tue Mar 09 2010 Karel Klic <kklic@redhat.com> - 1.8.3-1
|
||||
- Newer upstream release
|
||||
- Removed gdbm-1.8.0-64offset.patch, because it was merged by the upstream
|
||||
|
Loading…
Reference in New Issue
Block a user