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