#3 Update to 1.20.10 release
Closed 4 years ago by acardace. Opened 4 years ago by acardace.
rpms/ acardace/NetworkManager f31  into  f31

file modified
+1
@@ -364,3 +364,4 @@ 

  /NetworkManager-1.20.4.tar.xz

  /NetworkManager-1.20.6.tar.xz

  /NetworkManager-1.20.8.tar.xz

+ /NetworkManager-1.20.10.tar.xz

file modified
+5 -2
@@ -5,8 +5,8 @@ 

  %global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)

  

  %global epoch_version 1

- %global rpm_version 1.20.8

- %global real_version 1.20.8

+ %global rpm_version 1.20.10

+ %global real_version 1.20.10

  %global release_version 1

  %global snapshot %{nil}

  %global git_sha %{nil}
@@ -972,6 +972,9 @@ 

  

  

  %changelog

+ * Mon Jan 13 2020 Antonio Cardace <acardace@redhat.com> - 1:1.20.10-1

+ - Update to 1.20.10 release

+ 

  * Mon Nov 25 2019 Lubomir Rintel <lkundrak@v3.sk> - 1:1.20.8-1

  - Update to 1.20.8 release

  

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

- SHA512 (NetworkManager-1.20.8.tar.xz) = e61335e88be83de56d0867bcceb8f73ae426ce708da0849a22542d3cfdfb47b16c179f6974eb916ba6b178c0b251c7f039bc45cb8a1b5b2b6b273b2a2e507c18

+ SHA512 (NetworkManager-1.20.10.tar.xz) = a239b49dc73d464d87d5021c5a27396103b262d63bb8669209e187b9145fea18bedf9a1adc42d3ff1437b1d087a95b830bf8ed335a2aa10eec794f031c809793

no initial comment

Thanks, applied.

I think it's also okay if you push version rebases directly without the hassle of opening a pull request.

Note that the CI failed because you haven't uploaded the source tarball into the lookaside cache. You need to do that in order to be able to do the builds. I've done that now:

$ fedpkg new-sources NetworkManager-1.20.10.tar.xz

Thanks @lkundrak, I was trying to but having issues with FAS authentication and opened a PR instead.

Pull-Request has been closed by acardace

4 years ago