diff mbox series

[1/2] xfsprogs: document changes for 4.19.0-rc0

Message ID 20181010071023.6765-2-david@fromorbit.com (mailing list archive)
State Accepted
Headers show
Series xfsprogs: build fixes for 4.19.0-rc0 | expand

Commit Message

Dave Chinner Oct. 10, 2018, 7:10 a.m. UTC
From: Dave Chinner <dchinner@redhat.com>

Because 'make deb' breaks without them.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
---
 debian/changelog | 7 +++++++
 doc/CHANGES      | 7 +++++++
 2 files changed, 14 insertions(+)

Comments

Eric Sandeen Oct. 10, 2018, 1:46 p.m. UTC | #1
On 10/10/18 2:10 AM, Dave Chinner wrote:
> From: Dave Chinner <dchinner@redhat.com>
> 
> Because 'make deb' breaks without them.
> 
> Signed-off-by: Dave Chinner <dchinner@redhat.com>

Ugh, sorry about that, still not used to build systems that break on unchangelogged git tags ...


(that is the trigger, right?  the tag?)

Reviewed-by: Eric Sandeen <sandeen@redhat.com>


> ---
>  debian/changelog | 7 +++++++
>  doc/CHANGES      | 7 +++++++
>  2 files changed, 14 insertions(+)
> 
> diff --git a/debian/changelog b/debian/changelog
> index 01639f9efeec..ef129e278948 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,10 @@
> +xfsprogs (4.19.0-rc0-1) unstable; urgency=low
> +
> +  * New upstream pre-release
> +  * Merge libxfs changes from kernel-4.19
> +
> + -- Nathan Scott <nathans@debian.org>  Wed, 10 Oct 2018 17:52:48 +1100
> +
>  xfsprogs (4.18.0-1) unstable; urgency=low
>  
>    * New upstream release
> diff --git a/doc/CHANGES b/doc/CHANGES
> index 3c1e39469008..1c41bd90a1c5 100644
> --- a/doc/CHANGES
> +++ b/doc/CHANGES
> @@ -1,3 +1,10 @@
> +xfsprogs-4.18.0-rc0 (10 Oct 2018)
> +	- Majority of 4.18 libxfs changes merged from kernel
> +	- Big sparse static checker cleanup (Eric Sandeen)
> +	- mkfs.xfs discard fixes (Jan Tulak)
> +	- xfs_io readv/writev cleanup (Zorro Lang)
> +	- libxfs transaction commit error checking (Darrick Wong)
> +
>  xfsprogs-4.18.0 (24 Aug 2018)
>  	- Tweak SPDX license in xfs_cksum.h (Darrick Wong)
>  
>
Darrick J. Wong Oct. 10, 2018, 2:44 p.m. UTC | #2
On Wed, Oct 10, 2018 at 06:10:22PM +1100, Dave Chinner wrote:
> From: Dave Chinner <dchinner@redhat.com>
> 
> Because 'make deb' breaks without them.
> 
> Signed-off-by: Dave Chinner <dchinner@redhat.com>
> ---
>  debian/changelog | 7 +++++++
>  doc/CHANGES      | 7 +++++++
>  2 files changed, 14 insertions(+)
> 
> diff --git a/debian/changelog b/debian/changelog
> index 01639f9efeec..ef129e278948 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,10 @@
> +xfsprogs (4.19.0-rc0-1) unstable; urgency=low
> +
> +  * New upstream pre-release
> +  * Merge libxfs changes from kernel-4.19
> +
> + -- Nathan Scott <nathans@debian.org>  Wed, 10 Oct 2018 17:52:48 +1100
> +
>  xfsprogs (4.18.0-1) unstable; urgency=low
>  
>    * New upstream release
> diff --git a/doc/CHANGES b/doc/CHANGES
> index 3c1e39469008..1c41bd90a1c5 100644
> --- a/doc/CHANGES
> +++ b/doc/CHANGES
> @@ -1,3 +1,10 @@
> +xfsprogs-4.18.0-rc0 (10 Oct 2018)

4.19-rc0, right?

--D

> +	- Majority of 4.18 libxfs changes merged from kernel
> +	- Big sparse static checker cleanup (Eric Sandeen)
> +	- mkfs.xfs discard fixes (Jan Tulak)
> +	- xfs_io readv/writev cleanup (Zorro Lang)
> +	- libxfs transaction commit error checking (Darrick Wong)
> +
>  xfsprogs-4.18.0 (24 Aug 2018)
>  	- Tweak SPDX license in xfs_cksum.h (Darrick Wong)
>  
> -- 
> 2.17.0
>
Dave Chinner Oct. 10, 2018, 9:27 p.m. UTC | #3
On Wed, Oct 10, 2018 at 08:46:59AM -0500, Eric Sandeen wrote:
> On 10/10/18 2:10 AM, Dave Chinner wrote:
> > From: Dave Chinner <dchinner@redhat.com>
> > 
> > Because 'make deb' breaks without them.
> > 
> > Signed-off-by: Dave Chinner <dchinner@redhat.com>
> 
> Ugh, sorry about that, still not used to build systems that break on unchangelogged git tags ...
> 
> 
> (that is the trigger, right?  the tag?)

No, it has nothing to do with git. The trigger is the package version
set in VERSION and/or configure.ac not matching the documentation,
which means it is in inconsistent state....

Cheers,

Dave.
diff mbox series

Patch

diff --git a/debian/changelog b/debian/changelog
index 01639f9efeec..ef129e278948 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@ 
+xfsprogs (4.19.0-rc0-1) unstable; urgency=low
+
+  * New upstream pre-release
+  * Merge libxfs changes from kernel-4.19
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 10 Oct 2018 17:52:48 +1100
+
 xfsprogs (4.18.0-1) unstable; urgency=low
 
   * New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 3c1e39469008..1c41bd90a1c5 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,10 @@ 
+xfsprogs-4.18.0-rc0 (10 Oct 2018)
+	- Majority of 4.18 libxfs changes merged from kernel
+	- Big sparse static checker cleanup (Eric Sandeen)
+	- mkfs.xfs discard fixes (Jan Tulak)
+	- xfs_io readv/writev cleanup (Zorro Lang)
+	- libxfs transaction commit error checking (Darrick Wong)
+
 xfsprogs-4.18.0 (24 Aug 2018)
 	- Tweak SPDX license in xfs_cksum.h (Darrick Wong)