Start rebasing to 1.12 alpha1

This commit is contained in:
Nalin Dahyabhai 2013-10-15 10:52:48 -04:00
parent a77ee55771
commit 8a39d5ff72

View File

@ -40,16 +40,16 @@
Summary: The Kerberos network authentication system Summary: The Kerberos network authentication system
Name: krb5 Name: krb5
Version: 1.11.4 Version: 1.12
Release: 2%{?dist} Release: 0%{?dist}.alpha1.0
# Maybe we should explode from the now-available-to-everybody tarball instead? # Maybe we should explode from the now-available-to-everybody tarball instead?
# http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.4-signed.tar # http://web.mit.edu/kerberos/dist/krb5/1.12/krb5-1.12-alpha1-signed.tar
Source0: krb5-%{version}.tar.gz Source0: krb5-%{version}-alpha1.tar.gz
Source1: krb5-%{version}.tar.gz.asc Source1: krb5-%{version}-alpha1.tar.gz.asc
# Use a dummy krb5-%{version}-pdf.tar.xz the first time through, then # Use a dummy krb5-%{version}-pdf.tar.xz the first time through, then
# tar cvJf $RPM_SOURCE_DIR/krb5-%%{version}-pdf.tar.xz build-pdf/*.pdf # tar cvJf $RPM_SOURCE_DIR/krb5-%%{version}-pdf.tar.xz build-pdf/*.pdf
# after the build phase finishes. # after the build phase finishes.
Source3: krb5-%{version}-pdf.tar.xz Source3: krb5-%{version}-alpha1-pdf.tar.xz
Source2: kprop.service Source2: kprop.service
Source4: kadmin.service Source4: kadmin.service
Source5: krb5kdc.service Source5: krb5kdc.service
@ -308,7 +308,7 @@ to obtain initial credentials from a KDC using a private key and a
certificate. certificate.
%prep %prep
%setup -q -n %{name}-%{version} -a 3 -a 100 %setup -q -n %{name}-%{version}-alpha1 -a 3 -a 100
ln -s NOTICE LICENSE ln -s NOTICE LICENSE
%patch301 -p1 -b .persistent-keyring %patch301 -p1 -b .persistent-keyring
@ -389,7 +389,6 @@ cfg="src/kadmin/testing/proto/kdc.conf.proto \
src/kadmin/testing/proto/krb5.conf.proto \ src/kadmin/testing/proto/krb5.conf.proto \
src/lib/kadm5/unit-test/api.current/init-v2.exp \ src/lib/kadm5/unit-test/api.current/init-v2.exp \
src/util/k5test.py \ src/util/k5test.py \
src/tests/kdc_realm/input_conf/*.conf \
src/tests/mk_migr/ldap_backend/input_conf/*.conf \ src/tests/mk_migr/ldap_backend/input_conf/*.conf \
src/tests/mk_migr/db2_backend/input_conf/*.conf" src/tests/mk_migr/db2_backend/input_conf/*.conf"
LONG_BIT=`getconf LONG_BIT` LONG_BIT=`getconf LONG_BIT`
@ -1040,6 +1039,9 @@ exit 0
- add some minimal description to the top of the wrapper scripts we use - add some minimal description to the top of the wrapper scripts we use
when starting krb5kdc and kadmind to describe why they exist (tooling) when starting krb5kdc and kadmind to describe why they exist (tooling)
* Thu Oct 17 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.12-alpha1.0
- initial update to alpha1
* Wed Oct 16 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-26 * Wed Oct 16 2013 Nalin Dahyabhai <nalin@redhat.com> - 1.11.3-26
- create and own /etc/gss (#1019937) - create and own /etc/gss (#1019937)