detach dependency to minor updates
This commit is contained in:
parent
2ecceffd1d
commit
852d03216f
1 changed files with 6 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
Summary: Security Enhanced PostgreSQL
|
||||
Name: sepostgresql
|
||||
Version: 8.3.9
|
||||
Release: 2515%{?dist}
|
||||
Release: 2582%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Databases
|
||||
Url: http://code.google.com/p/sepgsql/
|
||||
|
|
@ -35,7 +35,8 @@ Requires(pre): shadow-utils
|
|||
Requires(post): policycoreutils /sbin/chkconfig
|
||||
Requires(preun): /sbin/chkconfig /sbin/service
|
||||
Requires(postun): policycoreutils
|
||||
Requires: postgresql-server = %{version}
|
||||
Requires: postgresql-server >= 8.3.0
|
||||
Conflicts: postgresql-server >= 8.4.0
|
||||
Requires: policycoreutils >= 2.0.16 libselinux >= 2.0.80
|
||||
Requires: selinux-policy >= 3.4.2
|
||||
Requires: tzdata logrotate
|
||||
|
|
@ -199,6 +200,9 @@ fi
|
|||
%attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
|
||||
|
||||
%changelog
|
||||
* Thu Mar 18 2010 KaiGai Kohei <kaigai@ak.jp.nec.com> - 8.3.9-2583
|
||||
- detach dependency to minor updates
|
||||
|
||||
* Fri Dec 25 2009 KaiGai Kohei <kaigai@kaigai.gr.jp> - 8.3.9-2515
|
||||
- upgrade base PostgreSQL v8.3.8->8.3.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue