summaryrefslogtreecommitdiffstats
path: root/eurephia.spec
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-10-20 09:17:46 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-10-20 09:17:46 +0200
commitc20a027a5cc32afd92e0e2bc73cae3c903e04a67 (patch)
treeecb7301ec05cc948fbf118f556ce38790977a0e8 /eurephia.spec
parentba06237d4ad835a91a5ba67c7b4ac72e0020ce5b (diff)
downloadeurephia-c20a027a5cc32afd92e0e2bc73cae3c903e04a67.tar.gz
eurephia-c20a027a5cc32afd92e0e2bc73cae3c903e04a67.tar.xz
eurephia-c20a027a5cc32afd92e0e2bc73cae3c903e04a67.zip
RPM build: Obsolete the eurephia-iptables RPM package
This is really not needed to split out in a separate RPM. It can be shipped together with the eurephia plug-in. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'eurephia.spec')
-rw-r--r--eurephia.spec25
1 files changed, 8 insertions, 17 deletions
diff --git a/eurephia.spec b/eurephia.spec
index e74f924..9c7583e 100644
--- a/eurephia.spec
+++ b/eurephia.spec
@@ -1,6 +1,6 @@
Name: eurephia
-Version: 1.0.0
-Release: 8%{?betatag:.%{betatag}}%{?dist}
+Version: 1.0.1
+Release: 2%{?betatag:.%{betatag}}%{?dist}
Summary: An advanced and flexible OpenVPN user authentication plug-in
Group: Applications/Internet
@@ -15,6 +15,8 @@ BuildRequires: cmake >= 2.6.1
BuildRequires: sqlite-devel >= 3.0.0
Requires: openvpn
Requires: eurephia-sqlite3 = %{version}-%{release}
+Obsoletes: eurephia-iptables < 1.0.1-2
+Provides: eurephia-iptables >= 1.0.1-2
%description
This plug-in enhances OpenVPN by adding user name and password
@@ -34,16 +36,6 @@ Summary: The eurephia SQLite3 database driver
%description sqlite3
This package contains the SQLite3 database driver for eurephia
-%package iptables
-Group: Applications/Internet
-Summary: The eurephia iptables interface module
-Requires: eurephia = %{version}-%{release}
-
-%description iptables
-To enable the firewall integration in eurephia, this module must be
-available for eurephia. Use the eurephia-init package to setup
-configuration.
-
%package admin
Group: Applications/Internet
Summary: The eurephia command line administration utility
@@ -109,6 +101,7 @@ rm -rf %{buildroot}
%{_libdir}/eurephia/eurephia-auth.so
%{_mandir}/man7/eurephia-auth.7.gz
%{_mandir}/man7/eurephia-variables.7.gz
+%{_libdir}/eurephia/efw-iptables.so
%files sqlite3
%defattr(-,root,root,-)
@@ -118,11 +111,6 @@ rm -rf %{buildroot}
%{_localstatedir}/lib/eurephia/
%{_mandir}/man7/edb-sqlite.7.gz
-%files iptables
-%defattr(-,root,root,-)
-%doc LICENSE.txt CREDITS.txt
-%{_libdir}/eurephia/efw-iptables.so
-
%files init
%defattr(-,root,root,-)
%doc LICENSE.txt CREDITS.txt
@@ -146,6 +134,9 @@ rm -rf %{buildroot}
%{_mandir}/man7/eurephia_saltdecode.7.gz
%changelog
+* Wed Oct 20 2010 David Sommerseth <dazo@users.sourceforge.net> - 1.0.1-2
+- Obsolete the eurephia-iptables RPM and move efw-iptables into eurephia.rpm
+
* Thu Jul 15 2010 David Sommerseth <davids@redhat.com> - 1.0.0-8
- Fixed silly mistakes
- Forgot to move over /usr/lib/eurephia from eurephia to eurephia-sqlite3