From a5bbefa25b31da651b98d60e69edf5c4818cda79ea9e6fd539f71a5c5eb5c90d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 23 Dec 2014 12:15:00 +0000 Subject: [PATCH] - Removed a bash specific post script with a workaround for an ancient bug (bnc#39842). - 3.1.112 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=607 --- yast2-network-3.1.111.tar.bz2 | 3 --- yast2-network-3.1.112.tar.bz2 | 3 +++ yast2-network.changes | 7 +++++++ yast2-network.spec | 12 +----------- 4 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 yast2-network-3.1.111.tar.bz2 create mode 100644 yast2-network-3.1.112.tar.bz2 diff --git a/yast2-network-3.1.111.tar.bz2 b/yast2-network-3.1.111.tar.bz2 deleted file mode 100644 index 421df41..0000000 --- a/yast2-network-3.1.111.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:360afb3ea087cebdfaea2b42e18945ad7cc86dd7b083254bac6e9691e3c704b2 -size 365517 diff --git a/yast2-network-3.1.112.tar.bz2 b/yast2-network-3.1.112.tar.bz2 new file mode 100644 index 0000000..66b5189 --- /dev/null +++ b/yast2-network-3.1.112.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f394cf5a94dee1357b0de9722debc02eb95302db3b6da02539f72334843de5d9 +size 366116 diff --git a/yast2-network.changes b/yast2-network.changes index 3291c75..e218d80 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 23 10:52:11 UTC 2014 - mvidner@suse.com + +- Removed a bash specific post script with a workaround + for an ancient bug (bnc#39842). +- 3.1.112 + ------------------------------------------------------------------- Thu Dec 4 09:50:29 UTC 2014 - jreidinger@suse.com diff --git a/yast2-network.spec b/yast2-network.spec index b21ab75..001e5b9 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -17,7 +17,7 @@ Name: yast2-network -Version: 3.1.111 +Version: 3.1.112 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -91,16 +91,6 @@ This package contains autogenerated documentation for yast2-network /bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/network.desktop /bin/rm -f $RPM_BUILD_ROOT/%{yast_desktopdir}/provider.desktop -%post -p /bin/bash -# This fixes the files that were touched when #24842 was in effect. -# #42990: shut up when no wlan files are there. -shopt -s nullglob -files=`echo /etc/sysconfig/network/ifcfg-wlan*` -if [ -n "$files" ]; then - /bin/chown root:root $files - /bin/chmod 0600 $files -fi - %files %defattr(-,root,root) %{yast_ybindir}/*