rpms/chkrootkit/devel chkrootkit.spec, 1.35, 1.36 chkrootkit.desktop, 1.1, 1.2

Michael Schwendt mschwendt at fedoraproject.org
Tue Feb 24 08:58:20 UTC 2009


Author: mschwendt

Update of /cvs/extras/rpms/chkrootkit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12614

Modified Files:
	chkrootkit.spec chkrootkit.desktop 
Log Message:
* Tue Feb 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-11
- update .desktop file for Icon Theme Specification
- no longer add X-Fedora category to .desktop file
- Fedora > 10: conditional BR glibc-static as needed for strings-static



Index: chkrootkit.spec
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- chkrootkit.spec	24 Feb 2009 07:25:33 -0000	1.35
+++ chkrootkit.spec	24 Feb 2009 08:57:49 -0000	1.36
@@ -1,6 +1,6 @@
 Name:           chkrootkit
 Version:        0.48
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Tool to locally check for signs of a rootkit
 Group:          Applications/System
 License:        BSD and GPLv2+ and Python
@@ -24,6 +24,11 @@
 
 BuildRequires:  desktop-file-utils
 
+%if 0%{?fedora} > 10
+# as of glibc-2.9.90-7 in Rawhide
+BuildRequires:  glibc-static
+%endif
+
 Requires:       %{_bindir}/consolehelper
 
 %description
@@ -95,7 +100,6 @@
 
 desktop-file-install --vendor fedora                   \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications      \
-  --add-category X-Fedora                              \
   %{SOURCE3}
 
 install -p -m0644 %{SOURCE6} .
@@ -119,6 +123,11 @@
 
 
 %changelog
+* Tue Feb 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.48-11
+- update .desktop file for Icon Theme Specification
+- no longer add X-Fedora category to .desktop file
+- Fedora > 10: conditional BR glibc-static as needed for strings-static
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.48-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: chkrootkit.desktop
===================================================================
RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chkrootkit.desktop	8 Nov 2004 04:09:04 -0000	1.1
+++ chkrootkit.desktop	24 Feb 2009 08:57:49 -0000	1.2
@@ -1,8 +1,8 @@
 [Desktop Entry]
 Encoding=UTF-8
 Name=chkrootkit
-Comment=locally check for signs of a rootkit
-Icon=chkrootkit.png
+Comment=Locally check for signs of a rootkit
+Icon=chkrootkit
 Exec=chkrootkitX
 Terminal=true
 Type=Application




More information about the fedora-extras-commits mailing list