Blame SPECS/cockpit-leapp.spec

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