[yum-git] Branch 'refs/tags/yum-utils-1.1.14' - 5 commits - ChangeLog docs/Makefile yum-utils.spec
Tim Lauridsen
timlau at linux.duke.edu
Wed May 21 11:52:40 UTC 2008
Rebased ref, commits from common ancestor:
commit 76d85316accf9e4e77cfbbb79cda40c4793d3e65
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Wed May 21 13:43:16 2008 +0200
updated ChangeLog
diff --git a/ChangeLog b/ChangeLog
index c44b872..396e0d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,27 @@
2008-05-21 Tim Lauridsen <tla at rasmil.dk>
+ * docs/Makefile: more fixes to make yum utils can build again
+
+2008-05-21 Tim Lauridsen <tla at rasmil.dk>
+
+ * docs/Makefile: more fixes to make yum utils can build again
+
+2008-05-21 Tim Lauridsen <tla at rasmil.dk>
+
+ * docs/Makefile, yum-utils.spec: fixed some spec and Makefile
+ issues, so yum utils can build again
+
+2008-05-21 Tim Lauridsen <tla at rasmil.dk>
+
+ * ChangeLog: updated ChangeLog
+
+2008-05-21 Tim Lauridsen <tla at rasmil.dk>
+
+ * yum-utils.spec: bumped yum-utils version to 1.1.14
+
+2008-05-21 Tim Lauridsen <tla at rasmil.dk>
+
* ChangeLog: updated ChangeLog
2008-05-21 Tim Lauridsen <tla at rasmil.dk>
commit a4911bdc3d991ebd4988c2bc33255d11934a539f
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Wed May 21 13:43:16 2008 +0200
bumped yum-utils version to 1.1.14
diff --git a/yum-utils.spec b/yum-utils.spec
index 1ebb1a7..1243866 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -454,7 +454,7 @@ fi
%changelog
* Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
- Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file
+ Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file
* Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
- mark as 1.1.14
* Fri Apr 10 2008 James Antill <james at fedoraproject.org>
commit 00abc6fb4d1d08e6ef02083cd7aabb60ca581f83
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Wed May 21 13:41:29 2008 +0200
more fixes to make yum utils can build again
diff --git a/docs/Makefile b/docs/Makefile
index 882d3b2..40a8080 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,24 +1,25 @@
-DOCS = repoquery package-ceanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data \
- yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump
+DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync \
+ yum-list-data yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump
DOCS5 = yum-changelog.conf
-DOCS8 = yum-security yum-complete-transaction
+DOCS8 = yum-security yum-complete-transaction
all:
- echo "Nothing to do"
+ echo "Nothing to do"
clean:
- rm -f *.pyc *.pyo *~
+ rm -f *.pyc *.pyo *~
install:
- mkdir -p $(DESTDIR)/usr/share/man/man1
- mkdir -p $(DESTDIR)/usr/share/man/man5
- mkdir -p $(DESTDIR)/usr/share/man/man8
- for doc in $(DOCS); do \
- install -m 644 $$doc.1 $(DESTDIR)/usr/share/man/man1/; \
- done
- for doc in $(DOCS5); do \
- install -m 644 $$doc.5 $(DESTDIR)/usr/share/man/man5/; \
- done
- for doc in $(DOCS8); do \
- install -m 644 $$doc.8 $(DESTDIR)/usr/share/man/man8/; \
- done
+ mkdir -p $(DESTDIR)/usr/share/man/man1
+ mkdir -p $(DESTDIR)/usr/share/man/man5
+ mkdir -p $(DESTDIR)/usr/share/man/man8
+ for doc in $(DOCS); do \
+ install -m 644 $$doc.1 $(DESTDIR)/usr/share/man/man1/; \
+ done
+ for doc in $(DOCS5); do \
+ install -m 644 $$doc.5 $(DESTDIR)/usr/share/man/man5/; \
+ done
+ for doc in $(DOCS8); do \
+ install -m 644 $$doc.8 $(DESTDIR)/usr/share/man/man8/; \
+ done
+
commit 3f7b7b3744949fb3d79acfda3fb6e6894561a370
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Wed May 21 13:16:42 2008 +0200
more fixes to make yum utils can build again
diff --git a/docs/Makefile b/docs/Makefile
index a34ac4c..882d3b2 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,4 +1,5 @@
-DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump
+DOCS = repoquery package-ceanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data \
+ yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump
DOCS5 = yum-changelog.conf
DOCS8 = yum-security yum-complete-transaction
commit 8ff01576d569457e3e3af131b0e3f4c9e628cf4d
Author: Tim Lauridsen <tla at rasmil.dk>
Date: Wed May 21 13:12:43 2008 +0200
fixed some spec and Makefile issues, so yum utils can build again
diff --git a/docs/Makefile b/docs/Makefile
index 6b07c63..a34ac4c 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,23 +1,23 @@
-DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data yum-filter-data yum-verify yum-utils yum-aliases
+DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep yum-changelog reposync yum-list-data yum-filter-data yum-verify yum-utils yum-aliases yum-debug-dump
DOCS5 = yum-changelog.conf
-DOCS8 = yum-security yum-complete-transaction
+DOCS8 = yum-security yum-complete-transaction
all:
- echo "Nothing to do"
+ echo "Nothing to do"
clean:
- rm -f *.pyc *.pyo *~
+ rm -f *.pyc *.pyo *~
install:
- mkdir -p $(DESTDIR)/usr/share/man/man1
- mkdir -p $(DESTDIR)/usr/share/man/man5
- mkdir -p $(DESTDIR)/usr/share/man/man8
- for doc in $(DOCS); do \
- install -m 644 $$doc.1 $(DESTDIR)/usr/share/man/man1/; \
- done
- for doc in $(DOCS5); do \
- install -m 644 $$doc.5 $(DESTDIR)/usr/share/man/man5/; \
- done
- for doc in $(DOCS8); do \
- install -m 644 $$doc.8 $(DESTDIR)/usr/share/man/man8/; \
- done
+ mkdir -p $(DESTDIR)/usr/share/man/man1
+ mkdir -p $(DESTDIR)/usr/share/man/man5
+ mkdir -p $(DESTDIR)/usr/share/man/man8
+ for doc in $(DOCS); do \
+ install -m 644 $$doc.1 $(DESTDIR)/usr/share/man/man1/; \
+ done
+ for doc in $(DOCS5); do \
+ install -m 644 $$doc.5 $(DESTDIR)/usr/share/man/man5/; \
+ done
+ for doc in $(DOCS8); do \
+ install -m 644 $$doc.8 $(DESTDIR)/usr/share/man/man8/; \
+ done
diff --git a/yum-utils.spec b/yum-utils.spec
index 5d81b86..1ebb1a7 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -337,7 +337,7 @@ fi
%files -n yum-fastestmirror
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/fastestmirror.conf
-/usr/lib/yum-plugins/fastestmirror.*
+/usr/lib/yum-plugins/fastestmirror*.*
%files -n yum-fedorakmod
%defattr(-, root, root)
@@ -454,6 +454,8 @@ fi
%changelog
* Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
+ Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file
+* Wed May 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
- mark as 1.1.14
* Fri Apr 10 2008 James Antill <james at fedoraproject.org>
- Add keys plugin
More information about the Yum-cvs-commits
mailing list