]> git.pld-linux.org Git - packages/shadow.git/commitdiff
selinux enabled by default
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Dec 2003 19:26:07 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    shadow.spec -> 1.82

shadow.spec

index 35d176f8230d188a4d26aa510f64f22399c2c6df..2b531f60d81cf6a31ef986e9e052d45659ee7e1c 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _with_selinux                - with SE-Linux support
+%bcond_without selinux # SE-Linux support
 #
 Summary:       Shadow password file utilities for Linux
 Summary(de):   Shadow-Paßwortdatei-Dienstprogramme für Linux
@@ -11,7 +11,7 @@ Summary(tr):  G
 Summary(pt_BR):        Utilitários para o arquivo de senhas Shadow
 Name:          shadow
 Version:       4.0.3
-Release:       3
+Release:       4
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -36,7 +36,7 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: pam-devel
-%{?_with_selinux:BuildRequires:        selinux-libs-devel}
+%{?with_selinux:BuildRequires: libselinux-devel}
 Provides:      shadow-utils
 Provides:      passwd
 Requires:      pam >= 0.77.3
@@ -126,7 +126,7 @@ Programy niecz
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%{?_with_selinux:%patch6 -p1}
+%{?with_selinux:%patch6 -p1}
 
 %build
 %{__gettextize}
@@ -140,7 +140,7 @@ Programy niecz
        %{!?_without_static:--disable-shared} \
        %{?_without_static:--disable-static} \
        %{?_without_static:--enable-shared} \
-       %{?_with_selinux:--with-selinux} \
+       %{?with_selinux:--with-selinux} \
        --with-libpam \
        --with-md5crypt \
        --with-nls \
This page took 0.108028 seconds and 4 git commands to generate.