Browse Source

authconfig: re-add patch to remove selinux feature

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8577 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
5eb735260c
1 changed files with 8 additions and 1 deletions
  1. 8 1
      a/authconfig/authconfig-vl.spec

+ 8 - 1
a/authconfig/authconfig-vl.spec

@@ -2,7 +2,7 @@ Summary: Command line tool for setting up authentication from network services
 Summary(ja): ネットワークサービスからの認証を設定するためのコマンドラインツール
 Name: authconfig
 Version: 6.2.8
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
@@ -13,6 +13,9 @@ Source: https://fedorahosted.org/releases/a/u/%{name}/%{name}-%{version}.tar.bz2
 Patch10: authconfig-6.2.3-fprintd-pam.patch
 Patch11: authconfig-6.2.3-fix-broken-strings.patch
 
+# remove selinux staff
+Patch100: authconfig-6.2.8-noselinux.patch
+
 Requires: pam
 Conflicts: samba-common < 3.0, samba-client < 3.0
 Conflicts: nss_ldap < 254
@@ -47,6 +50,7 @@ authentication schemes.
 %setup -q -n %{name}-%{version}
 %patch10 -p1
 %patch11 -p1
+%patch100 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
@@ -138,6 +142,9 @@ fi
 %{_datadir}/icons/hicolor/*/*/*
 
 %changelog
+* Tue Jun 17 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 6.2.8-2
+- add Patch100 to remove selinux staff (again)
+
 * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.2.8-1
 - update to 6.2.8
 - remove Patch101 (authconfig-6.2.3-authinfo-vine.patch)