#2 update to 1.8 (RHBZ#1592455)
Merged 5 years ago by jkastner. Opened 5 years ago by jkastner.
rpms/ jkastner/cbootimage master  into  master

update to 1.8 (RHBZ#1592455)
Jiri Kastner • 5 years ago  
file modified
+7 -9
@@ -1,16 +1,11 @@ 

- %global commit0 a64c3f12b1b048096d90c44db74d3d110cea6fff

- %global gittag0 v1.7

- %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

- 

  Name:           cbootimage

- Version:        1.7

- Release:        5%{?dist}

+ Version:        1.8

+ Release:        1%{?dist}

  Summary:       	Tools to dump and generate boot config table on Tegra devices

  

  License:        GPLv2

  URL:            https://github.com/NVIDIA/cbootimage

- Source0:        https://github.com/NVIDIA/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz

- 

+ Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz

  BuildRequires:  libtool

  

  
@@ -27,7 +22,7 @@ 

  

  

  %prep

- %autosetup -n %{name}-%{commit0}

+ %autosetup -n %{name}-%{version}

  

  

  %build
@@ -47,6 +42,9 @@ 

  %{_mandir}/man1/*.1.*

  

  %changelog

+ * Mon Jun 18 2018 Jiri Kastner <jkastner@redhat.com> - 1.8-1

+ - update to 1.8 (RHBZ#1592455)

+ 

  * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- fcd3ee214813e2103d279793f3295348  cbootimage-a64c3f1.tar.gz

+ SHA512 (cbootimage-1.8.tar.gz) = ef24a40dae2323b4e3c6a1325b9615835044d5a123d93d7d0392bc47df51aad4719ca60bb74fe2ccc14c37fa9ad706371501cf30ea4c3dc4ea26b8e3c2feae2a

looks good, simple-koji-ci passed

Pull-Request has been merged by jkastner

5 years ago