diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-04 02:41:15 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-04 02:51:21 +0200 |
commit | e877fc076836b58a336facb59c8466d51c7975c4 (patch) | |
tree | 5ecb6b94c3338c4846c32eefb56e794b403c341e | |
parent | 583bd3d387f66965e48935dc927e0dfbec763c52 (diff) | |
download | rpm-setup-e877fc076836b58a336facb59c8466d51c7975c4.tar rpm-setup-e877fc076836b58a336facb59c8466d51c7975c4.tar.gz rpm-setup-e877fc076836b58a336facb59c8466d51c7975c4.tar.bz2 rpm-setup-e877fc076836b58a336facb59c8466d51c7975c4.tar.xz rpm-setup-e877fc076836b58a336facb59c8466d51c7975c4.zip |
remove obsolete $Id: CVS tags
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | macros-perarch.in | 1 | ||||
-rw-r--r-- | macros.in | 1 | ||||
-rw-r--r-- | make_arch_macrosfiles.sh.in | 1 | ||||
-rw-r--r-- | rpm-spec-mode.el | 1 | ||||
-rw-r--r-- | rpmeval.c | 1 | ||||
-rw-r--r-- | rpmgenplatform.in | 1 | ||||
-rw-r--r-- | rpmrc.in | 1 | ||||
-rwxr-xr-x | tests.sh | 1 | ||||
-rwxr-xr-x | tests/macros.sh | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 3b349d6..64f4cd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ -# $Id: Makefile.am 271263 2010-11-01 23:20:42Z peroyvind $ ACLOCAL_AMFLAGS=-I m4 diff --git a/configure.ac b/configure.ac index d144b17..29acc80 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -# $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) AC_INIT(rpm-mageia-setup, 2.31, https://bugs.mageia.org/) diff --git a/macros-perarch.in b/macros-perarch.in index e52d252..99a4074 100644 --- a/macros-perarch.in +++ b/macros-perarch.in @@ -1,5 +1,4 @@ # Per-platform rpm configuration file. -# $Id: macros-perarch.in 233523 2008-01-28 17:41:27Z pixel $ #============================================================================== # ---- per-platform macros. @@ -2,7 +2,6 @@ # Main Mangeia rpm configuration # Only modified macros goes here # -# $Id: macros.in 260920 2009-09-25 10:10:18Z blino $ # # This is a global RPM configuration file. All changes made here will # be lost when the rpm package is upgraded. Any per-system configuration diff --git a/make_arch_macrosfiles.sh.in b/make_arch_macrosfiles.sh.in index 90d5725..721299b 100644 --- a/make_arch_macrosfiles.sh.in +++ b/make_arch_macrosfiles.sh.in @@ -1,6 +1,5 @@ #!/bin/sh -# $Id: make_arch_macrosfiles.sh.in 233560 2008-01-29 15:58:29Z pixel $ MINPUT="$1" ARCH="$2" diff --git a/rpm-spec-mode.el b/rpm-spec-mode.el index c58670a..9b2e946 100644 --- a/rpm-spec-mode.el +++ b/rpm-spec-mode.el @@ -1,6 +1,5 @@ ;;; rpm-spec-mode.el --- RPM spec file editing commands for Emacs/XEmacs -;; $Id: rpm-spec-mode.el 232641 2007-12-20 09:58:22Z pixel $ ;; Copyright (C) 1997-2002 Stig Bjørlykke, <stigb@tihlde.org> @@ -1,4 +1,3 @@ -/* $Id: rpmeval.c 271130 2010-10-16 11:12:45Z peroyvind $ */ /* Only used for the testsuite */ diff --git a/rpmgenplatform.in b/rpmgenplatform.in index 885b526..10e11f5 100644 --- a/rpmgenplatform.in +++ b/rpmgenplatform.in @@ -1,6 +1,5 @@ #!/usr/bin/perl -# $Id$ use strict; use warnings; use Getopt::Long; @@ -1,4 +1,3 @@ -# $Id: rpmrc.in 232782 2008-01-07 17:34:01Z pixel $ # # @RPMVENDORDIR@/rpmrc @@ -1,6 +1,5 @@ #!/bin/sh -# $Id: tests.sh 22753 2007-02-22 13:01:24Z nanardon $ allerrs=0 diff --git a/tests/macros.sh b/tests/macros.sh index 60cbbae..972ceca 100755 --- a/tests/macros.sh +++ b/tests/macros.sh @@ -1,6 +1,5 @@ #!/bin/sh -# $Id: macros.sh 242828 2008-06-02 12:41:00Z pixel $ RPMEVAL=./rpmeval |