summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-14 21:56:00 +0300
committermakkalot <makkalot@gmail.com>2008-08-04 22:20:56 +0300
commit68f6a073f74c0288ce86e84d1e29803f22974623 (patch)
tree0f2dbc5cda3dc9e6d19acc6939c370f9896707bb /funcweb
parentf2e491ba089156ad683da8cb197cc34c03d10af9 (diff)
downloadfunc-68f6a073f74c0288ce86e84d1e29803f22974623.tar.gz
func-68f6a073f74c0288ce86e84d1e29803f22974623.tar.xz
func-68f6a073f74c0288ce86e84d1e29803f22974623.zip
there was a conflict due to merging errors in spec file
(cherry picked from commit 3119ab486a6360278ebdafc8cba7724c6e79a3e5)
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/funcweb/funcweb.spec b/funcweb/funcweb.spec
index 39d394b..91c8fe4 100644
--- a/funcweb/funcweb.spec
+++ b/funcweb/funcweb.spec
@@ -12,7 +12,7 @@ Release: %(echo `awk '{ print $2 }' %{SOURCE1}`)%{?dist}
License: GPLv2+
Group: Applications/System
Source0: %{name}-%{version}.tar.gz
-Source1: %{name}.te
+Source2: %{name}.te
#packages that are required
Requires: python >= 2.3
@@ -62,7 +62,7 @@ This package adds SELinux policy for FuncWeb
%prep
%setup -q
mkdir -p selinux
-cp -p %{SOURCE1} selinux/
+cp -p %{SOURCE2} selinux/
%build
%{__python} setup.py build