[Touch-packages] [Bug 1809827] Re: --add-file broken in bionic

2019-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package tar - 1.29b-2ubuntu0.1

---
tar (1.29b-2ubuntu0.1) bionic; urgency=medium

  * debian/patches/git_add_file.patch:
- backport "Fix the --add-file option." upstream commit,
  thanks Martin Vogt (lp: #1809827)

 -- Sebastien Bacher   Mon, 21 Jan 2019 17:38:11
+0100

** Changed in: tar (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tar in Ubuntu.
https://bugs.launchpad.net/bugs/1809827

Title:
  --add-file broken in bionic

Status in tar package in Ubuntu:
  Fix Released
Status in tar source package in Bionic:
  Fix Released
Status in tar package in Fedora:
  Unknown

Bug description:
  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0

  * Impact
  tar supplied in bionic has --add-file option broken.

  * Test case
  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt

  Actual results:
  tar: unhandled positional option 0

  * Regression potential
  The changes are around an option which isn't working so no much regression 
potential there, check that other options still work though

  
  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1809827/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809827] Re: --add-file broken in bionic

2019-01-24 Thread Martin Vogt
Hello Brian and Sebastien,

many thanks for your help! Testing of proposed package is done
successfully on our side, --add-file switch is working again as
expected.

pkg version: tar:amd64 (1.29b-2ubuntu0.1)

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tar in Ubuntu.
https://bugs.launchpad.net/bugs/1809827

Title:
  --add-file broken in bionic

Status in tar package in Ubuntu:
  Fix Released
Status in tar source package in Bionic:
  Fix Committed
Status in tar package in Fedora:
  Unknown

Bug description:
  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0

  * Impact
  tar supplied in bionic has --add-file option broken.

  * Test case
  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt

  Actual results:
  tar: unhandled positional option 0

  * Regression potential
  The changes are around an option which isn't working so no much regression 
potential there, check that other options still work though

  
  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1809827/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809827] Re: --add-file broken in bionic

2019-01-22 Thread Brian Murray
Hello Martin, or anyone else affected,

Accepted tar into bionic-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/tar/1.29b-2ubuntu0.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: tar (Ubuntu Bionic)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tar in Ubuntu.
https://bugs.launchpad.net/bugs/1809827

Title:
  --add-file broken in bionic

Status in tar package in Ubuntu:
  Fix Released
Status in tar source package in Bionic:
  Fix Committed
Status in tar package in Fedora:
  Unknown

Bug description:
  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0

  * Impact
  tar supplied in bionic has --add-file option broken.

  * Test case
  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt

  Actual results:
  tar: unhandled positional option 0

  * Regression potential
  The changes are around an option which isn't working so no much regression 
potential there, check that other options still work though

  
  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1809827/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809827] Re: --add-file broken in bionic

2019-01-21 Thread Sebastien Bacher
Thanks for the bug report and pointing out the commit that fixes it,
that seems fixed in the current version so closing the corresponding bug
line and uploading a SRU for bionic

** Description changed:

  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0
  
- Description of problem:
+ * Impact
  tar supplied in bionic has --add-file option broken.
  
- Version-Release number of selected component:
- tar-1.29b-2_amd64
- 
- Reproducible: Always
- 
+ * Test case
  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt
  
  Actual results:
  tar: unhandled positional option 0
  
+ * Regression potential
+ The changes are around an option which isn't working so no much regression 
potential there, check that other options still work though
+ 
+ 
  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

** Changed in: tar (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tar in Ubuntu.
https://bugs.launchpad.net/bugs/1809827

Title:
  --add-file broken in bionic

Status in tar package in Ubuntu:
  Fix Released
Status in tar package in Fedora:
  Unknown

Bug description:
  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0

  * Impact
  tar supplied in bionic has --add-file option broken.

  * Test case
  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt

  Actual results:
  tar: unhandled positional option 0

  * Regression potential
  The changes are around an option which isn't working so no much regression 
potential there, check that other options still work though

  
  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1809827/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809827] Re: --add-file broken in bionic

2019-01-21 Thread Sebastien Bacher
** Changed in: tar (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tar in Ubuntu.
https://bugs.launchpad.net/bugs/1809827

Title:
  --add-file broken in bionic

Status in tar package in Ubuntu:
  Confirmed
Status in tar package in Fedora:
  Unknown

Bug description:
  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0

  Description of problem:
  tar supplied in bionic has --add-file option broken.

  Version-Release number of selected component:
  tar-1.29b-2_amd64

  Reproducible: Always

  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt

  Actual results:
  tar: unhandled positional option 0

  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1809827/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809827] Re: --add-file broken in bionic

2019-01-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: tar (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tar in Ubuntu.
https://bugs.launchpad.net/bugs/1809827

Title:
  --add-file broken in bionic

Status in tar package in Ubuntu:
  Confirmed
Status in tar package in Fedora:
  Unknown

Bug description:
  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0

  Description of problem:
  tar supplied in bionic has --add-file option broken.

  Version-Release number of selected component:
  tar-1.29b-2_amd64

  Reproducible: Always

  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt

  Actual results:
  tar: unhandled positional option 0

  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1809827/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1809827] Re: --add-file broken in bionic

2018-12-26 Thread Martin Vogt
** Bug watch added: Red Hat Bugzilla #1436030
   https://bugzilla.redhat.com/show_bug.cgi?id=1436030

** Also affects: tar (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1436030
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tar in Ubuntu.
https://bugs.launchpad.net/bugs/1809827

Title:
  --add-file broken in bionic

Status in tar package in Ubuntu:
  New
Status in tar package in Fedora:
  Unknown

Bug description:
  same error like this one:
  https://bugzilla.redhat.com/show_bug.cgi?id=1436030#c0

  Description of problem:
  tar supplied in bionic has --add-file option broken.

  Version-Release number of selected component:
  tar-1.29b-2_amd64

  Reproducible: Always

  Steps to Reproduce:
  1. echo >a.txt
  2. echo >b.txt
  3. tar cf a.tar a.txt
  4. tar rf a.tar --add-file=b.txt

  Actual results:
  tar: unhandled positional option 0

  Is likely fixed by this:
  
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=3a283cfe9f8f1f127e8dc5597a5ea1d249985a54

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/1809827/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp