Blame SPECS/cockpit-leapp.spec

7c953f
Name:           cockpit-leapp
7c953f
Version:        0.1.6
7c953f
Release:        5%{?dist}
7c953f
Summary:        Leapp in-place upgrade Cockpit UI
7c953f
7c953f
License:        LGPLv2+
7c953f
URL:            https://github.com/oamg/cockpit-leapp
7c953f
Source0:        cockpit-leapp-%{version}.tar.gz
7c953f
7c953f
BuildArch:      noarch
7c953f
7c953f
Requires:       cockpit
7c953f
7c953f
#TODO: require just leapp-upgrade rpm for now as we probably want to upgrade
7c953f
# cockpit-leapp package from RHEL 7 during IPU 7 -> 8. however, other leapp
7c953f
# related packages must not be touched during the upgrade. Possibly we will
7c953f
# need a change in the cockpit-leapp code. For now we are going this way
7c953f
# to enable testing possibilities.
7c953f
Requires:       leapp-upgrade
7c953f
7c953f
%description
7c953f
Leapp in-place upgrade Cockpit UI
7c953f
7c953f
%prep
7c953f
%setup -q -n cockpit-leapp-%{version}
7c953f
7c953f
%build
7c953f
# Nothing to build
7c953f
7c953f
%install
7c953f
mkdir -p %{buildroot}/%{_datadir}/cockpit/leapp
7c953f
cp -r public/* %{buildroot}/%{_datadir}/cockpit/leapp
7c953f
7c953f
%files
7c953f
%license LICENSE.txt
7c953f
%{_datadir}/cockpit/leapp
7c953f
7c953f
%post
7c953f
touch %{_localstatedir}/log/leapp/remediations
7c953f
7c953f
7c953f
%changelog
7c953f
* Thu Mar 20 2022 Petr Stodulka <pstodulk@redhat.com> - 0.1.6-5
7c953f
- Rebuild
7c953f
- Resolves: #2037743
7c953f
7c953f
* Tue Jan 25 2022 Petr Stodulka <pstodulk@redhat.com> - 0.1.6-3
7c953f
- Updated dependencies to make possible the upgrade of the package
7c953f
  during IPU 7 -> 8
7c953f
- Resolves: #2037743
7c953f
7c953f
* Wed Oct 27 2021 Petr Stodulka <pstodulk@redhat.com> - 0.1.6-2
7c953f
- Updated dependencies regarding rename of binary packages
7c953f
  in leapp-repository
7c953f
  Resolves: #2017115
7c953f
7c953f
* Mon Oct 25 2021 Dominik Rehak <drehak@redhat.com> - 0.1.6-1
7c953f
- Update to 0.1.6
7c953f
- Fix showing report entries with unknown resource types
7c953f
  Resolves: #2017115
7c953f
7c953f
* Thu Oct 22 2020 Dominik Rehak <drehak@redhat.com> - 0.1.5-1
7c953f
- Update to 0.1.5
7c953f
- Fix execution of remediations and error redirect
7c953f
  Resolves: #1890682
7c953f
7c953f
* Thu Sep 17 2020 Dominik Rehak <drehak@redhat.com> - 0.1.4-1
7c953f
- Update to 0.1.4
7c953f
- Require superuser in all file/process API calls
7c953f
  Resolves: #1859779
7c953f
7c953f
* Wed Sep 09 2020 Dominik Rehak <drehak@redhat.com> - 0.1.3-1
7c953f
- Update to 0.1.3
7c953f
- Fix running remediation commands
7c953f
  Resolves: #1877313
7c953f
- Fix showing report when not logged in as superuser
7c953f
  Resolves: #1859779
7c953f
7c953f
* Wed Sep 02 2020 Dominik Rehak <drehak@redhat.com> - 0.1.2-1
7c953f
- Update to 0.1.2
7c953f
- Fix showing remediations when leapp is killed
7c953f
  Resolves: #1873184
7c953f
- Add support of dialog related report entries
7c953f
  Resolves: #1873608
7c953f
7c953f
* Tue Nov 26 2019 Petr Stodulka <pstodulk@redhat.com> - 0.1.1-1
7c953f
- Update to 0.1.1
7c953f
- Fix crash issues due to invalid severity in report
7c953f
  Resolves: #1776938
7c953f
7c953f
* Fri Nov 01 2019 Michal Reznik <mreznik@redhat.com> - 0.1.0-5
7c953f
- Add "back" button to "Remediation Plan"
7c953f
7c953f
* Wed Oct 30 2019 Michal Reznik <mreznik@redhat.com> - 0.1.0-4
7c953f
- Add "remediations" file to /var/log/leapp