< Thu Oct  1 13:40:49 CEST 2009 - jsuchome@suse.cz
< 
< - do not save PASS_MIN_LEN if cracklib is disabled
< - ensure polkit privileges are applied (bnc#541393)
< - 2.18.3
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-security?expand=0&rev=8
This commit is contained in:
Jiří Suchomel 2009-10-01 11:49:31 +00:00 committed by Git OBS Bridge
parent 78c40354d1
commit 6a309fb3e3
5 changed files with 40 additions and 37 deletions

0
ready
View File

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d12b6a29cf7bded189ad177c65d4c68c90c1bc1d54bed7d985844ec5a7a9b37c
size 106329

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dbf3fbac0a6cf5da45aea649fdd973afafd0ee07ab58792d26f2804207e5ebe
size 106451

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 1 13:40:49 CEST 2009 - jsuchome@suse.cz
- do not save PASS_MIN_LEN if cracklib is disabled
- ensure polkit privileges are applied (bnc#541393)
- 2.18.3
-------------------------------------------------------------------
Thu Sep 3 14:41:44 CEST 2009 - jsuchome@suse.cz

View File

@ -1,55 +1,51 @@
#
# spec file for package yast2-security (Version 2.18.2)
# spec file for package yast2-security (Version 2.18.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: yast2-security
Version: 2.18.3
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-security-2.18.3.tar.bz2
prefix: /usr
Group: System/YaST
License: GPL v2 or later
BuildRequires: doxygen pkg-config perl-XML-Writer update-desktop-files yast2-devtools yast2-pam yast2-testsuite
Name: yast2-security
Version: 2.18.2
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-security-2.18.2.tar.bz2
Prefix: /usr
Group: System/YaST
License: GPL v2 or later
BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2-devtools yast2-pam yast2-testsuite
# new Pam.ycp API
Requires: yast2-pam >= 2.14.0
Requires: yast2-pam >= 2.14.0
# Service::EnabledServices()
Requires: yast2 >= 2.17.25
Provides: y2c_sec yast2-config-security
Obsoletes: y2c_sec yast2-config-security
Provides: yast2-trans-security y2t_sec
Obsoletes: yast2-trans-security y2t_sec
BuildArch: noarch
Summary: YaST2 - Security Configuration
Requires: yast2 >= 2.17.25
Provides: y2c_sec yast2-config-security
Obsoletes: y2c_sec yast2-config-security
Provides: yast2-trans-security y2t_sec
Obsoletes: yast2-trans-security y2t_sec
BuildArchitectures: noarch
Summary: YaST2 - Security Configuration
%description
The YaST2 component for security settings configuration.
%prep
%setup -n yast2-security-2.18.2
%setup -n yast2-security-2.18.3
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
@ -64,6 +60,7 @@ for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desk
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%clean
rm -rf "$RPM_BUILD_ROOT"
@ -77,4 +74,3 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/scrconf/*.scr
/usr/share/YaST2/schema/autoyast/rnc/security.rnc
%doc %{prefix}/share/doc/packages/yast2-security
%changelog