Accepting request 210105 from home:neilbrown:branches:network
Reduce build dependencies for krb5-mini This requires a change to e2fsprogs which will include the creation of e2fsprogs-mini, so it shouldn't be accepted before that other change is accepted - Reduce build dependencies for krb5-mini by removing doxygen and changing libcom_err-devel to libcom_err-mini-devel - Small fix to pre_checkin.sh so krb5-mini.spec is correct. - Reduce build dependencies for krb5-mini by removing doxygen and changing libcom_err-devel to libcom_err-mini-devel - Small fix to pre_checkin.sh so krb5-mini.spec is correct. OBS-URL: https://build.opensuse.org/request/show/210105 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=112
This commit is contained in:
parent
3e0687cac7
commit
10b96098f3
@ -1,5 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 13:35:09 UTC 2013 - ckornacker@suse.com
|
||||
Tue Dec 10 02:43:32 UTC 2013 - nfbrown@suse.com
|
||||
|
||||
- Reduce build dependencies for krb5-mini by removing
|
||||
doxygen and changing libcom_err-devel to
|
||||
libcom_err-mini-devel
|
||||
- Small fix to pre_checkin.sh so krb5-mini.spec is correct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 13:33:53 UTC 2013 - ckornacker@suse.com
|
||||
|
||||
- update to version 1.11.4
|
||||
- Fix a KDC null pointer dereference [CVE-2013-1417] that could
|
||||
|
@ -25,10 +25,13 @@ Name: krb5-mini
|
||||
Url: http://web.mit.edu/kerberos/www/
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: bison
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: keyutils
|
||||
BuildRequires: keyutils-devel
|
||||
BuildRequires: libcom_err-devel
|
||||
%if 0%{?suse_version} >= 1310
|
||||
BuildRequires: libcom_err-mini-devel
|
||||
%else
|
||||
BuildRequires: libcom_err-mini-devel
|
||||
%endif
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: ncurses-devel
|
||||
Version: 1.11.4
|
||||
@ -37,6 +40,7 @@ Summary: MIT Kerberos5 Implementation--Libraries
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Security
|
||||
%if ! 0%{?build_mini}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: pam-devel
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 10 02:43:32 UTC 2013 - nfbrown@suse.com
|
||||
|
||||
- Reduce build dependencies for krb5-mini by removing
|
||||
doxygen and changing libcom_err-devel to
|
||||
libcom_err-mini-devel
|
||||
- Small fix to pre_checkin.sh so krb5-mini.spec is correct.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 13:33:53 UTC 2013 - ckornacker@suse.com
|
||||
|
||||
|
@ -25,10 +25,13 @@ Name: krb5
|
||||
Url: http://web.mit.edu/kerberos/www/
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: bison
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: keyutils
|
||||
BuildRequires: keyutils-devel
|
||||
BuildRequires: libcom_err-devel
|
||||
%if 0%{?suse_version} >= 1310
|
||||
BuildRequires: libcom_err-mini-devel
|
||||
%else
|
||||
BuildRequires: libcom_err-mini-devel
|
||||
%endif
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: ncurses-devel
|
||||
Version: 1.11.4
|
||||
@ -37,6 +40,7 @@ Summary: MIT Kerberos5 Implementation--Libraries
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Security
|
||||
%if ! 0%{?build_mini}
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: pam-devel
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
sed -e 's/Name:.*/Name: krb5-mini/g;' \
|
||||
-e 's/spec file for package.*/&-mini/' \
|
||||
-e 's/%define.*build_mini.*/%define build_mini 1/g' krb5.spec > krb5-mini.spec
|
||||
cp krb5.changes krb5-mini.changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user