Accepting request 52737 from YaST:Head

Accepted submit request 52737 from user jsuchome

OBS-URL: https://build.opensuse.org/request/show/52737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-security?expand=0&rev=32
This commit is contained in:
Ruediger Oertel 2010-11-10 17:34:53 +00:00 committed by Git OBS Bridge
commit df2821ff8c
4 changed files with 29 additions and 37 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 10 14:19:15 CET 2010 - jsuchome@suse.cz
- remember the default value of CRACKLIB_DICT_PATH (bnc#650425)
- 2.20.2
-------------------------------------------------------------------
Mon Aug 16 13:30:29 CEST 2010 - jsuchome@suse.cz

View File

@ -1,56 +1,42 @@
#
# spec file for package yast2-security (Version 2.20.1)
# spec file for package yast2-security (Version 2.20.2)
#
# Copyright (c) 2010 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.20.2
Release: 0
Name: yast2-security
Version: 2.20.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-security-2.20.1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-security-2.20.2.tar.bz2
Prefix: /usr
prefix: /usr
Group: System/YaST
License: GPLv2+
BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2-devtools yast2-pam yast2-testsuite
Group: System/YaST
License: GPL v2 or later
BuildRequires: doxygen pkg-config perl-XML-Writer 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
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
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
BuildArchitectures: noarch
Summary: YaST2 - Security Configuration
Summary: YaST2 - Security Configuration
%description
The YaST2 component for security settings configuration.
%prep
%setup -n yast2-security-2.20.1
%setup -n yast2-security-2.20.2
%build
%{prefix}/bin/y2tool y2autoconf
@ -74,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"
@ -87,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