ngompa pushed to snapd (f24). "Fix the overlapping file conflicts
between snapd and snap-confine (..more)"
by notifications@fedoraproject.org
From f4c70647a2e1b1979934e9d96100af389b06bf63 Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa13(a)gmail.com>
Date: Fri, 31 Mar 2017 19:56:05 -0400
Subject: Fix the overlapping file conflicts between snapd and snap-confine
Rework package descriptions slightly
---
snapd.spec | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/snapd.spec b/snapd.spec
index 8a72448..7b10476 100644
--- a/snapd.spec
+++ b/snapd.spec
@@ -38,7 +38,7 @@
Name: snapd
Version: 2.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A transactional software package manager
Group: System Environment/Base
License: GPLv3
@@ -117,8 +117,8 @@ BuildRequires: golang(gopkg.in/yaml.v2)
%endif
%description
-Snappy is a modern, cross-distribution, transactional package manager designed for
-working with self-contained, immutable packages.
+Snappy is a modern, cross-distribution, transactional package manager
+designed for working with self-contained, immutable packages.
%package -n snap-confine
Summary: Confinement system for snap applications
@@ -148,8 +148,8 @@ BuildRequires: %{_bindir}/shellcheck
Obsoletes: snap-confine < 2.19
%description -n snap-confine
-The package is used internally by snapd to apply confinement to the started
-snap applications.
+This package is used internally by snapd to apply confinement to
+the started snap applications.
%package selinux
Summary: SELinux module for snapd
@@ -164,8 +164,8 @@ Requires(pre): libselinux-utils
Requires(post): libselinux-utils
%description selinux
-This package provides the SELinux policy module to ensure snapd runs properly
-under an environment with SELinux enabled.
+This package provides the SELinux policy module to ensure snapd
+runs properly under an environment with SELinux enabled.
%if 0%{?with_devel}
@@ -405,7 +405,7 @@ bin/snap help --man > %{buildroot}%{_mandir}/man1/snap.1
# Install snap-confine
pushd ./cmd
%make_install
-# Undo the 0000 permissions, they are restored in the %%files section below
+# Undo the 0000 permissions, they are restored in the files section
chmod 0755 %{buildroot}%{_sharedstatedir}/snapd/void
# We don't use AppArmor
rm -rfv %{buildroot}%{_sysconfdir}/apparmor.d
@@ -487,7 +487,10 @@ popd
%doc README.md docs/*
%{_bindir}/snap
%{_bindir}/snapctl
-%{_libexecdir}/snapd/
+%dir %{_libexecdir}/snapd
+%{_libexecdir}/snapd/snapd
+%{_libexecdir}/snapd/snap-exec
+%exclude %{_libexecdir}/snapd/system-shutdown
%{_mandir}/man1/snap.1*
%{_sysconfdir}/profile.d/snapd.sh
%{_unitdir}/snapd.socket
@@ -508,10 +511,13 @@ popd
%files -n snap-confine
%doc cmd/snap-confine/PORTING
%license COPYING
+%dir %{_libexecdir}/snapd
# For now, we can't use caps
# FIXME: Switch to "%%attr(0755,root,root) %%caps(cap_sys_admin=pe)" asap!
%attr(4755,root,root) %{_libexecdir}/snapd/snap-confine
%{_libexecdir}/snapd/snap-discard-ns
+%{_libexecdir}/snapd/snap-update-ns
+%{_libexecdir}/snapd/system-shutdown
%{_mandir}/man5/snap-confine.5*
%{_mandir}/man5/snap-discard-ns.5*
%{_mandir}/man5/snap-update-ns.5*
@@ -563,6 +569,10 @@ fi
%changelog
+* Fri Mar 31 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-2
+- Fix the overlapping file conflicts between snapd and snap-confine
+- Rework package descriptions slightly
+
* Thu Mar 30 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-1
- Rebase to snapd 2.23.6
- Rediff patches
--
cgit v1.1
https://src.fedoraproject.org/cgit/snapd.git/commit/?h=f24&id=f4c70647a2e...
2 years, 8 months
ngompa pushed to snapd (f25). "Fix the overlapping file conflicts
between snapd and snap-confine (..more)"
by notifications@fedoraproject.org
From f4c70647a2e1b1979934e9d96100af389b06bf63 Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa13(a)gmail.com>
Date: Fri, 31 Mar 2017 19:56:05 -0400
Subject: Fix the overlapping file conflicts between snapd and snap-confine
Rework package descriptions slightly
---
snapd.spec | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/snapd.spec b/snapd.spec
index 8a72448..7b10476 100644
--- a/snapd.spec
+++ b/snapd.spec
@@ -38,7 +38,7 @@
Name: snapd
Version: 2.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A transactional software package manager
Group: System Environment/Base
License: GPLv3
@@ -117,8 +117,8 @@ BuildRequires: golang(gopkg.in/yaml.v2)
%endif
%description
-Snappy is a modern, cross-distribution, transactional package manager designed for
-working with self-contained, immutable packages.
+Snappy is a modern, cross-distribution, transactional package manager
+designed for working with self-contained, immutable packages.
%package -n snap-confine
Summary: Confinement system for snap applications
@@ -148,8 +148,8 @@ BuildRequires: %{_bindir}/shellcheck
Obsoletes: snap-confine < 2.19
%description -n snap-confine
-The package is used internally by snapd to apply confinement to the started
-snap applications.
+This package is used internally by snapd to apply confinement to
+the started snap applications.
%package selinux
Summary: SELinux module for snapd
@@ -164,8 +164,8 @@ Requires(pre): libselinux-utils
Requires(post): libselinux-utils
%description selinux
-This package provides the SELinux policy module to ensure snapd runs properly
-under an environment with SELinux enabled.
+This package provides the SELinux policy module to ensure snapd
+runs properly under an environment with SELinux enabled.
%if 0%{?with_devel}
@@ -405,7 +405,7 @@ bin/snap help --man > %{buildroot}%{_mandir}/man1/snap.1
# Install snap-confine
pushd ./cmd
%make_install
-# Undo the 0000 permissions, they are restored in the %%files section below
+# Undo the 0000 permissions, they are restored in the files section
chmod 0755 %{buildroot}%{_sharedstatedir}/snapd/void
# We don't use AppArmor
rm -rfv %{buildroot}%{_sysconfdir}/apparmor.d
@@ -487,7 +487,10 @@ popd
%doc README.md docs/*
%{_bindir}/snap
%{_bindir}/snapctl
-%{_libexecdir}/snapd/
+%dir %{_libexecdir}/snapd
+%{_libexecdir}/snapd/snapd
+%{_libexecdir}/snapd/snap-exec
+%exclude %{_libexecdir}/snapd/system-shutdown
%{_mandir}/man1/snap.1*
%{_sysconfdir}/profile.d/snapd.sh
%{_unitdir}/snapd.socket
@@ -508,10 +511,13 @@ popd
%files -n snap-confine
%doc cmd/snap-confine/PORTING
%license COPYING
+%dir %{_libexecdir}/snapd
# For now, we can't use caps
# FIXME: Switch to "%%attr(0755,root,root) %%caps(cap_sys_admin=pe)" asap!
%attr(4755,root,root) %{_libexecdir}/snapd/snap-confine
%{_libexecdir}/snapd/snap-discard-ns
+%{_libexecdir}/snapd/snap-update-ns
+%{_libexecdir}/snapd/system-shutdown
%{_mandir}/man5/snap-confine.5*
%{_mandir}/man5/snap-discard-ns.5*
%{_mandir}/man5/snap-update-ns.5*
@@ -563,6 +569,10 @@ fi
%changelog
+* Fri Mar 31 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-2
+- Fix the overlapping file conflicts between snapd and snap-confine
+- Rework package descriptions slightly
+
* Thu Mar 30 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-1
- Rebase to snapd 2.23.6
- Rediff patches
--
cgit v1.1
https://src.fedoraproject.org/cgit/snapd.git/commit/?h=f25&id=f4c70647a2e...
2 years, 8 months
ngompa pushed to snapd (f26). "Fix the overlapping file conflicts
between snapd and snap-confine (..more)"
by notifications@fedoraproject.org
From f4c70647a2e1b1979934e9d96100af389b06bf63 Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa13(a)gmail.com>
Date: Fri, 31 Mar 2017 19:56:05 -0400
Subject: Fix the overlapping file conflicts between snapd and snap-confine
Rework package descriptions slightly
---
snapd.spec | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/snapd.spec b/snapd.spec
index 8a72448..7b10476 100644
--- a/snapd.spec
+++ b/snapd.spec
@@ -38,7 +38,7 @@
Name: snapd
Version: 2.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A transactional software package manager
Group: System Environment/Base
License: GPLv3
@@ -117,8 +117,8 @@ BuildRequires: golang(gopkg.in/yaml.v2)
%endif
%description
-Snappy is a modern, cross-distribution, transactional package manager designed for
-working with self-contained, immutable packages.
+Snappy is a modern, cross-distribution, transactional package manager
+designed for working with self-contained, immutable packages.
%package -n snap-confine
Summary: Confinement system for snap applications
@@ -148,8 +148,8 @@ BuildRequires: %{_bindir}/shellcheck
Obsoletes: snap-confine < 2.19
%description -n snap-confine
-The package is used internally by snapd to apply confinement to the started
-snap applications.
+This package is used internally by snapd to apply confinement to
+the started snap applications.
%package selinux
Summary: SELinux module for snapd
@@ -164,8 +164,8 @@ Requires(pre): libselinux-utils
Requires(post): libselinux-utils
%description selinux
-This package provides the SELinux policy module to ensure snapd runs properly
-under an environment with SELinux enabled.
+This package provides the SELinux policy module to ensure snapd
+runs properly under an environment with SELinux enabled.
%if 0%{?with_devel}
@@ -405,7 +405,7 @@ bin/snap help --man > %{buildroot}%{_mandir}/man1/snap.1
# Install snap-confine
pushd ./cmd
%make_install
-# Undo the 0000 permissions, they are restored in the %%files section below
+# Undo the 0000 permissions, they are restored in the files section
chmod 0755 %{buildroot}%{_sharedstatedir}/snapd/void
# We don't use AppArmor
rm -rfv %{buildroot}%{_sysconfdir}/apparmor.d
@@ -487,7 +487,10 @@ popd
%doc README.md docs/*
%{_bindir}/snap
%{_bindir}/snapctl
-%{_libexecdir}/snapd/
+%dir %{_libexecdir}/snapd
+%{_libexecdir}/snapd/snapd
+%{_libexecdir}/snapd/snap-exec
+%exclude %{_libexecdir}/snapd/system-shutdown
%{_mandir}/man1/snap.1*
%{_sysconfdir}/profile.d/snapd.sh
%{_unitdir}/snapd.socket
@@ -508,10 +511,13 @@ popd
%files -n snap-confine
%doc cmd/snap-confine/PORTING
%license COPYING
+%dir %{_libexecdir}/snapd
# For now, we can't use caps
# FIXME: Switch to "%%attr(0755,root,root) %%caps(cap_sys_admin=pe)" asap!
%attr(4755,root,root) %{_libexecdir}/snapd/snap-confine
%{_libexecdir}/snapd/snap-discard-ns
+%{_libexecdir}/snapd/snap-update-ns
+%{_libexecdir}/snapd/system-shutdown
%{_mandir}/man5/snap-confine.5*
%{_mandir}/man5/snap-discard-ns.5*
%{_mandir}/man5/snap-update-ns.5*
@@ -563,6 +569,10 @@ fi
%changelog
+* Fri Mar 31 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-2
+- Fix the overlapping file conflicts between snapd and snap-confine
+- Rework package descriptions slightly
+
* Thu Mar 30 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-1
- Rebase to snapd 2.23.6
- Rediff patches
--
cgit v1.1
https://src.fedoraproject.org/cgit/snapd.git/commit/?h=f26&id=f4c70647a2e...
2 years, 8 months
ngompa pushed to snapd (master). "Fix the overlapping file conflicts
between snapd and snap-confine (..more)"
by notifications@fedoraproject.org
From f4c70647a2e1b1979934e9d96100af389b06bf63 Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa13(a)gmail.com>
Date: Fri, 31 Mar 2017 19:56:05 -0400
Subject: Fix the overlapping file conflicts between snapd and snap-confine
Rework package descriptions slightly
---
snapd.spec | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)
diff --git a/snapd.spec b/snapd.spec
index 8a72448..7b10476 100644
--- a/snapd.spec
+++ b/snapd.spec
@@ -38,7 +38,7 @@
Name: snapd
Version: 2.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A transactional software package manager
Group: System Environment/Base
License: GPLv3
@@ -117,8 +117,8 @@ BuildRequires: golang(gopkg.in/yaml.v2)
%endif
%description
-Snappy is a modern, cross-distribution, transactional package manager designed for
-working with self-contained, immutable packages.
+Snappy is a modern, cross-distribution, transactional package manager
+designed for working with self-contained, immutable packages.
%package -n snap-confine
Summary: Confinement system for snap applications
@@ -148,8 +148,8 @@ BuildRequires: %{_bindir}/shellcheck
Obsoletes: snap-confine < 2.19
%description -n snap-confine
-The package is used internally by snapd to apply confinement to the started
-snap applications.
+This package is used internally by snapd to apply confinement to
+the started snap applications.
%package selinux
Summary: SELinux module for snapd
@@ -164,8 +164,8 @@ Requires(pre): libselinux-utils
Requires(post): libselinux-utils
%description selinux
-This package provides the SELinux policy module to ensure snapd runs properly
-under an environment with SELinux enabled.
+This package provides the SELinux policy module to ensure snapd
+runs properly under an environment with SELinux enabled.
%if 0%{?with_devel}
@@ -405,7 +405,7 @@ bin/snap help --man > %{buildroot}%{_mandir}/man1/snap.1
# Install snap-confine
pushd ./cmd
%make_install
-# Undo the 0000 permissions, they are restored in the %%files section below
+# Undo the 0000 permissions, they are restored in the files section
chmod 0755 %{buildroot}%{_sharedstatedir}/snapd/void
# We don't use AppArmor
rm -rfv %{buildroot}%{_sysconfdir}/apparmor.d
@@ -487,7 +487,10 @@ popd
%doc README.md docs/*
%{_bindir}/snap
%{_bindir}/snapctl
-%{_libexecdir}/snapd/
+%dir %{_libexecdir}/snapd
+%{_libexecdir}/snapd/snapd
+%{_libexecdir}/snapd/snap-exec
+%exclude %{_libexecdir}/snapd/system-shutdown
%{_mandir}/man1/snap.1*
%{_sysconfdir}/profile.d/snapd.sh
%{_unitdir}/snapd.socket
@@ -508,10 +511,13 @@ popd
%files -n snap-confine
%doc cmd/snap-confine/PORTING
%license COPYING
+%dir %{_libexecdir}/snapd
# For now, we can't use caps
# FIXME: Switch to "%%attr(0755,root,root) %%caps(cap_sys_admin=pe)" asap!
%attr(4755,root,root) %{_libexecdir}/snapd/snap-confine
%{_libexecdir}/snapd/snap-discard-ns
+%{_libexecdir}/snapd/snap-update-ns
+%{_libexecdir}/snapd/system-shutdown
%{_mandir}/man5/snap-confine.5*
%{_mandir}/man5/snap-discard-ns.5*
%{_mandir}/man5/snap-update-ns.5*
@@ -563,6 +569,10 @@ fi
%changelog
+* Fri Mar 31 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-2
+- Fix the overlapping file conflicts between snapd and snap-confine
+- Rework package descriptions slightly
+
* Thu Mar 30 2017 Neal Gompa <ngompa13(a)gmail.com> - 2.23.6-1
- Rebase to snapd 2.23.6
- Rediff patches
--
cgit v1.1
https://src.fedoraproject.org/cgit/snapd.git/commit/?h=master&id=f4c70647...
2 years, 8 months
besser82 pushed to yumex-dnf (epel7). "Upstream is dead. Replaced
with dnfdragora.\nSee: https://pagure.io/fesco/issue/1690#comment-434558"
by notifications@fedoraproject.org
From 38608c02b2ce7802ff83c0fd0cb53e638e4940b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82(a)fedoraproject.org>
Date: Sat, 1 Apr 2017 01:01:59 +0200
Subject: Upstream is dead. Replaced with dnfdragora.\nSee:
https://pagure.io/fesco/issue/1690#comment-434558
---
.gitignore | 8 ---
dead.package | 1 +
sources | 1 -
yumex-dnf.spec | 152 ---------------------------------------------------------
4 files changed, 1 insertion(+), 161 deletions(-)
delete mode 100644 .gitignore
create mode 100644 dead.package
delete mode 100644 sources
delete mode 100644 yumex-dnf.spec
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1cae61f..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/yumex-dnf-4.1.0.tar.gz
-/yumex-dnf-4.1.1.tar.gz
-/yumex-dnf-4.1.2.tar.gz
-/yumex-dnf-4.1.3.tar.gz
-/yumex-dnf-4.1.4.tar.gz
-/yumex-dnf-4.1.5.tar.gz
-/yumex-dnf-4.1.6.tar.gz
-/yumex-dnf-4.3.3.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..0bcd69f
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Upstream is dead. Replaced with dnfdragora.\nSee: https://pagure.io/fesco/issue/1690#comment-434558
diff --git a/sources b/sources
deleted file mode 100644
index 3abb388..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-acacdde76207dc13123b1fb42b2f52ff yumex-dnf-4.3.3.tar.gz
diff --git a/yumex-dnf.spec b/yumex-dnf.spec
deleted file mode 100644
index f9e5377..0000000
--- a/yumex-dnf.spec
+++ /dev/null
@@ -1,152 +0,0 @@
-%global appname yumex
-
-Name: %{appname}-dnf
-Version: 4.3.3
-Release: 4%{?dist}
-Summary: Yum Extender graphical package management tool
-
-Group: Applications/System
-License: GPLv2+
-URL: http://yumex.dk
-Source0: https://github.com/timlau/yumex-dnf/releases/download/%{name}-%{version}/...
-
-BuildArch: noarch
-BuildRequires: desktop-file-utils
-BuildRequires: gettext
-BuildRequires: intltool
-BuildRequires: python3-devel
-
-Requires: python3-dnfdaemon >= 0.3.10
-Requires: python3-gobject >= 3.10
-Requires: python3-pyxdg
-Requires: python3-dbus
-Requires: python3-cairo
-Requires: libnotify
-
-%description
-Graphical package tool for maintain packages on the system
-
-
-%prep
-%setup -q
-
-
-%build
-make %{?_smp_mflags}
-
-
-%install
-make install PYTHON=%{__python3} DESTDIR=%{buildroot} DATADIR=%{_datadir}
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
-desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-local.desktop
-
-%find_lang %name
-
-%post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-update-desktop-database %{_datadir}/applications &> /dev/null || :
-
-%postun
-if [ $1 -eq 0 ] ; then
- /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-update-desktop-database %{_datadir}/applications &> /dev/null || :
-
-%posttrans
-/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
-
-%files -f %{name}.lang
-%doc README.md COPYING
-%{_datadir}/%{name}
-%{_bindir}/%{name}*
-%{python3_sitelib}/*
-%{_datadir}/applications/*.desktop
-%{_datadir}/icons/hicolor/
-%{_datadir}/appdata/*.xml
-
-%changelog
-* Sat Feb 11 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.3.3-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Dec 19 2016 Miro Hrončok <mhroncok(a)redhat.com> - 4.3.3-3
-- Rebuild for Python 3.6
-
-* Tue Jul 19 2016 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.3.3-2
-- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_...
-
-
-* Wed May 11 2016 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.3-1
-- bumped release to 4.3.3 (dev)
-
-* Tue Apr 26 2016 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.2-1
-- bumped release to 4.3.2 (dev)
-
-* Wed Dec 9 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.1-1
-- bumped release to 4.3.1 (dev)
-
-* Tue Dec 1 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.0-1
-- bumped release to 4.3.0 (dev)
-
-* Wed Sep 30 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.4-1
-- bumped release to 4.1.4
-- need python3-dnfdaemon >= 0.3.10
-
-* Wed May 27 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.3-1
-- bumped release to 4.1.3
-- need python3-dnfdaemon >= 0.3.9
-
-* Sun Apr 26 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.2-1
-- bumped release to 4.1.2
-- need python3-dnfdaemon >= 0.3.8
-
-* Sun Apr 26 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.1-1
-- bumped release to 4.1.1
-
-* Thu Apr 16 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.0-2
-- require python3-dnfdaemon >= 0.3.6
-
-* Sun Apr 12 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.0-1
-- bumped release to 4.1.0
-
-* Sat Apr 11 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.10-3
-- fixed changelog versioning
-
-* Thu Apr 9 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.10-1
-- bumped release to 4.0.10
-
-* Tue Apr 7 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.9-1
-- bumped release to 4.0.9
-
-* Tue Oct 21 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.8-1
-- bumped release to 4.0.8
-- require python3-dnfdaemon >= 0.3.3
-
-* Sun Sep 21 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.7-1
-- bumped release to 4.0.7
-
-* Tue Sep 02 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.6-1
-- bumped release to 4.0.6
-
-* Fri Jun 06 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.5-1
-- bumped release to 4.0.5
-- Requires: python3-dnfdaemon-client >= 0.2.2
-
-* Fri May 09 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.4-1
-- bumped release to 4.0.4
-- Requires: python3-dnfdaemon-client >= 0.2.0
-
-* Sat May 03 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.3-1
-- bumped release to 4.0.3
-- Requires: python3-dnfdaemon >= 0.1.5
-
-* Tue Apr 01 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.2-1
-- bumped release to 4.0.2
-- Requires: python3-dnfdaemon >= 0.1.4
-
-* Sat Mar 29 2014 Tim Lauridsen <timlau(a)fedoraproject.org> 4.0.1-1
-- bumped release to 4.0.1
-
-* Sun Sep 15 2013 Tim Lauridsen <timlau(a)fedoraproject.org> 3.99.1-1
-- Initial rpm build
-
--
cgit v1.1
https://src.fedoraproject.org/cgit/yumex-dnf.git/commit/?h=epel7&id=38608...
2 years, 8 months
besser82 pushed to yumex-dnf (epel7). "Release 4.3.3-1"
by notifications@fedoraproject.org
From 4893b1ab3bca2f01066a851590438b34cf6da7ef Mon Sep 17 00:00:00 2001
From: Tim Lauridsen <timlau(a)fedoraproject.org>
Date: Wed, 11 May 2016 10:34:20 +0200
Subject: Release 4.3.3-1
---
.gitignore | 1 +
sources | 2 +-
yumex-dnf.spec | 22 +++++++++++++---------
3 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1336f57..1cae61f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/yumex-dnf-4.1.4.tar.gz
/yumex-dnf-4.1.5.tar.gz
/yumex-dnf-4.1.6.tar.gz
+/yumex-dnf-4.3.3.tar.gz
diff --git a/sources b/sources
index 2c3f7a4..3abb388 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ae84309cbb6781e7acaf2c1a784f59b yumex-dnf-4.1.6.tar.gz
+acacdde76207dc13123b1fb42b2f52ff yumex-dnf-4.3.3.tar.gz
diff --git a/yumex-dnf.spec b/yumex-dnf.spec
index 6a299bc..d83e584 100644
--- a/yumex-dnf.spec
+++ b/yumex-dnf.spec
@@ -1,7 +1,7 @@
%global appname yumex
Name: %{appname}-dnf
-Version: 4.1.6
+Version: 4.3.3
Release: 1%{?dist}
Summary: Yum Extender graphical package management tool
@@ -59,22 +59,25 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
%files -f %{name}.lang
%doc README.md COPYING
%{_datadir}/%{name}
-%{_bindir}/%{name}
+%{_bindir}/%{name}*
%{python3_sitelib}/*
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/
-%{_datadir}/dbus-1/services/*
%{_datadir}/appdata/*.xml
%changelog
-* Thu Mar 17 2016 Björn Esser <fedora(a)besser82.io> - 4.1.6-1
-- bumped release to 4.1.6 (fixes #1279992, #1289824)
-* Fri Feb 05 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+* Wed May 11 2016 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.3-1
+- bumped release to 4.3.3 (dev)
-* Wed Nov 18 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.5-1
-- bumped release to 4.1.5
+* Tue Apr 26 2016 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.2-1
+- bumped release to 4.3.2 (dev)
+
+* Wed Dec 9 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.1-1
+- bumped release to 4.3.1 (dev)
+
+* Tue Dec 1 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.3.0-1
+- bumped release to 4.3.0 (dev)
* Wed Sep 30 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.4-1
- bumped release to 4.1.4
@@ -137,3 +140,4 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
* Sun Sep 15 2013 Tim Lauridsen <timlau(a)fedoraproject.org> 3.99.1-1
- Initial rpm build
+
--
cgit v1.1
https://src.fedoraproject.org/cgit/yumex-dnf.git/commit/?h=epel7&id=4893b...
2 years, 8 months
besser82 pushed to yumex-dnf (epel7). "Rebuild for Python 3.6"
by notifications@fedoraproject.org
From b20415be60d9d2b503bf223de98925035d357ee6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro(a)hroncok.cz>
Date: Mon, 19 Dec 2016 18:20:38 +0100
Subject: Rebuild for Python 3.6
---
yumex-dnf.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/yumex-dnf.spec b/yumex-dnf.spec
index 8e96b64..db8d9ce 100644
--- a/yumex-dnf.spec
+++ b/yumex-dnf.spec
@@ -2,7 +2,7 @@
Name: %{appname}-dnf
Version: 4.3.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Yum Extender graphical package management tool
Group: Applications/System
@@ -66,6 +66,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
%{_datadir}/appdata/*.xml
%changelog
+* Mon Dec 19 2016 Miro Hrončok <mhroncok(a)redhat.com> - 4.3.3-3
+- Rebuild for Python 3.6
+
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 4.3.3-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_...
--
cgit v1.1
https://src.fedoraproject.org/cgit/yumex-dnf.git/commit/?h=epel7&id=b2041...
2 years, 8 months
besser82 pushed to yumex-dnf (epel7). "bumped release to 4.1.6 (fixes
#1279992, #1289824)"
by notifications@fedoraproject.org
From bb550bcdfdb2781ae16b7e2436bdf7d0fc9da19a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <me(a)besser82.io>
Date: Thu, 17 Mar 2016 12:59:12 +0100
Subject: bumped release to 4.1.6 (fixes #1279992, #1289824)
---
.gitignore | 1 +
sources | 2 +-
yumex-dnf.spec | 9 +++++----
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore
index 61400c2..1336f57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/yumex-dnf-4.1.3.tar.gz
/yumex-dnf-4.1.4.tar.gz
/yumex-dnf-4.1.5.tar.gz
+/yumex-dnf-4.1.6.tar.gz
diff --git a/sources b/sources
index ebf32fd..2c3f7a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ff1337e7c27bdb6241441ba7020eb62 yumex-dnf-4.1.5.tar.gz
+0ae84309cbb6781e7acaf2c1a784f59b yumex-dnf-4.1.6.tar.gz
diff --git a/yumex-dnf.spec b/yumex-dnf.spec
index f79c953..6a299bc 100644
--- a/yumex-dnf.spec
+++ b/yumex-dnf.spec
@@ -1,8 +1,8 @@
%global appname yumex
Name: %{appname}-dnf
-Version: 4.1.5
-Release: 2%{?dist}
+Version: 4.1.6
+Release: 1%{?dist}
Summary: Yum Extender graphical package management tool
Group: Applications/System
@@ -67,10 +67,12 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
%{_datadir}/appdata/*.xml
%changelog
+* Thu Mar 17 2016 Björn Esser <fedora(a)besser82.io> - 4.1.6-1
+- bumped release to 4.1.6 (fixes #1279992, #1289824)
+
* Fri Feb 05 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
* Wed Nov 18 2015 Tim Lauridsen <timlau(a)fedoraproject.org> 4.1.5-1
- bumped release to 4.1.5
@@ -135,4 +137,3 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
* Sun Sep 15 2013 Tim Lauridsen <timlau(a)fedoraproject.org> 3.99.1-1
- Initial rpm build
-
--
cgit v1.1
https://src.fedoraproject.org/cgit/yumex-dnf.git/commit/?h=epel7&id=bb550...
2 years, 8 months