< Wed Jul 20 11:04:03 CEST 2011 - jsuchome@suse.cz
< 
< - remove blowfish hash from selections (fate#312321)
< - 2.21.1 
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-security?expand=0&rev=23
This commit is contained in:
Jiří Suchomel 2011-07-20 09:05:19 +00:00 committed by Git OBS Bridge
parent 5741b94be7
commit 5edbacbad7
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:6c770b6f39224503d5e05c48dfa45c4a9610798a6f2ddb7f9fd3eb0747245246
size 109146

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 20 11:04:03 CEST 2011 - jsuchome@suse.cz
- remove blowfish hash from selections (fate#312321)
- 2.21.1
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 5 11:03:35 CEST 2011 - jsuchome@suse.cz Tue Apr 5 11:03:35 CEST 2011 - jsuchome@suse.cz

View File

@ -1,56 +1,42 @@
# #
# spec file for package yast2-security # spec file for package yast2-security (Version 2.21.1)
# #
# Copyright (c) 2011 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 # norootforbuild
Name: yast2-security
Version: 2.21.1
Release: 0
Name: yast2-security
Version: 2.21.0
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-security-2.21.0.tar.bz2 Source0: yast2-security-2.21.1.tar.bz2
Prefix: /usr prefix: /usr
Group: System/YaST Group: System/YaST
License: GPLv2+ License: GPL v2 or later
BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2-devtools yast2-pam yast2-testsuite BuildRequires: doxygen pkg-config perl-XML-Writer update-desktop-files yast2-devtools yast2-pam yast2-testsuite
# new Pam.ycp API # new Pam.ycp API
Requires: yast2-pam >= 2.14.0 Requires: yast2-pam >= 2.14.0
# Service::EnabledServices() # Service::EnabledServices()
Requires: yast2 >= 2.17.25 Requires: yast2 >= 2.17.25
Provides: y2c_sec yast2-config-security Provides: y2c_sec yast2-config-security
Obsoletes: y2c_sec yast2-config-security Obsoletes: y2c_sec yast2-config-security
Provides: yast2-trans-security y2t_sec Provides: yast2-trans-security y2t_sec
Obsoletes: yast2-trans-security y2t_sec Obsoletes: yast2-trans-security y2t_sec
BuildArch: noarch BuildArchitectures: noarch
Summary: YaST2 - Security Configuration Summary: YaST2 - Security Configuration
%description %description
The YaST2 component for security settings configuration. The YaST2 component for security settings configuration.
%prep %prep
%setup -n yast2-security-2.21.0 %setup -n yast2-security-2.21.1
%build %build
%{prefix}/bin/y2tool y2autoconf %{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} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done done
%clean %clean
rm -rf "$RPM_BUILD_ROOT" rm -rf "$RPM_BUILD_ROOT"
@ -87,4 +74,3 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/scrconf/*.scr /usr/share/YaST2/scrconf/*.scr
/usr/share/YaST2/schema/autoyast/rnc/security.rnc /usr/share/YaST2/schema/autoyast/rnc/security.rnc
%doc %{prefix}/share/doc/packages/yast2-security %doc %{prefix}/share/doc/packages/yast2-security
%changelog