diff options
author | Brian Behlendorf <[email protected]> | 2018-08-26 12:59:33 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2018-08-26 12:59:33 -0700 |
commit | 5097b4e42513a5fb6957d9f4d72d7d597822d8e9 (patch) | |
tree | 18c6084e14739a54f4c5ccf0c02a377627d6b98a /rpm/generic/zfs-dkms.spec.in | |
parent | 5d6ad2442b0ac97922403edda848697c9e9de399 (diff) |
Remove %changelog from spec file
Remove the %changelog section from the spec files since it does
not get updated in the master branch. Not only does this mean
the information is stale, but it can result in 'make deb' failing
to build packages, issue #7825. This section should be updated
for tagged releases.
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #7825
Closes #7827
Diffstat (limited to 'rpm/generic/zfs-dkms.spec.in')
-rw-r--r-- | rpm/generic/zfs-dkms.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpm/generic/zfs-dkms.spec.in b/rpm/generic/zfs-dkms.spec.in index 6c800dcb8..c332d8d53 100644 --- a/rpm/generic/zfs-dkms.spec.in +++ b/rpm/generic/zfs-dkms.spec.in @@ -79,7 +79,3 @@ if [ "$SPEC_META_ALIAS" = "$DKMS_META_ALIAS" ]; then dkms remove -m %{module} -v %{version} --all %{!?not_rpm:--rpm_safe_upgrade} fi exit 0 - -%changelog -* %(date "+%a %b %d %Y") %packager %{version}-%{release} -- Automatic build by DKMS |