#1 Enable devel subpackage
Merged 6 years ago by lsm5. Opened 6 years ago by jchaloup.
rpms/ jchaloup/containernetworking-cni master  into  master

file modified
+7 -4
@@ -1,5 +1,5 @@ 

  %if 0%{?fedora}

- %global with_devel 0

+ %global with_devel 1

  %global with_bundled 1

  %global with_debug 0

  %global with_check 0
@@ -34,7 +34,7 @@ 

  

  Name:           containernetworking-cni

  Version:        0.5.2

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        Libraries for writing CNI plugin

  License:        ASL 2.0

  URL:            https://%{provider_prefix}
@@ -262,17 +262,20 @@ 

  %if 0%{?with_devel}

  %files devel -f devel.file-list

  %license LICENSE

- %doc README.md CONVENTIONS.md SPEC.md CONTRIBUTING.md ROADMAP.md

+ %doc *.md

  %dir %{gopath}/src/%{provider}.%{provider_tld}/%{project}

  %endif

  

  %if 0%{?with_unit_test} && 0%{?with_devel}

  %files unit-test-devel -f unit-test-devel.file-list

  %license LICENSE

- %doc README.md CONVENTIONS.md SPEC.md CONTRIBUTING.md ROADMAP.md

+ %doc *.md

  %endif

  

  %changelog

+ * Thu Aug 24 2017 Jan Chaloupka <jchaloup@redhat.com> - 0.5.2-6

+ - Enable devel subpackage

+ 

  * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-5

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

  

Pull-Request has been merged by lsm5

6 years ago
Metadata