[bwm-ng] Fix spec-file corruption caused by previous patch.

corsepiu corsepiu at fedoraproject.org
Sun Oct 13 15:36:18 UTC 2013


commit c25c060ebc1c5b7bacaf4b1393f1be2e7e322437
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Sun Oct 13 17:36:09 2013 +0200

    Fix spec-file corruption caused by previous patch.
    
    - Rebuild for libstatgrab.

 bwm-ng.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/bwm-ng.spec b/bwm-ng.spec
index 4e118d2..01134da 100644
--- a/bwm-ng.spec
+++ b/bwm-ng.spec
@@ -1,6 +1,6 @@
 Name:           bwm-ng
 Version:        0.6
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Bandwidth Monitor NG
 License:        GPLv2+
 URL:            http://www.volker-gropp.de/?id=projects&sub=bwm-ng
@@ -44,7 +44,7 @@ make %{?_smp_mflags}
 
 %install
 install -pDm755 src/bwm-ng %{buildroot}%{_bindir}/bwm-ng
-install -pDm644 %{S:1} %{buil1008278droot}%{_sysconfdir}/bwm-ng.conf
+install -pDm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bwm-ng.conf
 install -pDm644 bwm-ng.1 %{buildroot}%{_mandir}/man1/bwm-ng.1
 
 %files
@@ -54,6 +54,10 @@ install -pDm644 bwm-ng.1 %{buildroot}%{_mandir}/man1/bwm-ng.1
 %{_mandir}/man1/bwm-ng.1*
 
 %changelog
+* Sun Oct 13 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.6-13
+- Fix spec-file corruption caused by previous patch.
+- Rebuild for libstatgrab.
+
 * Mon Sep 16 2013 Christopher Meng <rpm at cicku.me> - 0.6-12
 - Rebuild for libstatgrab(BZ#1008278).
 


More information about the scm-commits mailing list