First release candidate for FreeIPA 4.8.0
This commit is contained in:
parent
21ff3cd3b5
commit
7d9a415144
2
.gitignore
vendored
2
.gitignore
vendored
@ -72,3 +72,5 @@
|
||||
/freeipa-4.7.1.tar.gz.asc
|
||||
/freeipa-4.7.2.tar.gz
|
||||
/freeipa-4.7.2.tar.gz.asc
|
||||
/freeipa-4.7.90.pre1.tar.gz
|
||||
/freeipa-4.7.90.pre1.tar.gz.asc
|
||||
|
16
freeipa.spec
16
freeipa.spec
@ -76,7 +76,7 @@
|
||||
# 0.7.16: https://github.com/drkjam/netaddr/issues/71
|
||||
%global python_netaddr_version 0.7.16
|
||||
# Require 4.7.0 which brings Python 3 bindings
|
||||
%global samba_version 2:4.7.0
|
||||
%global samba_version 2:4.9.0
|
||||
# DNSSEC AVC violation, RHBZ#1537971
|
||||
%global selinux_policy_version 3.13.1-283.24
|
||||
%global slapi_nis_version 0.56.1
|
||||
@ -121,7 +121,7 @@
|
||||
|
||||
# Work-around fact that RPM SPEC parser does not accept
|
||||
# "Version: @VERSION@" in freeipa.spec.in used for Autoconf string replacement
|
||||
%define IPA_VERSION 4.7.2
|
||||
%define IPA_VERSION 4.7.90.pre1
|
||||
%define AT_SIGN @
|
||||
# redefine IPA_VERSION only if its value matches the Autoconf placeholder
|
||||
%if "%{IPA_VERSION}" == "%{AT_SIGN}VERSION%{AT_SIGN}"
|
||||
@ -130,20 +130,13 @@
|
||||
|
||||
Name: %{package_name}
|
||||
Version: %{IPA_VERSION}
|
||||
Release: 8%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: The Identity, Policy and Audit system
|
||||
|
||||
License: GPLv3+
|
||||
URL: http://www.freeipa.org/
|
||||
Source0: https://releases.pagure.org/freeipa/freeipa-%{version}.tar.gz
|
||||
Source1: https://releases.pagure.org/freeipa/freeipa-%{version}.tar.gz.asc
|
||||
Patch0001: freeipa-git-master-build-fixes.patch
|
||||
Patch0002: fedora-30-fs.protected_regular.patch
|
||||
Patch0003: fedora-30-samba4-remove-dep-on-talloc_strackframe-memory.patch
|
||||
Patch0004: fedora-30-nfs-utils-fixes.patch
|
||||
Patch0005: fedora-30-support-samba-4-10.patch
|
||||
Patch0006: fedora-30-move-ds-systemd-snippet.patch
|
||||
Patch0007: fedora-30-remove_dsinstance.request_service_keytab.patch
|
||||
|
||||
# For the timestamp trick in patch application
|
||||
BuildRequires: diffstat
|
||||
@ -1352,6 +1345,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2019 Alexander Bokovoy <abokovoy@redhat.com> - 4.7.90.pre1-1
|
||||
- First release candidate for FreeIPA 4.8.0
|
||||
|
||||
* Sat Apr 06 2019 Alexander Bokovoy <abokovoy@redhat.com> - 4.7.2-8
|
||||
- Fixed: rhbz#1696963 (Failed to install replica)
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,4 @@
|
||||
SHA512 (freeipa-4.7.2.tar.gz) = 11d805fe0c085b285bace571912c3b541fc5aa9207c87ec31e22ac5fcfd2fa410e9a7ce4aafc88821e57c0be99a38d98d0c824e46bc85d968b4937f8599d9d5f
|
||||
SHA512 (freeipa-4.7.2.tar.gz.asc) = ab4215555eb6458ccefc0038976d39ed3f708eaa6bc7fe7eea3e72af285665501da6275c881897584d178f4a1ea290d23051a1591f1b14b30691fea1cc05b641
|
||||
SHA512 (freeipa-4.7.90.pre1.tar.gz) = 97c61d24f37b72aca838e6b67756af106329d8a933e6c8f7eaff362aae7943463b0efa5a6f99874513e95621666fc0a9adf58b44d5fa0be9b10e64c8ce2d9235
|
||||
SHA512 (freeipa-4.7.90.pre1.tar.gz.asc) = 0109dfa2846fbac79c7ef8b7427ce96d3d1a1aac8998d66616194fe30501e342bf6c1f251d460ddd4fd9d3f7d8ab100358adbd26c7bfc69e393a1a1c3ef1c016
|
||||
|
Loading…
Reference in New Issue
Block a user