- revert to 0.9.11 (0.9.12 makes gnupg2 fail on x86_64) using Obsoletes to
avoid Epoch or other ugly means.
This commit is contained in:
parent
441470c49f
commit
911c15b8af
@ -1,2 +1,2 @@
|
||||
libksba-0.9.12.tar.bz2
|
||||
libksba-0.9.12.tar.bz2.sig
|
||||
libksba-0.9.11.tar.bz2
|
||||
libksba-0.9.11.tar.bz2.sig
|
||||
|
19
libksba.spec
19
libksba.spec
@ -1,7 +1,7 @@
|
||||
Summary: X.509 library
|
||||
Name: libksba
|
||||
Version: 0.9.12
|
||||
Release: 1%{?dist}
|
||||
Version: 0.9.11
|
||||
Release: 2%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gnupg.org/
|
||||
@ -12,18 +12,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libgpg-error >= 0.7
|
||||
BuildRequires: libgcrypt-devel >= 1.2.0
|
||||
|
||||
# Version 0.9.12-1 had issues
|
||||
Obsoletes: %{name}-0.9.12-1%{?dist}
|
||||
|
||||
%description
|
||||
KSBA is a library designed to build software based on the X.509 and
|
||||
CMS protocols.
|
||||
|
||||
%package devel
|
||||
Summary: Development headers and libraries for %{name}
|
||||
Group: Development/Libraries
|
||||
Summary: Development headers and libraries for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
%description devel
|
||||
%{summary}.
|
||||
Development headers and libraries for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
@ -75,7 +78,7 @@ fi
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/*
|
||||
%{_bindir}/*-config
|
||||
%{_libdir}/lib*.so
|
||||
%{_includedir}/*
|
||||
%{_datadir}/aclocal/*
|
||||
@ -83,6 +86,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-2
|
||||
- revert to 0.9.11 (0.9.12 makes gnupg2 fail on x86_64) using Obsoletes
|
||||
to avoid Epoch or other ugly means.
|
||||
|
||||
* Mon Aug 8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-1
|
||||
- 0.9.12
|
||||
- --disable-static
|
||||
|
Loading…
Reference in New Issue
Block a user