[virt-who] Fix permission of /etc/sysconfig/virt-who file

Radek Novacek rnovacek at fedoraproject.org
Tue Feb 3 08:55:51 UTC 2015


commit 6b16186906eef2424e2716e81a97d07e7e124489
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Tue Feb 3 09:55:50 2015 +0100

    Fix permission of /etc/sysconfig/virt-who file
    
    - Resolves: #1186034

 virt-who.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/virt-who.spec b/virt-who.spec
index 182d928..84073d1 100644
--- a/virt-who.spec
+++ b/virt-who.spec
@@ -1,6 +1,6 @@
 Name:           virt-who
 Version:        0.8
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Agent for reporting virtual guest IDs to subscription-manager
 
 License:        GPLv2+
@@ -78,11 +78,15 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %{_bindir}/virt-who
 %{_datadir}/virt-who/
 %{_unitdir}/virt-who.service
-%config(noreplace) %{_sysconfdir}/sysconfig/virt-who
+%attr(600, root, root) %config(noreplace) %{_sysconfdir}/sysconfig/virt-who
 %{_mandir}/man8/virt-who.8.gz
 
 
 %changelog
+* Tue Feb 03 2015 Radek Novacek <rnovacek at redhat.com> 0.8-11
+- Fix permission of /etc/sysconfig/virt-who file
+- Resolves: #1186034
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list