[Bug 225892] Merge Review: hwbrowser

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 26 10:13:18 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Merge Review: hwbrowser


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=225892





------- Additional Comments From panemade at gmail.com  2007-02-26 05:13 EST -------
You may like to use following patch to SPEC.

--- hwbrowser.spec      2006-11-24 19:49:55.000000000 +0530
+++ hwbrowser-modified.spec     2007-02-26 15:29:41.000000000 +0530
@@ -1,4 +1,4 @@
-Summary: A hardware browser.
+Summary: A hardware browser
 Name: hwbrowser
 Version: 0.30
 Release: 1%{?dist}
@@ -32,6 +32,10 @@
     --sysconfdir=%{_sysconfdir} --includedir=%{_includedir} \
     --libdir=%{_libdir} --bindir=%{_bindir}

+for source in *.py; do
+    sed -i -e '/^#!\/usr/d' $source
+done
+
 %build

 make
@@ -55,15 +59,15 @@
 %defattr(-,root,root)
 %doc README AUTHORS COPYING
 %{_bindir}/hwbrowser
-%{_sysconfdir}/pam.d/*
-%{_sysconfdir}/security/console.apps/*
+%config(noreplace) %{_sysconfdir}/pam.d/*
+%config(noreplace) %{_sysconfdir}/security/console.apps/*
 %{_datadir}/hwbrowser
 %{_datadir}/kontrol-panel/icons/hwbrowser.png
 %{_datadir}/pixmaps/hwbrowser.png
 %{_datadir}/applications/redhat-hwbrowser.desktop

 %changelog
-* Fri Nov 24 2006 Nils Philippsen <nphilipp at redhat.com> - 0.30
+* Fri Nov 24 2006 Nils Philippsen <nphilipp at redhat.com> - 0.30-1
 - pick up updated translations (#216597)


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list