New version 28.14-1
- Use observers in the install manager (vponcova) - Modify readme file for tests (jkonecny) - Do not bump version when testing installation (jkonecny) - Add set up test environment script (jkonecny) - Add dependency solver script (jkonecny) - Differentiate upstream and build-time version (#1493952) (mkolman) - Fix bad bash '*' expansion when loading kernel modules (#1525841) (jkonecny) - Fix connection to a signal in the install manager (vponcova) - Use the InterfaceTemplate in the InstallationInterface (vponcova) - Use the InterfaceTemplate in the TaskInterface (vponcova) - Add a base class for DBus interfaces (vponcova) - Update module manager to use observers (vponcova) - Add DBus observers for better access to proxies. (vponcova) - Remove running CI in mock from Makefile (jkonecny) - Add xfsprogs and git to the test requirements (jkonecny) - The gettext-devel is required by autogen (jkonecny) - Remove kickstart-test dependencies from test requires (jkonecny)
This commit is contained in:
parent
a965da59a9
commit
c2f5cb1406
1
.gitignore
vendored
1
.gitignore
vendored
@ -124,3 +124,4 @@
|
||||
/anaconda-28.11.tar.bz2
|
||||
/anaconda-28.12.tar.bz2
|
||||
/anaconda-28.13.tar.bz2
|
||||
/anaconda-28.14.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 28.13
|
||||
Version: 28.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -44,7 +44,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
%define utillinuxver 2.15.1
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: gettext >= %{gettextver}
|
||||
BuildRequires: gettext-devel >= %{gettextver}
|
||||
BuildRequires: gtk3-devel >= %{gtk3ver}
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gtk3-devel-docs >= %{gtk3ver}
|
||||
@ -241,7 +241,8 @@ runtime on NFS/HTTP/FTP servers or local disks.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
# use actual build-time release number, not tarball creation time release number
|
||||
%configure ANACONDA_RELEASE=%{release}
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -334,6 +335,25 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 18 2017 Martin Kolman <mkolman@redhat.com> - 28.14-1
|
||||
- Use observers in the install manager (vponcova)
|
||||
- Modify readme file for tests (jkonecny)
|
||||
- Do not bump version when testing installation (jkonecny)
|
||||
- Add set up test environment script (jkonecny)
|
||||
- Add dependency solver script (jkonecny)
|
||||
- Differentiate upstream and build-time version (#1493952) (mkolman)
|
||||
- Fix bad bash '*' expansion when loading kernel modules (#1525841) (jkonecny)
|
||||
- Fix connection to a signal in the install manager (vponcova)
|
||||
- Use the InterfaceTemplate in the InstallationInterface (vponcova)
|
||||
- Use the InterfaceTemplate in the TaskInterface (vponcova)
|
||||
- Add a base class for DBus interfaces (vponcova)
|
||||
- Update module manager to use observers (vponcova)
|
||||
- Add DBus observers for better access to proxies. (vponcova)
|
||||
- Remove running CI in mock from Makefile (jkonecny)
|
||||
- Add xfsprogs and git to the test requirements (jkonecny)
|
||||
- The gettext-devel is required by autogen (jkonecny)
|
||||
- Remove kickstart-test dependencies from test requires (jkonecny)
|
||||
|
||||
* Tue Dec 12 2017 Martin Kolman <mkolman@redhat.com> - 28.13-1
|
||||
- Unregister and unpublish all DBus services and objects (vponcova)
|
||||
- Add tests for InstallManager (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-28.13.tar.bz2) = 7496079cc01adb4f7e91aafa79d3f5b109371676c36b5838661f89c64d4aea47f19ef46118c80f2396edc12d400c4ad83534a8f67abd0cb9d44072f31d44c6ca
|
||||
SHA512 (anaconda-28.14.tar.bz2) = 08edf3a260b1b2705a2cdd4e537a3215ab8fbf93e4c4c03776b518267f1aeecab9372e66f6cad833e252c0e33524f869146c23435ead7985aa422ff47bc8000e
|
||||
|
Loading…
Reference in New Issue
Block a user