From a79dafebaf2d42a1a0a70c3169a07cf1ed87ccc3 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 26 Jul 2017 11:39:31 -0700 Subject: [PATCH] Remove changelog message from rpm generation --- build/repo.targets | 40 ++++++++++++++------------------------- tools/packaging/changelog | 2 +- 2 files changed, 15 insertions(+), 27 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index 18e4610c8b..a9ce29cf08 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -458,9 +458,6 @@ - - - @@ -482,9 +479,6 @@ - - - @@ -501,7 +495,6 @@ @(_StoreInstallerHomepage) @(_StoreInstallerMaintainerName) @(_StoreInstallerMaintainerEmail) - @(_StoreInstallerChangelogMessage) @(_HostingInstallerSummary) @(_HostingInstallerDescription) @(_HostingInstallerLicense) @@ -509,7 +502,6 @@ @(_HostingInstallerHomepage) @(_HostingInstallerMaintainerName) @(_HostingInstallerMaintainerEmail) - @(_HostingInstallerChangelogMessage) /opt/rh/rh-dotnet20/root/usr/lib64/dotnet/ @(RHStoreDirectories->' --directories "%(FullPath)"', ' ') /usr/share/dotnet/ @@ -523,7 +515,6 @@ -e 's/MAINTAINER_EMAIL/$(StoreInstallerMaintainerEmail)/' -e 's/PACKAGE_VERSION/$(TimestampVersion)/' -e 's/PACKAGE_REVISION/$(StoreInstallerPackageRevision)/' - -e 's/CHANGELOG_MESSAGE/$(StoreInstallerChangelogMessage)/' $(RuntimeStoreInstallerLayoutTimestampDirectory)templates/changelog" /> @@ -851,27 +839,27 @@ -e 's/ASPNETCORE_STORE_VERSION/$(NoTimestampVersion)/' $(HostingBundleInstallerLayoutNoTimestampDirectory)debian_config.json" /> - - - - diff --git a/tools/packaging/changelog b/tools/packaging/changelog index 862c3f42d7..f28d88ed10 100644 --- a/tools/packaging/changelog +++ b/tools/packaging/changelog @@ -1,2 +1,2 @@ * DATE MAINTAINER_NAME - PACKAGE_VERSION-PACKAGE_REVISION -- CHANGELOG_MESSAGE \ No newline at end of file +- \ No newline at end of file