nonamedotc pushed to gparted (epel7). "update t0 0.32.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-08-31 23:48:29 UTC
From 86b783ef9f00539a16f808105c2ca75eae4ce49c Mon Sep 17 00:00:00 2001
From: Mukundan Ragavan <nonamedotc(a)gmail.com>
Date: Aug 31 2018 23:48:25 +0000
Subject: update t0 0.32.0
---
diff --git a/.gitignore b/.gitignore
index 0f7f14b..2986ba7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ gparted-0.6.2.tar.bz2
/gparted-0.29.0.tar.gz
/gparted-0.30.0.tar.gz
/gparted-0.31.0.tar.gz
+/gparted-0.32.0.tar.gz
diff --git a/gparted-1-pvresize-yes-flag-v1.patch b/gparted-1-pvresize-yes-flag-v1.patch
deleted file mode 100644
index 085b20c..0000000
--- a/gparted-1-pvresize-yes-flag-v1.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 2f090b4a2b649c30c649d36b9919e1d4a4f65c07 Mon Sep 17 00:00:00 2001
-From: Mike Fleetwood <mike.fleetwood(a)googlemail.com>
-Date: Mon, 11 Jun 2018 12:57:52 +0100
-Subject: [PATCH] Fix LVM2 PV shrinking with lvm2 2.02.171 and later (#1)
-
-Shrinking an LVM2 Physical Volume on CentOS 7 with the latest
-lvm2 2.02.177 fails like this:
-
- Shrink /dev/sda9 from 1.00 GiB to 768.00 MiB
- * calibrate /dev/sda9
- * check file system on /dev/sda9 for errors and (if possib...(SUCCESS)
- * shrink file system (ERROR)
- * lvm pvresize -v --setphysicalvolumesize 786432K '/dev/...(ERROR)
- 0 physical volume(s) resized / 1 physical volume(s) not resized
-
- Wiping internal VG cache
- Wiping cache of LVM-capable devices
- /dev/sda9: Requested size 712.00 MiB is less than real size 1.00 GiB. Proceed? [y/n]:[n]
- Physical Volume /dev/sda9 not resized.
-
-This upstream change to lvm2 [1] makes pvresize prompt for confirmation
-whenever the --setphysicalvolumesize option is used. (The change was
-included in lvm2 2.02.171 and later, which is used in recent
-distributions. The reporter found the issue on Ubuntu 18.04 LTS and I
-reproduced the issue on RHEL/CentOS 7.5). The set size option has to be
-used when shrinking the PV before shrinking the partition therefore fix
-this issue by adding lvm common option --yes when using the set size
-option.
-
-[1] https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=cbc69f8c693edf0d130...
- pvresize: Prompt when non-default size supplied.
-
-Closes #1 - Can't shrink LVM partition due to pvresize prompt
----
- src/lvm2_pv.cc | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/lvm2_pv.cc b/src/lvm2_pv.cc
-index 15af3eb..5f7c7bb 100644
---- a/src/lvm2_pv.cc
-+++ b/src/lvm2_pv.cc
-@@ -102,7 +102,7 @@ bool lvm2_pv::resize( const Partition & partition_new, OperationDetail & operati
- {
- Glib::ustring size = "" ;
- if ( ! fill_partition )
-- size = " --setphysicalvolumesize " +
-+ size = " --yes --setphysicalvolumesize " +
- Utils::num_to_str( floor( Utils::sector_to_unit(
- partition_new .get_sector_length(), partition_new .sector_size, UNIT_KIB ) ) ) + "K " ;
- return ! execute_command( "lvm pvresize -v " + size + Glib::shell_quote( partition_new.get_path() ),
---
-1.7.1
-
diff --git a/gparted.spec b/gparted.spec
index f86280e..f4170a1 100644
--- a/gparted.spec
+++ b/gparted.spec
@@ -1,14 +1,12 @@
Summary: Gnome Partition Editor
Name: gparted
-Version: 0.31.0
-Release: 4%{?dist}.1
+Version: 0.32.0
+Release: 1%{?dist}
Group: Applications/System
License: GPLv2+
URL: http://gparted.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0: gparted-1-pvresize-yes-flag-v1.patch
-
BuildRequires: gtkmm24-devel
BuildRequires: parted-devel
BuildRequires: libuuid-devel
@@ -38,8 +36,6 @@ will be detected at runtime and don't require a rebuild of GParted
%prep
%setup -q
-%patch0 -p1
-
%build
# get rid of --enable-xhost-root. EL does not use wayland yet
%configure --enable-libparted-dmraid --enable-online-resize
@@ -83,6 +79,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/%{name}.a
%{_mandir}/man8/gparted.*
%changelog
+* Fri Aug 31 2018 Mukundan Ragavan <nonamedotc(a)fedoraproject.org> - 0.32.0-1
+- Update to 0.32.0
+- Drop upstreamed patch
+
* Wed Jul 11 2018 Mukundan Ragavan <nonamedotc(a)fedoraproject.org> - 0.31.0-4.1
- Drop enable-xhost-root flag
- Add strict requires on gparted (see comments)
diff --git a/one-sector-error.patch b/one-sector-error.patch
deleted file mode 100644
index 5ea681d..0000000
--- a/one-sector-error.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/Copy_Blocks.cc b/src/Copy_Blocks.cc
-index d040951..392398a 100644
---- src/Copy_Blocks.cc
-+++ src/Copy_Blocks.cc
-@@ -105,9 +105,9 @@ void copy_blocks::copy_thread()
- {
- blocksize -= 2*blocksize;
- done -= 2*done;
-- offset_src += ( (length / src_sector_size) - 1 );
-+ offset_src += length / src_sector_size;
- /* Handle situation where src sector size is smaller than dst sector size and an additional partial dst sector is required. */
-- offset_dst += ( ((length + (dst_sector_size - 1)) / dst_sector_size) - 1 );
-+ offset_dst += (length + (dst_sector_size - 1)) / dst_sector_size;
- }
- success = true;
- } else success = false;
-
diff --git a/sources b/sources
index 33ce553..9f98073 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gparted-0.31.0.tar.gz) = b1041d7e8cad66818a3726615fb43825d1fe343b0cc7b643dc37319174d053c3236dc88e74184ac993d0dac622cd0405ea4d10fe022baa76aed7b9f8168471df
+SHA512 (gparted-0.32.0.tar.gz) = ea05c387031d0e5ac7f8fa582d9b15881336d72ed2e04a8515217bedccea763491e8d093f9ed3f47fc6c648412a2dca7fff1735e70d897beb065e6b3e698ad43
https://src.fedoraproject.org/rpms/gparted/c/86b783ef9f00539a16f808105c2c...
5Â years, 3Â months
baude pushed to podman (f28). "upstream 0.8.5 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-08-31 22:53:53 UTC
From ec2a32462ae0fc3eb51867b5a35561b3b9749c4f Mon Sep 17 00:00:00 2001
From: baude <bbaude(a)redhat.com>
Date: Aug 31 2018 22:53:44 +0000
Subject: upstream 0.8.5
Signed-off-by: baude <bbaude(a)redhat.com>
---
diff --git a/.gitignore b/.gitignore
index 9b91a25..ec5b527 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,4 @@
/libpod-f38eb4f.tar.gz
/libpod-9d09a4d.tar.gz
/libpod-9f9b8cf.tar.gz
+/libpod-dc5a711.tar.gz
diff --git a/sources b/sources
index 6c25ec8..f3ac39a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (cri-o-4e7f71b.tar.gz) = 268d098b1312132f27164d4c07101edf8bbde97c5b65a13f254cd2b4868cb9ff0102a6e63af1a2dc8d91696d3b49f2da62b94414d59ab8f6107b04faf6b5a35d
-SHA512 (libpod-9f9b8cf.tar.gz) = 85b25cc960451727002220e4888cd70cec98644b75f388bc36f0777146c8d36fb9fed66dd58a82622c3e5bbc9da881f949b98d8b2527630e94db3d140f8e9ec4
+SHA512 (libpod-dc5a711.tar.gz) = 2fa8df74bbf4a04b7dda7be87eb000126c2a49ae1bcd6cc4200fb28a57b9df482475169df5e31ce2dd81ac4cddf0291c8b41d39e50188d73c848cf180c78ede4
https://src.fedoraproject.org/rpms/podman/c/ec2a32462ae0fc3eb51867b5a3556...
5Â years, 3Â months
baude pushed to podman (f28). "Upstream 0.8.5 release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-08-31 22:47:53 UTC
From 2b4131b56f4a54a2dd41b2e5b2d9e7ed1cc23f11 Mon Sep 17 00:00:00 2001
From: baude <bbaude(a)redhat.com>
Date: Aug 31 2018 22:47:40 +0000
Subject: Upstream 0.8.5 release
Signed-off-by: baude <bbaude(a)redhat.com>
---
diff --git a/podman.spec b/podman.spec
index ae418b0..90894e4 100644
--- a/podman.spec
+++ b/podman.spec
@@ -30,7 +30,7 @@
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit0 9f9b8cffe5231e828a26b5bbec93bd474370c9d9
+%global commit0 dc5a711fb6368ce7b817b9c48e5c0102348df29c
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global import_path_conmon github.com/kubernetes-incubator/cri-o
@@ -39,8 +39,8 @@
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
Name: podman
-Version: 0.8.4
-Release: 2.git%{shortcommit0}%{?dist}
+Version: 0.8.5
+Release: 1.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
URL: %{git_podman}
@@ -74,7 +74,6 @@ Requires: containernetworking-plugins >= 0.7.3-2
Requires: iptables
Requires: nftables
Requires: atomic-registries
-Requires: oci-systemd-hook
Recommends: container-selinux
Recommends: slirp4netns
@@ -568,6 +567,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%endif
%changelog
+* Fri Aug 31 2018 baude <bbaude(a)redhat.com> - 0.8.5-1.gitdc5a711
+- Upstream 0.8.1 release
+
* Thu Aug 30 2018 Lokesh Mandvekar <lsm5(a)fedoraproject.org> - 0.8.4-2.git9f9b8c
- correct min dep on containernetworking-plugins
- update bundled provides
https://src.fedoraproject.org/rpms/podman/c/2b4131b56f4a54a2dd41b2e5b2d9e...
5Â years, 3Â months
baude pushed to podman (f29). "Upstream 0.8.5 release"
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-08-31 22:27:51 UTC
From 08f6564b8a6c9b37c0a60526ee0db325141722fe Mon Sep 17 00:00:00 2001
From: baude <bbaude(a)redhat.com>
Date: Aug 31 2018 22:27:34 +0000
Subject: Upstream 0.8.5 release
---
diff --git a/.gitignore b/.gitignore
index 9b91a25..ec5b527 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,4 @@
/libpod-f38eb4f.tar.gz
/libpod-9d09a4d.tar.gz
/libpod-9f9b8cf.tar.gz
+/libpod-dc5a711.tar.gz
diff --git a/podman.spec b/podman.spec
index d0792cb..46788f4 100644
--- a/podman.spec
+++ b/podman.spec
@@ -26,7 +26,7 @@
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit0 9f9b8cffe5231e828a26b5bbec93bd474370c9d9
+%global commit0 dc5a711fb6368ce7b817b9c48e5c0102348df29c
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: podman
@@ -35,8 +35,8 @@ Name: podman
%if 0%{?fedora} > 28
Epoch: 1
%endif
-Version: 0.8.4
-Release: 2.git%{shortcommit0}%{?dist}
+Version: 0.8.5
+Release: 1.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
URL: %{git_podman}
@@ -67,7 +67,6 @@ Requires: containernetworking-plugins >= 0.7.3-2
Requires: iptables
Requires: nftables
Requires: atomic-registries
-Requires: oci-systemd-hook
Requires: conmon
Recommends: container-selinux
Recommends: slirp4netns
@@ -540,6 +539,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%endif
%changelog
+* Fri Aug 31 2018 baude <bbaude(a)redhat.com> - 0.8.5-1.gitdc5a711
+- Upstream 0.8.5 release
+
* Thu Aug 30 2018 Lokesh Mandvekar <lsm5(a)fedoraproject.org> - 1:0.8.4-2.git9f9b8cf
- correct min dep on containernetworking-plugins
- update bundled provides
diff --git a/rootless.patch b/rootless.patch
deleted file mode 100644
index aac01b3..0000000
--- a/rootless.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/cmd/podman/libpodruntime/runtime.go b/cmd/podman/libpodruntime/runtime.go
-index 9d1347cc..f1f2b963 100644
---- a/cmd/podman/libpodruntime/runtime.go
-+++ b/cmd/podman/libpodruntime/runtime.go
-@@ -105,6 +105,10 @@ func GetRuntimeWithStorageOpts(c *cli.Context, storageOpts *storage.StoreOptions
-
- if c.GlobalIsSet("cgroup-manager") {
- options = append(options, libpod.WithCgroupManager(c.GlobalString("cgroup-manager")))
-+ } else {
-+ if rootless.IsRootless() {
-+ options = append(options, libpod.WithCgroupManager("cgroupfs"))
-+ }
- }
-
- // TODO flag to set libpod static dir?
diff --git a/sources b/sources
index 6f64d4e..a38945f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libpod-9f9b8cf.tar.gz) = 85b25cc960451727002220e4888cd70cec98644b75f388bc36f0777146c8d36fb9fed66dd58a82622c3e5bbc9da881f949b98d8b2527630e94db3d140f8e9ec4
+SHA512 (libpod-dc5a711.tar.gz) = 2fa8df74bbf4a04b7dda7be87eb000126c2a49ae1bcd6cc4200fb28a57b9df482475169df5e31ce2dd81ac4cddf0291c8b41d39e50188d73c848cf180c78ede4
https://src.fedoraproject.org/rpms/podman/c/08f6564b8a6c9b37c0a60526ee0db...
5Â years, 3Â months
qulogic pushed to golang-github-git-lfs-gitobj (f27). "Initial import
(#1623348)."
by notificationsï¼ fedoraproject.org
Notification time stamped 2018-08-31 22:24:20 UTC
From 739853b864849646dd786a8a6bfb4b367f1911a0 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst(a)gmail.com>
Date: Aug 31 2018 22:23:45 +0000
Subject: Initial import (#1623348).
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..93abc05
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/gitobj-5aa0c18f5fa624ad9c5c23f39d955aad74ed1acf.tar.gz
diff --git a/README.md b/README.md
deleted file mode 100644
index 736202c..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-git-lfs-gitobj
-
-The golang-github-git-lfs-gitobj package
\ No newline at end of file
diff --git a/golang-github-git-lfs-gitobj.spec b/golang-github-git-lfs-gitobj.spec
new file mode 100644
index 0000000..edeecec
--- /dev/null
+++ b/golang-github-git-lfs-gitobj.spec
@@ -0,0 +1,51 @@
+%global goipath github.com/git-lfs/gitobj
+%global commit 5aa0c18f5fa624ad9c5c23f39d955aad74ed1acf
+
+%gometa
+
+# Hack to match name that will exist when Go macros are updated.
+%global goname golang-github-git-lfs-gitobj
+
+Name: %{goname}
+Version: 0
+Release: 0.1%{?dist}
+Summary: Read and write Git objects
+License: MIT
+URL: %{gourl}
+Source0: %{gosource}
+
+%description
+%{summary}
+
+
+%package devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description devel
+%{summary}
+
+This package contains library source intended for building other packages which
+use import path with %{goipath} prefix.
+
+
+%prep
+%gosetup -q
+
+
+%install
+%goinstall
+
+
+%check
+%gochecks
+
+
+%files devel -f devel.file-list
+%doc README.md
+%license LICENSE.md
+
+
+%changelog
+* Wed Aug 29 2018 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 0-0.1.20180831git5aa0c18
+- First package for Fedora
diff --git a/sources b/sources
new file mode 100644
index 0000000..93e04ec
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (gitobj-5aa0c18f5fa624ad9c5c23f39d955aad74ed1acf.tar.gz) = 0fe47ac5057fef845920116c8f43a8f97de06f1022e3c1e32cce76dbf7d69f6cded08d5f7b5479d7fb959b0c82cdfef7d0043b546f8223eb81dcf004ba1c40fb
https://src.fedoraproject.org/rpms/golang-github-git-lfs-gitobj/c/739853b...
5Â years, 3Â months