Add forgotten anaconda.spec file
This commit is contained in:
parent
430819b58c
commit
101e88e0c3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 20.1
|
Version: 20.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -40,7 +40,7 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
%define iscsiver 6.2.0.870-3
|
%define iscsiver 6.2.0.870-3
|
||||||
%define rpmver 4.10.0
|
%define rpmver 4.10.0
|
||||||
%define libarchivever 3.0.4
|
%define libarchivever 3.0.4
|
||||||
%define langtablever 0.0.5-1
|
%define langtablever 0.0.7-1
|
||||||
|
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
BuildRequires: gettext >= %{gettextver}
|
BuildRequires: gettext >= %{gettextver}
|
||||||
@ -92,7 +92,6 @@ Requires: yum >= %{yumver}
|
|||||||
Requires: python-urlgrabber >= %{pythonurlgrabberver}
|
Requires: python-urlgrabber >= %{pythonurlgrabberver}
|
||||||
Requires: system-logos
|
Requires: system-logos
|
||||||
Requires: pykickstart >= %{pykickstartver}
|
Requires: pykickstart >= %{pykickstartver}
|
||||||
Requires: python-babel
|
|
||||||
Requires: langtable-data >= %{langtablever}
|
Requires: langtable-data >= %{langtablever}
|
||||||
Requires: langtable-python >= %{langtablever}
|
Requires: langtable-python >= %{langtablever}
|
||||||
Requires: libuser-python
|
Requires: libuser-python
|
||||||
@ -256,6 +255,15 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 15 2013 Brian C. Lane <bcl@redhat.com> - 20.2-1
|
||||||
|
- Use the new wait for connectivity function (mkolman)
|
||||||
|
- Improve waiting for network connectivity (mkolman)
|
||||||
|
- Use langtable to get default layout instead of our magic (#485137) (vpodzime)
|
||||||
|
- Adapt to the new localization module (vpodzime)
|
||||||
|
- Rewrite the localization module (vpodzime)
|
||||||
|
- Make the Welcome spoke wait for Geolocation lookup to finish (#975193)
|
||||||
|
(mkolman)
|
||||||
|
|
||||||
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 20.1-1
|
* Tue Jul 09 2013 Brian C. Lane <bcl@redhat.com> - 20.1-1
|
||||||
|
|
||||||
* Thu May 23 2013 Brian C. Lane <bcl@redhat.com> - 19.30-1
|
* Thu May 23 2013 Brian C. Lane <bcl@redhat.com> - 19.30-1
|
||||||
|
Loading…
Reference in New Issue
Block a user