summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb.spec')
-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