[python3] Fix comments within specfile (rhbz#732475)

dmalcolm dmalcolm at fedoraproject.org
Mon Aug 22 19:38:41 UTC 2011


commit bd4f5e9a13e0c07f2c32bdcba465766e772f720e
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Mon Aug 22 15:38:24 2011 -0400

    Fix comments within specfile (rhbz#732475)

 python3.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 7c9246c..b20430c 100644
--- a/python3.spec
+++ b/python3.spec
@@ -757,6 +757,7 @@ LD_LIBRARY_PATH=. /usr/lib/rpm/brp-python-bytecompile ./python
 find %{buildroot} \
     -perm 555 -exec chmod 755 {} \;
 
+# Install macros for rpm:
 mkdir -p %{buildroot}/%{_sysconfdir}/rpm
 install -m 644 %{SOURCE2} %{buildroot}/%{_sysconfdir}/rpm
 install -m 644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/rpm
@@ -932,9 +933,6 @@ rm -fr %{buildroot}
 %postun libs -p /sbin/ldconfig
 
 
-# ======================================================
-# Manifests of the various subpackages
-# ======================================================
 
 %files
 %defattr(-, root, root)


More information about the scm-commits mailing list