drop uuid-pgsql subpackage, it is outdated and does not work, use
uuid-ossp module from postgresql-contrib instead
This commit is contained in:
parent
f14a613352
commit
0a1b5059a2
24
uuid.spec
24
uuid.spec
@ -10,7 +10,7 @@
|
||||
|
||||
Name: uuid
|
||||
Version: 1.6.2
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
Summary: Universally Unique Identifier library
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -31,6 +31,8 @@ Patch6: uuid-aarch64.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libtool
|
||||
|
||||
Obsoletes: %{name}-pgsql < 1.6.2-22
|
||||
|
||||
%description
|
||||
OSSP uuid is a ISO-C:1999 application programming interface (API)
|
||||
and corresponding command line interface (CLI) for the generation
|
||||
@ -94,17 +96,6 @@ Requires: php-api = %{php_apiver}
|
||||
%description php
|
||||
PHP OSSP uuid module.
|
||||
|
||||
%package pgsql
|
||||
Summary: PostgreSQL support for Universally Unique Identifier library
|
||||
Group: Development/Libraries
|
||||
BuildRequires: postgresql-devel
|
||||
Requires: postgresql%{_isa}
|
||||
Requires: %{_datadir}/pgsql
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description pgsql
|
||||
PostgreSQL OSSP uuid module.
|
||||
|
||||
%package dce
|
||||
Summary: DCE support for Universally Unique Identifier library
|
||||
Group: Development/Libraries
|
||||
@ -268,11 +259,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) %{_sysconfdir}/php.d/%{name}.ini
|
||||
%{php_extdir}/%{name}.so
|
||||
|
||||
%files pgsql
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pgsql/*
|
||||
%{_datadir}/pgsql/*
|
||||
|
||||
%files dce
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libossp-uuid_dce.so.*
|
||||
@ -283,6 +269,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libossp-uuid_dce.so
|
||||
|
||||
%changelog
|
||||
* Wed Oct 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-23
|
||||
- drop uuid-pgsql subpackage, it is outdated and does not work, use
|
||||
uuid-ossp module from postgresql-contrib instead
|
||||
|
||||
* Thu Sep 12 2013 Michal Hlavinka <mhlavink@redhat.com> - 1.6.2-22
|
||||
- rebuild for postgresql api change
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user