rpms/gnome-packagekit/F-9 gnome-packagekit.spec,1.28,1.29

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Wed Apr 23 08:36:56 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21751

Modified Files:
	gnome-packagekit.spec 
Log Message:
* Wed Apr 23 2008 Richard Hughes  <rhughes at redhat.com> - 0.1.12-6.20080416git
- Correct the permissions on a man page to fix rh#443175.



Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/F-9/gnome-packagekit.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gnome-packagekit.spec	16 Apr 2008 12:58:53 -0000	1.28
+++ gnome-packagekit.spec	23 Apr 2008 08:36:15 -0000	1.29
@@ -5,7 +5,7 @@
 Summary:   GNOME PackageKit Client
 Name:      gnome-packagekit
 Version:   0.1.12
-Release:   5.%{?alphatag}%{?dist}
+Release:   6.%{?alphatag}%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
@@ -66,7 +66,7 @@
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/system-install-packages
-install -D %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/man/man1/system-install-packages.1.gz
+install -m 0644 -D %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/man/man1/system-install-packages.1.gz
 
 desktop-file-install --delete-original                   \
   --dir=$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/                    \
@@ -130,6 +130,9 @@
 %{_datadir}/applications/gpk-*.desktop
 
 %changelog
+* Wed Apr 23 2008 Richard Hughes  <rhughes at redhat.com> - 0.1.12-6.20080416git
+- Correct the permissions on a man page to fix rh#443175.
+
 * Sat Apr 16 2008 Richard Hughes  <rhughes at redhat.com> - 0.1.12-5.20080416git
 - Build against the right version of PackageKit to make koji DTRT.
 




More information about the fedora-extras-commits mailing list