|
|
|
@ -1,40 +1,35 @@
|
|
|
|
|
Name: powerpc-utils
|
|
|
|
|
Version: 1.3.10
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: PERL-based scripts for maintaining and servicing PowerPC systems
|
|
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://github.com/ibm-power-utilities/powerpc-utils
|
|
|
|
|
Source0: https://github.com/ibm-power-utilities/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: nx-gzip.udev
|
|
|
|
|
Patch0: powerpc-utils-1.3.10-manpages.patch
|
|
|
|
|
Patch1: powerpc-utils-1.3.10-distro.patch
|
|
|
|
|
Name: powerpc-utils
|
|
|
|
|
Version: 1.3.10
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: PERL-based scripts for maintaining and servicing PowerPC systems
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: https://github.com/ibm-power-utilities/powerpc-utils
|
|
|
|
|
Source0: https://github.com/ibm-power-utilities/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
Patch0: powerpc-utils-1.3.10-manpages.patch
|
|
|
|
|
Patch1: powerpc-utils-1.3.10-distro.patch
|
|
|
|
|
# bz#2121470, Fix lsslot -c mem output when using 4GB LMB size
|
|
|
|
|
Patch3: powerpc-utils-b1b9e7-LMB_size_4GB.patch
|
|
|
|
|
Patch4: powerpc-utils-e1f1de-lmb_address_in_hexadecimal.patch
|
|
|
|
|
# bz#2110129, Add NVMf-FC boot support for Power - powerpc-utils
|
|
|
|
|
Patch5: powerpc-utils-c01580-add_NVMf-FC_boot_support_part1.patch
|
|
|
|
|
Patch6: powerpc-utils-2fbd7c-add_NVMf-FC_boot_support_part2.patch
|
|
|
|
|
Patch7: powerpc-utils-git3847a1-support_multiple_dev_paths_for_a_nvmf_boot_device.patch
|
|
|
|
|
Patch8: powerpc-utils-git04e5c9-handle_nsid_as_hex.patch
|
|
|
|
|
Patch9: powerpc-utils-fix_setting_primary_slave_across_reboots.patch
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: ppc %{power64}
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
BuildRequires: librtas-devel >= 1.4.0
|
|
|
|
|
BuildRequires: libservicelog-devel >= 1.0.1-2
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: numactl-devel
|
|
|
|
|
Patch3: powerpc-utils-b1b9e7-LMB_size_4GB.patch
|
|
|
|
|
Patch4: powerpc-utils-e1f1de-lmb_address_in_hexadecimal.patch
|
|
|
|
|
Patch5: powerpc-utils-fix_setting_primary_slave_across_reboots.patch
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: ppc %{power64}
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
BuildRequires: librtas-devel >= 1.4.0
|
|
|
|
|
BuildRequires: libservicelog-devel >= 1.0.1-2
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: numactl-devel
|
|
|
|
|
|
|
|
|
|
# rtas_dump explicit dependency
|
|
|
|
|
Requires: perl(Data::Dumper)
|
|
|
|
|
Requires: %{name}-core = %{version}-%{release}
|
|
|
|
|
Requires: perl(Data::Dumper)
|
|
|
|
|
Requires: %{name}-core = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
PERL-based scripts for maintaining and servicing PowerPC systems.
|
|
|
|
@ -47,20 +42,13 @@ Requires(preun): systemd
|
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
Requires: kmod
|
|
|
|
|
Requires: which
|
|
|
|
|
Requires: /usr/bin/awk
|
|
|
|
|
Requires: /usr/bin/basename
|
|
|
|
|
Requires: /usr/bin/bc
|
|
|
|
|
Requires: /usr/bin/cat
|
|
|
|
|
Requires: /usr/bin/cut
|
|
|
|
|
Requires: /usr/bin/echo
|
|
|
|
|
Requires: /usr/bin/find
|
|
|
|
|
Requires: /bin/grep
|
|
|
|
|
Requires: /usr/bin/head
|
|
|
|
|
Requires: /usr/bin/ls
|
|
|
|
|
Requires: /usr/bin/sed
|
|
|
|
|
Requires: /usr/bin/tr
|
|
|
|
|
Requires: /usr/bin/udevadm
|
|
|
|
|
|
|
|
|
|
Requires: gawk
|
|
|
|
|
Requires: bc
|
|
|
|
|
Requires: findutils
|
|
|
|
|
Requires: grep
|
|
|
|
|
Requires: sed
|
|
|
|
|
Requires: systemd-udev
|
|
|
|
|
Requires: coreutils
|
|
|
|
|
|
|
|
|
|
%description core
|
|
|
|
|
Core utilities for maintaining and servicing PowerPC systems.
|
|
|
|
@ -69,6 +57,7 @@ Core utilities for maintaining and servicing PowerPC systems.
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
|
./autogen.sh
|
|
|
|
@ -88,9 +77,6 @@ install $RPM_BUILD_ROOT/usr/share/doc/packages/powerpc-utils/* -t $RPM_BUILD_ROO
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc/packages/powerpc-utils
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_pkgdocdir}/COPYING
|
|
|
|
|
|
|
|
|
|
# install udev rule for the nx-gzip accelerator
|
|
|
|
|
install -pDm 644 %{SOURCE1} %{buildroot}%{_udevrulesdir}/90-nx-gzip.rules
|
|
|
|
|
|
|
|
|
|
# remove init script and perl script. They are deprecated
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/etc/init.d/ibmvscsis.sh $RPM_BUILD_ROOT/usr/sbin/vscsisadmin
|
|
|
|
|
|
|
|
|
@ -171,7 +157,6 @@ systemctl enable hcn-init.service >/dev/null 2>&1 || :
|
|
|
|
|
%{_sbindir}/pseries_platform
|
|
|
|
|
%{_sbindir}/drmgr
|
|
|
|
|
%{_sbindir}/lparnumascore
|
|
|
|
|
%{_udevrulesdir}/90-nx-gzip.rules
|
|
|
|
|
%{_mandir}/man1/amsstat.1*
|
|
|
|
|
%{_mandir}/man5/lparcfg.5*
|
|
|
|
|
%{_mandir}/man8/activate_firmware.8*
|
|
|
|
@ -205,129 +190,113 @@ systemctl enable hcn-init.service >/dev/null 2>&1 || :
|
|
|
|
|
%{_mandir}/man8/drmgr.8*
|
|
|
|
|
%{_mandir}/man8/lparnumascore.8*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 12 2022 Than Ngo <than@redhat.com> - 1.3.10-5
|
|
|
|
|
- Resolves: #2125152, HNV bond fails to come up with sriov interface as active slave
|
|
|
|
|
* Wed Aug 16 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.3.10-3
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Dec 08 2022 Than Ngo <than@redhat.com> - 1.3.10-4
|
|
|
|
|
- Resolves: #2150698, handle nsid of nvmf device as hexadecimal number
|
|
|
|
|
- Resolves: #2150697, setup multiple device path for a nvmf boot device
|
|
|
|
|
* Mon Nov 28 2022 Than Ngo <than@redhat.com> - 1.3.10-3
|
|
|
|
|
- Resolves: #2148878, HNV bond fails to come up with sriov interface as active slave
|
|
|
|
|
|
|
|
|
|
* Thu Nov 03 2022 Than Ngo <than@redhat.com> - 1.3.10-3
|
|
|
|
|
- Resolves: #2111991, Add udev rule for the nx-gzip in to the core subpackage
|
|
|
|
|
- Resolves: #2121470, Fix lsslot -c mem output when using 4GB LMB size
|
|
|
|
|
- Resolves: #2110129, Add NVMf-FC boot support for Power
|
|
|
|
|
|
|
|
|
|
* Mon Jun 06 2022 Than Ngo <than@redhat.com> - 1.3.10-2
|
|
|
|
|
- Related: #2089106, install smt.state as config file
|
|
|
|
|
* Fri Oct 21 2022 Than Ngo <than@redhat.com> - 1.3.10-2
|
|
|
|
|
- Resolves: #2121481, Fix lsslot -c mem output when using 4GB LMB size
|
|
|
|
|
|
|
|
|
|
* Mon Jun 06 2022 Than Ngo <than@redhat.com> - 1.3.10-1
|
|
|
|
|
- Resolves: #1920964, P10 Power Mode Reporting
|
|
|
|
|
- Resolves: #2050893, Linux Hybrid Network Virtualizatio
|
|
|
|
|
- Resolves: #2065169, bootloader fails to update boot order after OS install
|
|
|
|
|
- Resolves: #2071862, Fix NM HNV setting primary slave
|
|
|
|
|
- Resolves: #2089106, smtstate --save command failed
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Than Ngo <than@redhat.com> - 1.3.9-6
|
|
|
|
|
- Resolves: #2039201, santize devspec output of a newline if one is present
|
|
|
|
|
- Resolves: #2051330, Linux Hybrid Network Virtualization update
|
|
|
|
|
- Resolves: #2083469, smtstate --save command failed
|
|
|
|
|
|
|
|
|
|
* Tue Dec 07 2021 Than Ngo <than@redhat.com> - 1.3.9-5
|
|
|
|
|
- Resolves: #2024038 - HNV interface fails to configure when added in lpar shutdown state
|
|
|
|
|
* Fri May 13 2022 Than Ngo <than@redhat.com> - 1.3.9-3
|
|
|
|
|
- Resolves: #2059459, add new DRC type description strings for latest PCIe slot types
|
|
|
|
|
- Resolves: #2078514, Fix NM HNV setting primary slave
|
|
|
|
|
- Resolves: #2083469, smtstate test failed as smtstate --save command failed
|
|
|
|
|
|
|
|
|
|
* Thu Nov 11 2021 Than Ngo <than@redhat.com> - 1.3.9-4
|
|
|
|
|
- enable support vnic as backend for HNV interface
|
|
|
|
|
- fixed hexdump format
|
|
|
|
|
Resolves: #2022235
|
|
|
|
|
* Thu Dec 09 2021 Than Ngo <than@redhat.com> - 1.3.9-1
|
|
|
|
|
- Resolves: #2028690, rebase to 1.3.9
|
|
|
|
|
|
|
|
|
|
* Wed Oct 20 2021 Than Ngo <than@redhat.com> - 1.3.9-3
|
|
|
|
|
- Resolves: #2014916, marked smt.state as %%ghost
|
|
|
|
|
* Thu Dec 02 2021 Than Ngo <than@redhat.com> - 1.3.8-10
|
|
|
|
|
- Related: #2022225, increase release
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.9-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Nov 11 2021 Than Ngo <than@redhat.com> - 1.3.8-9
|
|
|
|
|
- Resolves: #2022225, enable support vnic as backend for HNV interfaces
|
|
|
|
|
|
|
|
|
|
* Mon Jul 19 2021 Than Ngo <than@redhat.com> - 1.3.9-1
|
|
|
|
|
- Resolves: #1873868, rebase to 1.3.9
|
|
|
|
|
* Thu Oct 07 2021 Than Ngo <than@redhat.com> - 1.3.8-8
|
|
|
|
|
- lsdevinfo: optimize criteria filtering
|
|
|
|
|
|
|
|
|
|
* Fri Jun 11 2021 Than Ngo <than@redhat.com> - 1.3.8-9
|
|
|
|
|
- Resolves: #1937038, New lparstat -x option to report the security flavor
|
|
|
|
|
- Use od instead xxd
|
|
|
|
|
- rebase patch fix_boot-time_bonding_interface_cleanup_and_avoid_use_ifcfg
|
|
|
|
|
- ppc64_cpu --help does not list --version as an option
|
|
|
|
|
- take care of NUMA topology when removing memory (DLPAR)
|
|
|
|
|
* Fri Jul 16 2021 Than Ngo <than@redhat.com> - 1.3.8-7
|
|
|
|
|
- Related: #1938420, Fix checking HCNID array size at boot time
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3.8-8
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Apr 01 2021 Than Ngo <than@redhat.com> - 1.3.8-6
|
|
|
|
|
- Resolves: #1935658, New lparstat -x option to report the security flavor
|
|
|
|
|
- Resolves: #1953818, Use od instead xxd
|
|
|
|
|
- Resolves: #1938420, rebase patch fix_boot-time_bonding_interface_cleanup_and_avoid_use_ifcfg
|
|
|
|
|
- Resolves: #1940358, ppc64_cpu --help does not list --version as an option
|
|
|
|
|
- Resolves: #1951068, take care of NUMA topology when removing memory (DLPAR)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Than Ngo <than@redhat.com> - 1.3.8-7
|
|
|
|
|
- updated hcnmgr manpage
|
|
|
|
|
* Wed Feb 03 2021 Than Ngo <than@redhat.com> - 1.3.8-5
|
|
|
|
|
- Resolves: #1924150, Fix boot-time bonding interface cleanup and avoid use ifcfg
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Than Ngo <than@redhat.com> - 1.3.8-6
|
|
|
|
|
- Fix boot-time bonding interface cleanup and avoid use ifcfg
|
|
|
|
|
* Mon Dec 21 2020 Than Ngo <than@redhat.com> - 1.3.8-4
|
|
|
|
|
- Resolves: #1909526, additional patches to support Linux Hybrid Network Virtualization
|
|
|
|
|
- Resolves: #1909135, move commands that dont depend on perl to core subpackage
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.8-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Tue Oct 06 2020 Than Ngo <than@redhat.com> - 1.3.8-3
|
|
|
|
|
- Resolves: #1868474, ofpathname: Use NVMe controller physical nsid
|
|
|
|
|
- Resolves: #1885532, sys_ident: Skip length field from search
|
|
|
|
|
|
|
|
|
|
* Tue Dec 22 2020 Than Ngo <than@redhat.com> - 1.3.8-4
|
|
|
|
|
- additional patches to support Linux Hybrid Network Virtualization
|
|
|
|
|
- move commands that dont depend on perl to core subpackage
|
|
|
|
|
- update hcnmgr patch
|
|
|
|
|
- sys_ident: Skip length field from search
|
|
|
|
|
- ofpathname: Use NVMe controller physical nsid
|
|
|
|
|
* Thu Oct 01 2020 Than Ngo <than@redhat.com> - 1.3.8-2
|
|
|
|
|
- Related: #1853297, add missing hcnmgr manpage and Req on which
|
|
|
|
|
|
|
|
|
|
* Thu Oct 01 2020 Than Ngo <than@redhat.com> - 1.3.8-3
|
|
|
|
|
- add hcnmgr man page
|
|
|
|
|
* Thu Oct 01 2020 Than Ngo <than@redhat.com> - 1.3.8-1
|
|
|
|
|
- Resolves: #1853297, rebase to 1.3.8
|
|
|
|
|
- Resolves: #1802181, SR-IOV - Linux Hybrid Network Virtualization
|
|
|
|
|
- Resolves: #1844421, Include vcpustat
|
|
|
|
|
|
|
|
|
|
* Thu Oct 01 2020 Than Ngo <than@redhat.com> - 1.3.8-2
|
|
|
|
|
- clean up systemd service
|
|
|
|
|
* Wed Jun 24 2020 Than Ngo <than@redhat.com> - 1.3.6-11
|
|
|
|
|
- Resolves: #1847604, ofpathname: failed to boot
|
|
|
|
|
|
|
|
|
|
* Fri Sep 04 2020 Than Ngo <than@redhat.com> - 1.3.8-1
|
|
|
|
|
- update to 1.3.8
|
|
|
|
|
* Fri Jun 19 2020 Than Ngo <than@redhat.com> - 1.3.6-10
|
|
|
|
|
- Resolves: #1848839, update lparstat man page with -E option
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Fri May 22 2020 Than Ngo <than@redhat.com> - 1.3.6-9
|
|
|
|
|
- Resolves: #1837751, ofpathname: speed up l2of_scsi()
|
|
|
|
|
|
|
|
|
|
* Thu Jul 09 2020 Than Ngo <than@redhat.com> - 1.3.7-6
|
|
|
|
|
- Track and expose idle PURR and SPURR ticks
|
|
|
|
|
- ofpathname: speed up l2of_scsi()
|
|
|
|
|
- ofpathname: failed to boot
|
|
|
|
|
- update lparstat man page with -E option
|
|
|
|
|
- enable support for ibm,drc-info property
|
|
|
|
|
* Fri May 15 2020 Than Ngo <than@redhat.com> - 1.3.6-8
|
|
|
|
|
- Related: #1783285, update the patches V4
|
|
|
|
|
|
|
|
|
|
* Sat Mar 28 2020 Than Ngo <than@redhat.com> - 1.3.7-5
|
|
|
|
|
- move drmgr in core to avoid pulling in Perl
|
|
|
|
|
* Wed May 13 2020 Than Ngo <than@redhat.com> - 1.3.6-7
|
|
|
|
|
- Resolves: #1783285, Track and expose idle PURR and SPURR ticks
|
|
|
|
|
|
|
|
|
|
* Mon Mar 09 2020 Than Ngo <than@redhat.com> - 1.3.7-4
|
|
|
|
|
- update_flash_nv: fixup null byte command substitution warning
|
|
|
|
|
- drmgr: Fix segfault when running 'drmgr -c pmig -h'
|
|
|
|
|
* Wed Mar 25 2020 Than Ngo <than@redhat.com> - 1.3.6-6
|
|
|
|
|
- Resolves: #1819566 - move drmgr in core to avoid pulling in Perl
|
|
|
|
|
- Resolves: #1806870 - ignored null byte in input
|
|
|
|
|
- Resolves: #1779197 - enable support for ibm,drc-info property
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
* Wed Dec 04 2019 Than Ngo <than@redhat.com> - 1.3.6-5
|
|
|
|
|
- Resolves: #1779257, Safe bootlist update
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2019 Than Ngo <than@redhat.com> - 1.3.7-2
|
|
|
|
|
- add systemd service to set default system SMT mode
|
|
|
|
|
* Wed Jul 24 2019 Than Ngo <than@redhat.com> - 1.3.6-4
|
|
|
|
|
- Resolves: #1719372 - wrong disk gets booted after installation
|
|
|
|
|
|
|
|
|
|
* Wed Dec 18 2019 Than Ngo <than@redhat.com> - 1.3.7-1
|
|
|
|
|
- update to 1.3.7
|
|
|
|
|
* Fri Jun 07 2019 Than Ngo <than@redhat.com> - 1.3.6-3
|
|
|
|
|
- Resolves: #1718254, improve handling of errors from subsidiary scripts
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
* Wed Jun 05 2019 Than Ngo <than@redhat.com> - 1.3.6-2
|
|
|
|
|
- Resolves: #1716425, lparstat and update_flash fixes
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
* Mon Apr 01 2019 Than Ngo <than@redhat.com> - 1.3.6-1
|
|
|
|
|
- Resolves: #1666618, rebase to 1.3.6
|
|
|
|
|
|
|
|
|
|
* Wed Jan 16 2019 Than Ngo <than@redhat.com> - 1.3.6-1
|
|
|
|
|
- update to 1.3.6
|
|
|
|
|
* Tue Dec 04 2018 Than Ngo <than@redhat.com> - 1.3.5-5
|
|
|
|
|
- Related: #1655903, add missing man pages
|
|
|
|
|
|
|
|
|
|
* Fri Nov 30 2018 Than Ngo <than@redhat.com> - 1.3.5-4
|
|
|
|
|
- install missing pseries_platform and update_flash_nv man pages
|
|
|
|
|
* Tue Dec 04 2018 Than Ngo <than@redhat.com> - 1.3.5-4
|
|
|
|
|
- Resolves: #1655903, lsslot -c mem is not displaying any information
|
|
|
|
|
|
|
|
|
|
* Thu Nov 29 2018 Than Ngo <than@redhat.com> - 1.3.5-3
|
|
|
|
|
- added pseries_platform and update_flash_nv man pages
|
|
|
|
|
* Tue Nov 27 2018 Than Ngo <than@redhat.com> - 1.3.5-3
|
|
|
|
|
- Resolves: #1653621, fix to display logical name using bootlist -o option
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Sat Nov 10 2018 Than Ngo <than@redhat.com> - 1.3.5-2
|
|
|
|
|
- fix metadate issue detected by rpmdiff
|
|
|
|
|
Related: #1608172
|
|
|
|
|
|
|
|
|
|
* Mon Jun 18 2018 Dan Horák <dan[at]danny.cz> - 1.3.5-1
|
|
|
|
|
- Rebased to 1.3.5
|
|
|
|
|